Skip to content

Commit 727a044

Browse files
authored
Merge pull request #436 from 446564/fix-nano-g2-ota-name
update nano g2 ultra BLE name for OTA
2 parents ea7a84b + 5f2ea7c commit 727a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/nano_g2_ultra/nano-g2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bool NanoG2Ultra::startOTAUpdate(const char *id, char reply[])
6868
// Set max power. Accepted values are: -40, -30, -20, -16, -12, -8, -4, 0, 4
6969
Bluefruit.setTxPower(4);
7070
// Set the BLE device name
71-
Bluefruit.setName("TECHO_OTA");
71+
Bluefruit.setName("NANO_G2_OTA");
7272

7373
Bluefruit.Periph.setConnectCallback(connect_callback);
7474
Bluefruit.Periph.setDisconnectCallback(disconnect_callback);

0 commit comments

Comments
 (0)