From 0e03257f9d26e2291a7e0117e058c8fe9f4e38ec Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Dec 2023 00:12:58 +0000 Subject: [PATCH 1/3] Bump espressif32 to 6.5.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index a27d9ed..992f7d8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,7 +12,7 @@ default_envs = lora_board [env] -platform = espressif32 @ 6.3.2 +platform = espressif32 @ 6.5.0 framework = arduino lib_ldf_mode = deep+ monitor_speed = 115200 From 101b0f407438aec6cc75335b109f130c511d08d5 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 4 Jan 2024 03:26:59 +0100 Subject: [PATCH 2/3] platformio.ini aktualisieren --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 16af4c8..ee71188 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,6 +18,7 @@ lib_ldf_mode = deep+ monitor_speed = 115200 monitor_raw = yes lib_deps = + WiFi bblanchon/ArduinoJson @ 6.21.4 lewisxhe/AXP202X_Library @ 1.1.3 peterus/APRS-Decoder-Lib @ 0.0.6 From ec1e060dc3fafc5d7deaca2bf68905df4ba2f7f8 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 8 Jan 2024 22:27:43 +0100 Subject: [PATCH 3/3] Update platformio.ini --- platformio.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index ee71188..9720be4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,6 @@ lib_ldf_mode = deep+ monitor_speed = 115200 monitor_raw = yes lib_deps = - WiFi bblanchon/ArduinoJson @ 6.21.4 lewisxhe/AXP202X_Library @ 1.1.3 peterus/APRS-Decoder-Lib @ 0.0.6 @@ -38,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