Amplificator/platformio.ini

18 lines
479 B
INI
Raw Permalink Normal View History

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-06-01 16:02:30 +02:00
monitor_speed = 9600
2023-06-01 14:39:39 +02:00
2023-05-30 15:20:08 +02:00