Skip to content

Commit 3b76d81

Browse files
committed
add some titles for the menu system
1 parent 8513166 commit 3b76d81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sfeIoTNodeLoRaWAN/sfeIoTNodeLoRaWAN.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ bool sfeIoTNodeLoRaWAN::onSetup()
329329
_boardButton.on_buttonRelease.call(this, &sfeIoTNodeLoRaWAN::onButtonReleased);
330330
_boardButton.on_buttonPressed.call(this, &sfeIoTNodeLoRaWAN::onButtonPressed);
331331

332+
// titles for menu arrangement
333+
_loraWANConnection.setTitle("LoRaWAN");
334+
_logger.setTitle("Logging");
335+
_sysSystem.setTitle("System");
336+
332337
return true;
333338
}
334339
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)