Skip to content

Commit

Permalink
Removed unused target
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 11, 2024
1 parent b95ca16 commit 70c4980
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,6 @@ html_files =
html/app.css.gz
html/favicon.ico.gz

[env:kegmon-debug]
upload_speed = ${common_env_data.upload_speed}
monitor_speed = ${common_env_data.monitor_speed}
framework = ${common_env_data.framework}
platform = ${common_env_data.platform}
build_unflags =
${common_env_data.build_unflags}
build_flags =
-Wl,-Map,output.map
#-DDEBUG_ESP_HTTP_CLIENT
#-DDEBUG_ESP_HTTP_SERVER
#-DDEBUG_ESP_PORT=Serial
#-DDEBUG_ESP_WIFI
#-DDEBUG_ESP_SSL
#-DDEBUG_ESP_CORE
${common_env_data.build_flags}
-D LOG_LEVEL=6
lib_deps =
${common_env_data.lib_deps}
board = d1_mini
build_type = release
board_build.filesystem = littlefs
monitor_filters = esp8266_exception_decoder

[env:kegmon-release]
upload_speed = ${common_env_data.upload_speed}
monitor_speed = ${common_env_data.monitor_speed}
Expand Down Expand Up @@ -124,6 +100,8 @@ build_flags =
${common_env_data.build_flags}
-D LOG_LEVEL=6
lib_deps =
https://github.com/mp-se/ESPAsyncWebServer#0.1.0
https://github.com/mp-se/ESPAsyncTCP#0.1.0
${common_env_data.lib_deps}
board = d1_mini
build_type = release
Expand All @@ -140,6 +118,8 @@ build_flags =
${common_env_data.build_flags}
-D LOG_LEVEL=6
lib_deps =
https://github.com/mp-se/ESPAsyncWebServer#0.1.0
https://github.com/mp-se/ESPAsyncTCP#0.1.0
https://github.com/bxparks/AUnit#v1.7.1
${common_env_data.lib_deps}
board = d1_mini
Expand Down

0 comments on commit 70c4980

Please sign in to comment.