We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8513166 commit 3b76d81Copy full SHA for 3b76d81
sfeIoTNodeLoRaWAN/sfeIoTNodeLoRaWAN.cpp
@@ -329,6 +329,11 @@ bool sfeIoTNodeLoRaWAN::onSetup()
329
_boardButton.on_buttonRelease.call(this, &sfeIoTNodeLoRaWAN::onButtonReleased);
330
_boardButton.on_buttonPressed.call(this, &sfeIoTNodeLoRaWAN::onButtonPressed);
331
332
+ // titles for menu arrangement
333
+ _loraWANConnection.setTitle("LoRaWAN");
334
+ _logger.setTitle("Logging");
335
+ _sysSystem.setTitle("System");
336
+
337
return true;
338
}
339
//---------------------------------------------------------------------------
0 commit comments