mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 13:11:38 +02:00
0.8.26
* read grid profile as HEX (`live` -> click inverter name -> `show grid profile`)
This commit is contained in:
parent
681c58e6a2
commit
16d0eb2048
10 changed files with 73 additions and 7 deletions
|
@ -336,7 +336,7 @@ void app::tickSend(void) {
|
|||
DBGPRINT(String(fill));
|
||||
DBGPRINT(F(" of "));
|
||||
DBGPRINT(String(max));
|
||||
DBGPRINTLN(F("entries used"));
|
||||
DBGPRINTLN(F(" entries used"));
|
||||
}
|
||||
|
||||
for (uint8_t i = 0; i < MAX_NUM_INVERTERS; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue