mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Merge pull request #342 from lora-aprs/platformio_dependabot/espressif32/6.5.0
Bump espressif32 from 6.4.0 to 6.7.0
This commit is contained in:
commit
515aec11e0
|
|
@ -12,7 +12,7 @@
|
|||
default_envs = lora_board
|
||||
|
||||
[env]
|
||||
platform = espressif32 @ 6.4.0
|
||||
platform = espressif32 @ 6.7.0
|
||||
framework = arduino
|
||||
lib_ldf_mode = deep+
|
||||
monitor_speed = 115200
|
||||
|
|
@ -37,13 +37,13 @@ test_build_src = yes
|
|||
|
||||
[env:lora_board]
|
||||
board = esp32doit-devkit-v1
|
||||
build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED
|
||||
build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED -DCONFIG_ETH_ENABLED
|
||||
|
||||
[env:lora_v3_board]
|
||||
board = heltec_wifi_lora_32_V3
|
||||
build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED
|
||||
build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED -DCONFIG_ETH_ENABLED
|
||||
|
||||
[env:lora_board_debug]
|
||||
board = esp32doit-devkit-v1
|
||||
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED
|
||||
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED -DCONFIG_ETH_ENABLED
|
||||
build_type = debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue