Skip to content

Commit

Permalink
Add debug stub
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Mar 3, 2020
1 parent 4ca5f30 commit a5845a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ lib_deps =
https://github.com/lbussy/AsyncWiFiManager.git
ESPAsyncTCP
ESP Async WebServer
; build_type = debug

[env:d1_mini]
upload_speed = ${common_env_data.upload_speed}
Expand All @@ -51,4 +52,5 @@ platform = ${common_env_data.platform}
build_flags = ${common_env_data.build_flags}
; extra_scripts = ${common_env_data.extra_scripts}
lib_deps = ${common_env_data.lib_deps}
; build_type = ${common_env_data.build_type}
board = d1_mini

0 comments on commit a5845a2

Please sign in to comment.