mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
fix: Indicator display (#173)
* disable some logs which potentially lead to crash * indicator: hw rotation + increase frequency * PSRAM display buffer allocation * define fast mem * revert frequency to 6M (to avoid drift) * trunk fmt
This commit is contained in:
@@ -104,8 +104,8 @@ bool LogRotate::write(const ILogEntry &entry)
|
||||
currentSize += entry.size();
|
||||
totalSize += entry.size();
|
||||
|
||||
ILOG_DEBUG("LogRotate: %d bytes written in %d ms to %s (%d/%d bytes, total: %d)", entry.size(), millis() - start,
|
||||
currentLogName.c_str(), currentSize, c_maxFileSize, totalSize);
|
||||
// ILOG_DEBUG("LogRotate: %d bytes written in %d ms to %s (%d/%d bytes, total: %d)", entry.size(), millis() - start,
|
||||
// currentLogName.c_str(), currentSize, c_maxFileSize, totalSize);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user