blank project

This commit is contained in:
Justin Forlenza 2025-12-30 10:35:24 -05:00
commit 7c63c76e7a
7 changed files with 136 additions and 0 deletions

16
platformio.ini Normal file
View file

@ -0,0 +1,16 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32s3box]
platform = espressif32
board = esp32s3box
framework = arduino
monitor_speed=115200