Update platformio.ini

no BT enabled so not need to limit the fs  on 2.x for esp32, based on @ReneHezser feedback
This commit is contained in:
Luc 2021-08-01 15:18:14 +02:00 committed by GitHub
parent 57b48ebbcb
commit 10be986ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ board_build.f_flash = 80000000L
board_build.flash_mode = qio
; None
build_flags = -DCORE_DEBUG_LEVEL=0
board_build.partitions = min_spiffs.csv
board_build.partitions = default.csv
upload_speed = 921600
lib_ignore =
ESPAsyncTCP