File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,21 @@ build_src_filter = ${stm32_base.build_src_filter}
1919extends = Tiny_Relay
2020build_flags = ${Tiny_Relay.build_flags}
2121 -D ADVERT_NAME =' "tiny_relay Repeater"'
22+ -D ADVERT_LAT =0.0
23+ -D ADVERT_LON =0.0
2224 -D ADMIN_PASSWORD =' "password"'
25+ -D MAX_NEIGHBOURS =50
2326build_src_filter = ${Tiny_Relay.build_src_filter}
24- +<../examples/simple_repeater/main.cpp >
27+ +<../examples/simple_repeater>
2528
2629[env:Tiny_Relay_sensor]
2730extends = Tiny_Relay
2831build_flags = ${Tiny_Relay.build_flags}
2932 -D ADVERT_NAME =' "tiny_relay Sensor"'
33+ -D ADVERT_LAT =0.0
34+ -D ADVERT_LON =0.0
3035 -D ADMIN_PASSWORD =' "password"'
36+ -D MAX_NEIGHBOURS =50
3137build_src_filter = ${Tiny_Relay.build_src_filter}
3238 +<../examples/simple_sensor>
3339
You can’t perform that action at this time.
0 commit comments