We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c573d1a commit 0bbdcbfCopy full SHA for 0bbdcbf
platformio.ini
@@ -4,7 +4,7 @@
4
5
6
[platformio]
7
-src_dir = ./examples/
+src_dir = ./test/
8
9
[env]
10
framework = arduino
@@ -38,9 +38,8 @@ lib_deps =
38
39
[env:esp8266BasicTest]
40
extends = esp8266_common
41
-src_filter = -<*> +<PlatformIO_BasicWrite/>
42
43
[env:esp32BasicTest]
44
extends = esp32_common
45
+
46
0 commit comments