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