minor changes

This commit is contained in:
BitMaker 2023-09-12 15:21:10 +02:00
parent 2b54b4ebd5
commit 6243be3502
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
[platformio] [platformio]
globallib_dir = lib globallib_dir = lib
default_envs = NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R default_envs = ESP32-2432S028R ;NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R
[env:NerminerV2] [env:NerminerV2]
platform = espressif32 platform = espressif32
@ -164,6 +164,7 @@ lib_deps =
[env:ESP32-2432S028R] [env:ESP32-2432S028R]
platform = espressif32 platform = espressif32
board = esp32dev board = esp32dev
framework = arduino
monitor_speed = 115200 monitor_speed = 115200
upload_speed = 921600 upload_speed = 921600
;build_type = debug ;build_type = debug
@ -198,7 +199,6 @@ lib_deps =
arduino-libraries/NTPClient arduino-libraries/NTPClient
bodmer/TFT_eSPI @ ^2.5.31 bodmer/TFT_eSPI @ ^2.5.31
[env:NerdminerV2-T-Display_V1] [env:NerdminerV2-T-Display_V1]
platform = espressif32 platform = espressif32
board = ttgo-lora32-v1 board = ttgo-lora32-v1