fixed platform.ini-File
This commit is contained in:
parent
c42de4b24c
commit
b775738e20
@ -11,7 +11,7 @@
|
|||||||
[platformio]
|
[platformio]
|
||||||
extra_configs =
|
extra_configs =
|
||||||
wifi_credentials.ini
|
wifi_credentials.ini
|
||||||
default_envs = pcb_rev_1.3, pcb_rev_1.2
|
default_envs = pcb_rev_1-3, pcb_rev_1-2
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
@ -44,7 +44,7 @@ lib_deps =
|
|||||||
me-no-dev/ESP Async WebServer @ ^1.2.3
|
me-no-dev/ESP Async WebServer @ ^1.2.3
|
||||||
bblanchon/ArduinoJson @ ^6.19.4
|
bblanchon/ArduinoJson @ ^6.19.4
|
||||||
|
|
||||||
[env:pcb_rev_1.3]
|
[env:pcb_rev_1-3]
|
||||||
;build_type = debug
|
;build_type = debug
|
||||||
pcb_revision = 3
|
pcb_revision = 3
|
||||||
build_flags =
|
build_flags =
|
||||||
@ -55,6 +55,7 @@ build_flags =
|
|||||||
-DFEATURE_ENABLE_OLED
|
-DFEATURE_ENABLE_OLED
|
||||||
-DFEATURE_ENABLE_WEBSOCKETS
|
-DFEATURE_ENABLE_WEBSOCKETS
|
||||||
-DFEATURE_ENABLE_CAN
|
-DFEATURE_ENABLE_CAN
|
||||||
|
-DCAN_DEBUG_MESSAGE
|
||||||
-DPCB_REV=${this.pcb_revision}
|
-DPCB_REV=${this.pcb_revision}
|
||||||
|
|
||||||
board_build.ldscript = eagle.flash.4m1m.ld
|
board_build.ldscript = eagle.flash.4m1m.ld
|
||||||
@ -64,7 +65,7 @@ lib_deps =
|
|||||||
coryjfowler/mcp_can @ ^1.5.0
|
coryjfowler/mcp_can @ ^1.5.0
|
||||||
mikalhart/TinyGPSPlus @ ^1.0.3
|
mikalhart/TinyGPSPlus @ ^1.0.3
|
||||||
|
|
||||||
[env:pcb_rev_1.2]
|
[env:pcb_rev_1-2]
|
||||||
;build_type = debug
|
;build_type = debug
|
||||||
pcb_revision = 2
|
pcb_revision = 2
|
||||||
build_flags =
|
build_flags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user