Files
TimeModule/platformio.ini
2025-10-21 09:39:01 +08:00

22 lines
741 B
INI

; 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]
platform = https://github.com/platformio/platform-espressif32.git
board = esp32dev
framework = arduino
monitor_speed=115200
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32
lib_deps = arkhipenko/TM1650@^1.1.0
;upload_protocol = jlink
;debug_tool = jlink
;upload_protocol = esp-bridge
;debug_tool = esp-bridge