Skip to content

Commit b4a8157

Browse files
committed
build: fix unit tests
Platformio seems to be enforcing stricter compatibility with unit tests, lets just disable that.
1 parent aa74025 commit b4a8157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ platform = native
2828
build_flags = -Wno-c++11-extensions -std=c++11
2929
test_build_project_src = true
3030
lib_deps = ANT
31+
lib_compat_mode = off
3132

3233
[env:huzzah32]
3334
platform = espressif32

0 commit comments

Comments
 (0)