DreamTap/platformio.ini

15 lines
450 B
INI
Raw Normal View History

2023-04-16 20:58:17 +08: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:esp01_1m]
2023-10-18 09:01:27 +08:00
platform = espressif32
board = esp32-c3-devkitm-1
2023-04-16 20:58:17 +08:00
framework = arduino