Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Jul 30, 2023
1 parent a789289 commit 9578903
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
platform = espressif32
framework = arduino
lib_deps =
https://github.com/tzapu/WiFiManager.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/tzapu/WiFiManager.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/eModbus/eModbus.git#ed343224827600409e4d57e77e60b73ff9c22f1a
yiannisbourkelis/Uptime Library@^1.0.0
yiannisbourkelis/Uptime Library@^1.0.0
build_flags = -Wall -Werror -DLOG_LEVEL=LOG_LEVEL_DEBUG
monitor_speed = 115200

Expand All @@ -32,8 +32,8 @@
build_flags = ${env.build_flags}

[env:dingtian]
board = esp32dev
lib_deps =
${env.lib_deps}
lennarthennigs/ESP Telnet@^2.1.1
build_flags = ${env.build_flags} -DBOARD_DINGTIAN
board = esp32dev
lib_deps =
${env.lib_deps}
lennarthennigs/ESP Telnet@^2.1.1
build_flags = ${env.build_flags} -DBOARD_DINGTIAN

0 comments on commit 9578903

Please sign in to comment.