2018-10-05 22:41:25 +02: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
|
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[platformio]
|
|
|
|
src_dir = .
|
|
|
|
|
|
|
|
[env:esp32]
|
2019-07-17 15:00:41 +02:00
|
|
|
platform = espressif32
|
2018-10-05 22:41:25 +02:00
|
|
|
framework = arduino
|
|
|
|
board = esp32dev
|
2019-07-11 05:09:24 +02:00
|
|
|
lib_deps = ArduinoJSON@^6, ESP32 BLE Arduino@^1.0.1, AsyncMqttClient@^0.8.2, AsyncTCP
|
2018-10-05 23:12:45 +02:00
|
|
|
board_build.partitions = partitions_singleapp.csv
|