Files
timemodle/platformio.ini

22 lines
741 B
INI
Raw Normal View History

2023-02-01 16:15:55 +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:arduino-esp32]
2025-10-21 09:39:01 +08:00
platform = https://github.com/platformio/platform-espressif32.git
2023-02-01 16:15:55 +08:00
board = esp32dev
framework = arduino
monitor_speed=115200
platform_packages =
2025-10-21 09:39:01 +08:00
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32
2023-02-01 16:15:55 +08:00
lib_deps = arkhipenko/TM1650@^1.1.0
2025-10-21 09:39:01 +08:00
;upload_protocol = jlink
;debug_tool = jlink
;upload_protocol = esp-bridge
;debug_tool = esp-bridge