-
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.
- Loading branch information
Showing
1 changed file
with
7 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,17 +55,16 @@ lib_deps = | |
https://github.com/reivaxy/XIOTDisplay/archive/refs/tags/v0.1.tar.gz | ||
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
||
[env:esp12_espota_no_ir_fr] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DNO_IR=1 | ||
[env:esp12_local_fr] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
board_build.f_cpu = 160000000L | ||
framework = arduino | ||
monitor_filters = esp8266_exception_decoder | ||
monitor_speed = 115200 | ||
monitor_port = COM6 | ||
upload_protocol = espota | ||
upload_port = 192.168.0.67 | ||
monitor_port = COM4 | ||
upload_port = COM4 | ||
lib_extra_dirs = F:\DEV\arduino\libraries | ||
lib_deps = | ||
bblanchon/[email protected] | ||
|
@@ -75,7 +74,7 @@ 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_debug] | ||
[env:esp12_local_fr_debug] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_XIOTMODULE=1 | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
|
@@ -98,7 +97,7 @@ lib_deps = | |
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0 | ||
|
||
|
||
[env:esp12_local_espota_fr_debug_SSL] | ||
[env:esp12_local_fr_debug_SSL] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_ESP_SSL -DDEBUG_ESP_PORT=Serial | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
|
@@ -120,7 +119,7 @@ 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_debug_full] | ||
[env:esp12_local_fr_debug_full] | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr -DDEBUG_XIOTMODULE=1 -DDEBUG_XIOTMODULE_MEM=1 | ||
platform = espressif8266@^2 | ||
board = esp12e | ||
|
@@ -141,22 +140,3 @@ lib_deps = | |
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_usb] | ||
platform = espressif8266@^2 | ||
build_flags = !python gitVersion.py -DXIOT_LANGUAGE=fr | ||
board = esp12e | ||
board_build.f_cpu = 160000000L | ||
framework = arduino | ||
monitor_filters = esp8266_exception_decoder | ||
monitor_speed = 115200 | ||
monitor_port = COM4 | ||
upload_port = COM4 | ||
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 |