Skip to content

Commit

Permalink
Move options which are only relevant for embedded, to specific enviro…
Browse files Browse the repository at this point in the history
…nment.
  • Loading branch information
dhebbeker committed May 19, 2023
1 parent 28f4dd8 commit c1b3bf7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env]
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
lib_deps =
neroroxxx/RoxMux@^1.6.2
adafruit/Adafruit SSD1306@~2.5.3
simsso/ShiftRegister74HC595@^1.3.1
monitor_speed = 115200

[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino

0 comments on commit c1b3bf7

Please sign in to comment.