We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea7a84b + 5f2ea7c commit 727a044Copy full SHA for 727a044
variants/nano_g2_ultra/nano-g2.cpp
@@ -68,7 +68,7 @@ bool NanoG2Ultra::startOTAUpdate(const char *id, char reply[])
68
// Set max power. Accepted values are: -40, -30, -20, -16, -12, -8, -4, 0, 4
69
Bluefruit.setTxPower(4);
70
// Set the BLE device name
71
- Bluefruit.setName("TECHO_OTA");
+ Bluefruit.setName("NANO_G2_OTA");
72
73
Bluefruit.Periph.setConnectCallback(connect_callback);
74
Bluefruit.Periph.setDisconnectCallback(disconnect_callback);
0 commit comments