Skip to content

Commit

Permalink
Merge pull request #255 from valerio-vaccaro/231202-fix_ci
Browse files Browse the repository at this point in the history
fix format and allow buildings of all boards
  • Loading branch information
BitMaker-hub authored Dec 4, 2023
2 parents 7326298 + 9743b6f commit 2f8c7b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

[platformio]
globallib_dir = lib
default_envs = NerminerV2 ; esp32cam, ESP32-2432S028R, NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3, ESP32-S3-devKitv1
default_envs = esp32cam, ESP32-2432S028R, NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3, ESP32-S3-devKitv1

;--------------------------------------------------------------------

[env:ESP32-S3-devKitv1]
platform = espressif32
Expand Down Expand Up @@ -42,7 +44,6 @@ lib_ignore =

;--------------------------------------------------------------------


[env:NerminerV2]
platform = espressif32
board = esp32-s3-devkitc-1
Expand Down Expand Up @@ -288,6 +289,8 @@ lib_deps =
mathertel/OneButton @ ^2.0.3
https://github.com/arduino-libraries/NTPClient

;--------------------------------------------------------------------

[env:M5-StampS3]
platform = espressif32
board = m5stack-stamps3
Expand Down

0 comments on commit 2f8c7b8

Please sign in to comment.