refactor: implement all core services
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = esp01_1m
|
||||
;default_envs = esp01_1m
|
||||
src_dir = .
|
||||
|
||||
[common]
|
||||
@@ -106,7 +106,7 @@ lib_deps = ${common.lib_deps}
|
||||
adafruit/Adafruit NeoPixel@^1.15.1
|
||||
build_flags = -DLED_STRIP_PIN=2
|
||||
build_src_filter =
|
||||
+<examples/neopattern/main.cpp>
|
||||
+<examples/neopattern/*.cpp>
|
||||
+<src/*.c>
|
||||
+<src/*.cpp>
|
||||
|
||||
@@ -121,7 +121,7 @@ board_build.flash_mode = dout
|
||||
board_build.flash_size = 1M
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_src_filter =
|
||||
+<examples/wifiscan/main.cpp>
|
||||
+<examples/wifiscan/*.cpp>
|
||||
+<src/*.c>
|
||||
+<src/*.cpp>
|
||||
|
||||
@@ -135,7 +135,7 @@ board_build.flash_mode = dio
|
||||
board_build.flash_size = 4M
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_src_filter =
|
||||
+<examples/wifiscan/main.cpp>
|
||||
+<examples/wifiscan/*.cpp>
|
||||
+<src/*.c>
|
||||
+<src/*.cpp>
|
||||
|
||||
@@ -150,6 +150,6 @@ board_build.flash_size = 4M
|
||||
lib_deps = ${common.lib_deps}
|
||||
adafruit/Adafruit NeoPixel@^1.15.1
|
||||
build_src_filter =
|
||||
+<examples/neopattern/main.cpp>
|
||||
+<examples/neopattern/*.cpp>
|
||||
+<src/*.c>
|
||||
+<src/*.cpp>
|
||||
|
||||
Reference in New Issue
Block a user