-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from reivaxy/bugfix
Bugfix
- Loading branch information
Showing
8 changed files
with
137 additions
and
35 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
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
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 |
---|---|---|
|
@@ -18,17 +18,17 @@ board = esp12e | |
board_build.f_cpu = 160000000L | ||
framework = arduino | ||
monitor_speed = 115200 | ||
monitor_port = COM6 | ||
upload_port = COM6 | ||
monitor_port = COM4 | ||
upload_port = COM4 | ||
lib_deps = | ||
bblanchon/[email protected] | ||
gmag11/[email protected] | ||
paulstoffregen/Time@^1.6.1 | ||
waspinator/AccelStepper@^1.61 | ||
https://github.com/reivaxy/XUtils/archive/refs/tags/v1.0.tar.gz | ||
https://github.com/reivaxy/XUtils/archive/refs/tags/v1.1.tar.gz | ||
https://github.com/reivaxy/XOLEDDisplay/archive/refs/tags/v1.0.tar.gz | ||
https://github.com/reivaxy/XEEPROMConfig/archive/refs/tags/v0.1.tar.gz | ||
https://github.com/reivaxy/XIOTModule/archive/refs/tags/v2.0.tar.gz | ||
https://github.com/reivaxy/XIOTModule/archive/refs/tags/v2.1.tar.gz | ||
https://github.com/reivaxy/XIOTConfig/archive/refs/tags/v2.0.tar.gz | ||
https://github.com/reivaxy/XIOTDisplay/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
@@ -47,10 +47,10 @@ lib_deps = | |
gmag11/[email protected] | ||
paulstoffregen/Time@^1.6.1 | ||
waspinator/AccelStepper@^1.61 | ||
https://github.com/reivaxy/XUtils/archive/refs/tags/v1.0.tar.gz | ||
https://github.com/reivaxy/XUtils/archive/refs/tags/v1.1.tar.gz | ||
https://github.com/reivaxy/XOLEDDisplay/archive/refs/tags/v1.0.tar.gz | ||
https://github.com/reivaxy/XEEPROMConfig/archive/refs/tags/v0.1.tar.gz | ||
https://github.com/reivaxy/XIOTModule/archive/refs/tags/v2.0.tar.gz | ||
https://github.com/reivaxy/XIOTModule/archive/refs/tags/v2.1.tar.gz | ||
https://github.com/reivaxy/XIOTConfig/archive/refs/tags/v2.0.tar.gz | ||
https://github.com/reivaxy/XIOTDisplay/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
@@ -75,8 +75,8 @@ lib_deps = | |
https://github.com/reivaxy/XEEPROMConfig/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
||
[env:esp12_local_espota_fr] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_XIOTMODULE=1 -DNO_IR=1 | ||
[env:esp12_local_espota_fr_debug] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_XIOTMODULE=1 | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
board_build.f_cpu = 160000000L | ||
|
@@ -85,8 +85,54 @@ build_type = debug | |
monitor_filters = esp8266_exception_decoder | ||
monitor_speed = 115200 | ||
monitor_port = COM4 | ||
upload_protocol = espota | ||
upload_port = 192.168.0.26 | ||
upload_port = COM4 | ||
#upload_protocol = espota | ||
#upload_port = 192.168.0.26 | ||
lib_extra_dirs = F:\DEV\arduino\libraries | ||
lib_deps = | ||
bblanchon/[email protected] | ||
gmag11/[email protected] | ||
paulstoffregen/Time@^1.6.1 | ||
waspinator/AccelStepper@^1.61 | ||
https://github.com/reivaxy/XEEPROMConfig/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
||
|
||
[env:esp12_local_espota_fr_debug_SSL] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_ESP_SSL -DDEBUG_ESP_PORT=Serial | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
board_build.f_cpu = 160000000L | ||
framework = arduino | ||
build_type = debug | ||
monitor_filters = esp8266_exception_decoder | ||
monitor_speed = 115200 | ||
monitor_port = COM4 | ||
upload_port = COM4 | ||
#upload_protocol = espota | ||
#upload_port = 192.168.0.26 | ||
lib_extra_dirs = F:\DEV\arduino\libraries | ||
lib_deps = | ||
bblanchon/[email protected] | ||
gmag11/[email protected] | ||
paulstoffregen/Time@^1.6.1 | ||
waspinator/AccelStepper@^1.61 | ||
https://github.com/reivaxy/XEEPROMConfig/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
||
[env:esp12_local_espota_fr_debug_full] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_XIOTMODULE=1 -DDEBUG_XIOTMODULE_MEM=1 | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
board_build.f_cpu = 160000000L | ||
framework = arduino | ||
build_type = debug | ||
monitor_filters = esp8266_exception_decoder | ||
monitor_speed = 115200 | ||
monitor_port = COM4 | ||
upload_port = COM4 | ||
#upload_protocol = espota | ||
#upload_port = 192.168.0.26 | ||
lib_extra_dirs = F:\DEV\arduino\libraries | ||
lib_deps = | ||
bblanchon/[email protected] | ||
|
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
Oops, something went wrong.