Update TaskRadiolib.cpp

This commit is contained in:
Peter Buchegger 2023-04-23 00:37:35 +02:00 committed by GitHub
parent 2dec74f4c2
commit 63e131cd75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,6 @@ bool RadiolibTask::loop(System &system) {
} else {
if (!txEnable) {
// system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_DEBUG, getName(), "[%s] TX is not enabled", timeString().c_str());
} else {
if (transmitFlag) {
// system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_DEBUG, getName(), "[%s] TX signal detected. Waiting TX", timeString().c_str());