Merge pull request #2243 from jirogit/fix/thinknode-m5-advert-name
fix: correct ADVERT_NAME for ThinkNode M5 (was M2)
This commit is contained in:
@@ -58,7 +58,7 @@ build_src_filter = ${ThinkNode_M5.build_src_filter}
|
|||||||
+<../examples/simple_repeater/*.cpp>
|
+<../examples/simple_repeater/*.cpp>
|
||||||
build_flags =
|
build_flags =
|
||||||
${ThinkNode_M5.build_flags}
|
${ThinkNode_M5.build_flags}
|
||||||
-D ADVERT_NAME='"Thinknode M2 Repeater"'
|
-D ADVERT_NAME='"Thinknode M5 Repeater"'
|
||||||
-D ADVERT_LAT=0.0
|
-D ADVERT_LAT=0.0
|
||||||
-D ADVERT_LON=0.0
|
-D ADVERT_LON=0.0
|
||||||
-D ADMIN_PASSWORD='"password"'
|
-D ADMIN_PASSWORD='"password"'
|
||||||
@@ -116,7 +116,7 @@ build_src_filter = ${ThinkNode_M5.build_src_filter}
|
|||||||
+<../examples/simple_room_server>
|
+<../examples/simple_room_server>
|
||||||
build_flags =
|
build_flags =
|
||||||
${ThinkNode_M5.build_flags}
|
${ThinkNode_M5.build_flags}
|
||||||
-D ADVERT_NAME='"Thinknode M2 Room Server"'
|
-D ADVERT_NAME='"Thinknode M5 Room Server"'
|
||||||
-D ADVERT_LAT=0.0
|
-D ADVERT_LAT=0.0
|
||||||
-D ADVERT_LON=0.0
|
-D ADVERT_LON=0.0
|
||||||
-D ADMIN_PASSWORD='"password"'
|
-D ADMIN_PASSWORD='"password"'
|
||||||
|
|||||||
Reference in New Issue
Block a user