Skip to content

Commit 6769b74

Browse files
committed
fix: correct ADVERT_NAME for Generic ESPNow room server (was 'Heltec Room')
env:Generic_ESPNOW_room_svr was using 'Heltec Room' as ADVERT_NAME, causing Generic ESPNow room server nodes to advertise with the wrong device name on the mesh.
1 parent 27f7326 commit 6769b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/generic_espnow/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lib_deps =
6969
extends = Generic_ESPNOW
7070
build_flags =
7171
${Generic_ESPNOW.build_flags}
72-
-D ADVERT_NAME='"Heltec Room"'
72+
-D ADVERT_NAME='"Generic ESPNow Room"'
7373
-D ADVERT_LAT=0.0
7474
-D ADVERT_LON=0.0
7575
-D ADMIN_PASSWORD='"password"'

0 commit comments

Comments
 (0)