mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-11 16:06:38 +02:00
* V0.4.15
* reduced debug messages * fixes after merge
This commit is contained in:
parent
44b31f765c
commit
2d37b2657d
7 changed files with 43 additions and 44 deletions
|
@ -66,7 +66,7 @@ class HmSystem {
|
|||
}
|
||||
|
||||
INVERTERTYPE *findInverter(uint8_t buf[]) {
|
||||
DPRINTLN(F("hmSystem.h:findInverter"));
|
||||
//DPRINTLN(F("hmSystem.h:findInverter"));
|
||||
INVERTERTYPE *p;
|
||||
for(uint8_t i = 0; i < mNumInv; i++) {
|
||||
p = &mInverter[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue