mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-10 07:23:54 +01:00
fixing missing const
This commit is contained in:
parent
8df4bcc54b
commit
4cddc2054b
|
|
@ -24,7 +24,7 @@ public:
|
|||
|
||||
~Logger() {}
|
||||
|
||||
void setSerial(HardwareSerial & serial = Serial);
|
||||
void setSerial(const HardwareSerial & serial = Serial);
|
||||
void setDebugLevel(debug_level_t level);
|
||||
|
||||
// print always:
|
||||
|
|
|
|||
Loading…
Reference in a new issue