mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2026-03-22 17:07:35 +01:00
pass scheduler to app
This commit is contained in:
@@ -8,7 +8,28 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp12e]
|
||||
[platformio]
|
||||
env_default = build
|
||||
|
||||
[common]
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
ESPAsyncWifiManager
|
||||
ESP Async WebServer
|
||||
ESPAsyncTCP
|
||||
TaskScheduler
|
||||
; painlessMesh
|
||||
|
||||
[env:build]
|
||||
#platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||
#platform = https://github.com/platformio/platform-espressif8266.git
|
||||
#platform = espressif8266@~1.6.0
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
framework = arduino
|
||||
upload_speed = 921600
|
||||
monitor_baud = 115200
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
#build_flags = -DLED_PIN=2 -g
|
||||
;upload_port = /dev/ttyUSB0
|
||||
;upload_port = 192.168.1.168
|
||||
Reference in New Issue
Block a user