Easylink_CAN_Waker/platformio.ini

15 lines
468 B
INI
Raw Normal View History

2023-12-07 22:14:49 +00: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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
2023-12-07 22:14:49 +00:00
framework = arduino
monitor_speed = 115200