2023-05-23 16:49:42 +02:00
|
|
|
; 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:esp32-devkitlipo]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32-devkitlipo
|
|
|
|
framework = arduino
|
2023-05-25 13:40:44 +02:00
|
|
|
monitor_speed = 115200
|
2023-06-01 14:39:39 +02:00
|
|
|
|
2023-05-30 15:20:08 +02:00
|
|
|
|