Skip to content

Commit e7b3903

Browse files
committed
pio: fix deprecated flag
1 parent 5b6b41f commit e7b3903

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

platformio.ini

+7-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ board = teensy31
2929

3030
[env:native]
3131
platform = native
32-
test_build_project_src = true
32+
test_build_src = true
3333
build_flags = -Wno-c++11-extensions -std=c++11
3434

3535
[env:huzzah32]
@@ -40,6 +40,10 @@ board = featheresp32
4040
[env:nrf52_express]
4141
board = adafruit_feather_nrf52840_s340
4242
framework = arduino
43-
platform = nordicnrf52
44-
platform_packages = framework-arduinoadafruitnrf52 @ https://github.com/cujomalainey/Adafruit_nRF52_Arduino
43+
platform = https://github.com/cujomalainey/platform-nordicnrf52.git#develop
4544
; upload_protocol = jlink
45+
46+
[env:seeed_xiao]
47+
platform = https://github.com/maxgerhardt/platform-nordicnrf52
48+
board = xiaoblesense
49+
framework = arduino

0 commit comments

Comments
 (0)