Files
iotbutton/firmware/main_mcu/platformio.ini
2021-02-17 22:54:53 -05:00

27 lines
657 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]
platform = espressif8266
framework = arduino
board = esp12e
lib_deps =
knolleary/PubSubClient@^2.8.0
bblanchon/ArduinoJson@^6.17.2
upload_speed = 115200
[env:button-release]
[env:button-timing]
build_flags = -D DEBUG_SKETCH_TIMING
[env:button-debug]
build_flags = -D DEBUG_SKETCH