Skip to content

Commit 31ddfbb

Browse files
cleanup ini, add checks for #3
1 parent 7529353 commit 31ddfbb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: platformio.ini

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ framework = arduino
1414
board = esp32doit-devkit-v1
1515
board_build.filesystem = littlefs
1616
board_build.partitions = no_ota.csv
17-
;board_build.f_flash = 40000000L
18-
;
19-
;build_flags =
20-
; -DBOARD_HAS_PSRAM
21-
; -mfix-esp32-psram-cache-issue
2217

23-
upload_protocol = esptool
2418
upload_speed = 921600
2519

2620
monitor_speed = 115200
@@ -39,7 +33,7 @@ lib_deps =
3933
fastled/FastLED@^3.4.0
4034
https://github.com/tzapu/WiFiManager
4135
https://github.com/marian-craciunescu/ESP32Ping@^1.6
42-
;witnessmenow/UniversalTelegramBot@^1.3.0
43-
;powerbroker2/SafeString@^4.1.13
4436
me-no-dev/ESP Async WebServer@^1.2.3
4537
ArduinoJson@^6.18.5
38+
;witnessmenow/UniversalTelegramBot@^1.3.0
39+
;powerbroker2/SafeString@^4.1.13

0 commit comments

Comments
 (0)