Files
iotbutton/firmware/main_mcu/platformio.ini
2021-02-27 16:37:22 +00:00

38 lines
867 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
src_filter =
;; Default filter
+<*>
-<.git/>
-<.svn/>
-<example/>
-<examples/>
-<test/>
-<tests/>
;; Don't compile until the user adds their own config
-<src/config-example.h>
[env:button-release]
[env:button-timing]
build_flags = -D DEBUG_SKETCH_TIMING
[env:button-debug]
build_flags = -D DEBUG_SKETCH