mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
# Change the IP address to that of your ESP device to enable local development of the UI.
|
|
# Remember to also enable CORS in platformio.ini before uploading the code to the device
|
|
# with -DENABLE_CORS
|
|
|
|
REACT_APP_HTTP_ROOT=http://10.10.10.101
|
|
REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.101
|