mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 18:12:07 +00:00
fix warning
This commit is contained in:
parent
16d63bd0ce
commit
9d81511153
@ -600,7 +600,7 @@ void recordCriticalError(CriticalErrorCode code, uint32_t address)
|
|||||||
// Print error to screen and serial port
|
// Print error to screen and serial port
|
||||||
String lcd = String("Critical error ") + code + "!\n";
|
String lcd = String("Critical error ") + code + "!\n";
|
||||||
screen->print(lcd.c_str());
|
screen->print(lcd.c_str());
|
||||||
DEBUG_MSG("NOTE! Recording critical error %d, address=%x\n", code, address);
|
DEBUG_MSG("NOTE! Recording critical error %d, address=%lx\n", code, address);
|
||||||
|
|
||||||
// Record error to DB
|
// Record error to DB
|
||||||
myNodeInfo.error_code = code;
|
myNodeInfo.error_code = code;
|
||||||
|
Loading…
Reference in New Issue
Block a user