21 lines
620 B
INI
21 lines
620 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
|
|
; http://docs.platformio.org/page/projectconf.html
|
|
|
|
[platformio]
|
|
src_dir = .
|
|
|
|
[env:esp32]
|
|
platform = espressif32
|
|
framework = arduino
|
|
board = esp32dev
|
|
lib_deps = ArduinoJSON@5.13.2, ESP32 BLE Arduino, AsyncMqttClient@0.8.2, AsyncTCP@1.0.1
|
|
board_build.partitions = partitions_singleapp.csv
|
|
upload_port = COM13
|