File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,11 @@ uint8_t sfeIoTNodeLoRaWAN::get_logTypeSer(void)
500
500
{
501
501
return _logTypeSer;
502
502
}
503
- // ---------------------------------------------------------------------------
503
+ /* *
504
+ * @brief Sets the log type for serial output
505
+ *
506
+ * @param[in] logType The log type
507
+ */
504
508
void sfeIoTNodeLoRaWAN::set_logTypeSer (uint8_t logType)
505
509
{
506
510
if (logType == _logTypeSer)
@@ -521,11 +525,22 @@ void sfeIoTNodeLoRaWAN::set_logTypeSer(uint8_t logType)
521
525
522
526
// ---------------------------------------------------------------------------
523
527
// local/board name things
528
+ /* *
529
+ * @brief Getter for the the local name property
530
+ *
531
+ * @return The local name.
532
+ */
533
+
524
534
std::string sfeIoTNodeLoRaWAN::get_local_name (void )
525
535
{
526
536
return flux.localName ();
527
537
}
528
538
// ---------------------------------------------------------------------------
539
+ /* *
540
+ * @brief Setter for the local name property
541
+ *
542
+ * @param[in] name The name
543
+ */
529
544
530
545
void sfeIoTNodeLoRaWAN::set_local_name (std::string name)
531
546
{
@@ -730,7 +745,7 @@ void sfeIoTNodeLoRaWAN::checkBatteryLevels(void)
730
745
}
731
746
732
747
// ---------------------------------------------------------------------------
733
- // Terminal Baudrate things
748
+ // Terminal Baud-rate things
734
749
// ---------------------------------------------------------------------------
735
750
uint32_t sfeIoTNodeLoRaWAN::get_termBaudRate (void )
736
751
{
You can’t perform that action at this time.
0 commit comments