mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2026-03-22 09:04:18 +01:00
mesh example
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
env_default = build
|
||||
env_default = mesh
|
||||
|
||||
[common]
|
||||
framework = arduino
|
||||
@@ -18,9 +18,9 @@ lib_deps =
|
||||
ESP Async WebServer
|
||||
ESPAsyncTCP
|
||||
TaskScheduler
|
||||
; painlessMesh
|
||||
|
||||
[env:build]
|
||||
src_filter = +<*> -<examples/>
|
||||
#platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||
#platform = https://github.com/platformio/platform-espressif8266.git
|
||||
#platform = espressif8266@~1.6.0
|
||||
@@ -32,4 +32,14 @@ framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
#build_flags = -DLED_PIN=2 -g
|
||||
;upload_port = /dev/ttyUSB0
|
||||
;upload_port = 192.168.1.168
|
||||
;upload_port = 192.168.1.168
|
||||
|
||||
[env:mesh]
|
||||
src_filter = +<*> +<examples/mesh/> -<examples/basic/>
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
upload_speed = 921600
|
||||
monitor_baud = 115200
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
painlessMesh
|
||||
Reference in New Issue
Block a user