rename project
This commit is contained in:
parent
6d06bf103e
commit
9114587b8f
@ -1,5 +1,5 @@
|
|||||||
# This is the name of your project. It appears on the sign-in page and in the menu bar.
|
# This is the name of your project. It appears on the sign-in page and in the menu bar.
|
||||||
REACT_APP_PROJECT_NAME=ESP8266 React
|
REACT_APP_PROJECT_NAME=WordClock
|
||||||
|
|
||||||
# This is the url path your project will be exposed under.
|
# This is the url path your project will be exposed under.
|
||||||
REACT_APP_PROJECT_PATH=project
|
REACT_APP_PROJECT_PATH=project
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "esp8266-react",
|
"name": "wordclock",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -14,8 +14,7 @@ ClockService cservice = ClockService(&server, esp8266React.getSecurityManager())
|
|||||||
void setup() {
|
void setup() {
|
||||||
// start serial and filesystem
|
// start serial and filesystem
|
||||||
Serial.begin(SERIAL_BAUD_RATE);
|
Serial.begin(SERIAL_BAUD_RATE);
|
||||||
Serial.print("Starting WordClock ");
|
Serial.printf("Starting WordClock %s", VERSION);
|
||||||
Serial.println(VERSION);
|
|
||||||
|
|
||||||
// start the framework and demo project
|
// start the framework and demo project
|
||||||
esp8266React.begin();
|
esp8266React.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user