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.
2 parents 855e483 + 9be28c2 commit 64cc4cfCopy full SHA for 64cc4cf
variants/rak3x72/platformio.ini
@@ -21,6 +21,14 @@ build_flags = ${rak3x72.build_flags}
21
build_src_filter = ${rak3x72.build_src_filter}
22
+<../examples/simple_repeater/main.cpp>
23
24
+[env:rak3x72-sensor]
25
+extends = rak3x72
26
+build_flags = ${rak3x72.build_flags}
27
+ -D ADVERT_NAME='"RAK3x72 Sensor"'
28
+ -D ADMIN_PASSWORD='"password"'
29
+build_src_filter = ${rak3x72.build_src_filter}
30
+ +<../examples/simple_sensor>
31
+
32
[env:rak3x72_companion_radio_usb]
33
extends = rak3x72
34
build_flags = ${rak3x72.build_flags}
0 commit comments