mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-01-03 15:20:25 +01:00
Merge pull request #94 from zejdlikt/hotfix-logging-message-zejdlikt
This commit is contained in:
commit
3c7ab4d970
|
|
@ -295,7 +295,7 @@ void loop() {
|
|||
|
||||
msg.getBody()->setData(aprsmsg);
|
||||
String data = msg.encode();
|
||||
logger.log(logging::LoggerLevel::LOGGER_LEVEL_DEBUG, "Loop", "%s", data);
|
||||
logger.log(logging::LoggerLevel::LOGGER_LEVEL_DEBUG, "Loop", "%s", data.c_str());
|
||||
show_display("<< TX >>", data);
|
||||
|
||||
if (Config.ptt.active) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue