* read grid profile as HEX (`live` -> click inverter name -> `show grid profile`)
This commit is contained in:
lumapu 2023-12-17 15:04:09 +01:00
parent 681c58e6a2
commit 16d0eb2048
10 changed files with 73 additions and 7 deletions

View file

@ -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++) {