kopia lustrzana https://github.com/meshtastic/firmware
Remove an \n (#5703)
rodzic
bfcfca2e46
commit
f9e71c3fb9
|
@ -378,7 +378,7 @@ class LGFX : public lgfx::LGFX_Device
|
|||
_panel_instance = new lgfx::Panel_HX8357D;
|
||||
else {
|
||||
_panel_instance = new lgfx::Panel_NULL;
|
||||
LOG_ERROR("Unknown display panel configured!\n");
|
||||
LOG_ERROR("Unknown display panel configured!");
|
||||
}
|
||||
|
||||
auto buscfg = _bus_instance.config();
|
||||
|
|
Ładowanie…
Reference in New Issue