This commit is contained in:
reto
2021-11-21 17:52:03 +01:00
parent 1812c5b6ea
commit 8485d88a1d
7 changed files with 200 additions and 0 deletions

15
platformio.ini Normal file
View File

@ -0,0 +1,15 @@
; 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:esp32thing]
platform = espressif32
board = esp32thing
monitor_speed = 57600
framework = arduino