mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
refactor variants to use standard firmware type suffixes
This commit is contained in:
parent
2992062bbe
commit
f3b9c06646
6 changed files with 14 additions and 14 deletions
|
|
@ -15,7 +15,7 @@ build_flags = ${stm32_base.build_flags}
|
|||
build_src_filter = ${stm32_base.build_src_filter}
|
||||
+<../variants/tiny_relay>
|
||||
|
||||
[env:Tiny_Relay-repeater]
|
||||
[env:Tiny_Relay_repeater]
|
||||
extends = Tiny_Relay
|
||||
build_flags = ${Tiny_Relay.build_flags}
|
||||
-D ADVERT_NAME='"tiny_relay Repeater"'
|
||||
|
|
@ -23,7 +23,7 @@ build_flags = ${Tiny_Relay.build_flags}
|
|||
build_src_filter = ${Tiny_Relay.build_src_filter}
|
||||
+<../examples/simple_repeater/main.cpp>
|
||||
|
||||
[env:Tiny_Relay-sensor]
|
||||
[env:Tiny_Relay_sensor]
|
||||
extends = Tiny_Relay
|
||||
build_flags = ${Tiny_Relay.build_flags}
|
||||
-D ADVERT_NAME='"tiny_relay Sensor"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue