Skip to content

Commit

Permalink
renaming some envs
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaxy committed May 25, 2022
1 parent baefe96 commit 2d7ed37
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 2d7ed37

Please sign in to comment.