; 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 [env:arduino-esp32] platform = espressif32 board = esp32dev framework = arduino monitor_speed = 115200 lib_deps = arkhipenko/TM1650@^1.1.0