mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 13:26:10 +02:00
0.5.107
* fix: show save message * fix: removed serial newline for `enqueueCmd`
This commit is contained in:
parent
02dc025814
commit
081adeb140
4 changed files with 7 additions and 3 deletions
|
@ -144,7 +144,7 @@ class Inverter {
|
|||
void enqueCommand(uint8_t cmd) {
|
||||
_commandQueue.push(std::make_shared<T>(cmd));
|
||||
DPRINT_IVID(DBG_INFO, id);
|
||||
DBGPRINTLN(F("enqueCommand: 0x"));
|
||||
DBGPRINT(F("enqueCommand: 0x"));
|
||||
DBGHEXLN(cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue