-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into main
- Loading branch information
Showing
100 changed files
with
21,890 additions
and
1,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Changelog | ||
|
||
### Added | ||
## Added | ||
|
||
## Fixed | ||
|
||
### Fixed | ||
|
||
|
||
### Changed | ||
|
||
### Removed | ||
## Changed | ||
|
||
## Removed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# 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. | ||
# Remember to also enable CORS in platformio.ini before uploading the code to the device | ||
# with -DENABLE_CORS | ||
|
||
# ESP32 dev | ||
REACT_APP_HTTP_ROOT=http://10.10.10.101 | ||
REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.101 | ||
# my Wifi | ||
#REACT_APP_HTTP_ROOT=http://10.10.10.101 | ||
#REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.101 | ||
|
||
# ESP8266 dev | ||
#REACT_APP_HTTP_ROOT=http://10.10.10.140 | ||
#REACT_APP_WEB_SOCKET_ROOT=ws://10.10.10.140 | ||
# my Ethernet | ||
REACT_APP_HTTP_ROOT=http://192.168.1.134 | ||
REACT_APP_WEB_SOCKET_ROOT=ws://http://192.168.1.134 |
Oops, something went wrong.