mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
* main in app integriert, Zwischenstand
This commit is contained in:
parent
c6e3cd39ba
commit
ccb9fb537d
7 changed files with 759 additions and 603 deletions
|
@ -83,7 +83,7 @@ class Inverter {
|
|||
|
||||
Inverter() {
|
||||
ts = 0;
|
||||
powerLimit[0] = -1; // 65535 W Limit -> unlimited
|
||||
powerLimit[0] = 0xffff; // 65535 W Limit -> unlimited
|
||||
powerLimit[1] = 0x0001; // 0x0000 --> set temporary , 0x0001 --> set persistent
|
||||
devControlRequest = false;
|
||||
devControlCmd = 0xff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue