Merge pull request #94 from zejdlikt/hotfix-logging-message-zejdlikt

This commit is contained in:
Peter Buchegger 2023-02-23 07:15:18 +01:00 committed by GitHub
commit 3c7ab4d970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {