mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
* added option for no powerlimit (setup)
* moved function showLiveData to web.cpp * improved debug messages * cleaned some code
This commit is contained in:
parent
fec8758de7
commit
ae968d618a
7 changed files with 152 additions and 191 deletions
|
@ -58,6 +58,7 @@ typedef enum {
|
|||
} DevControlCmdType;
|
||||
|
||||
typedef enum { // ToDo: to be verified by field tests
|
||||
NoPowerLimit = 0xffff, // ahoy internal value, no hoymiles value!
|
||||
AbsolutNonPersistent = 0UL, // 0x0000
|
||||
RelativNonPersistent = 1UL, // 0x0001
|
||||
AbsolutPersistent = 256UL, // 0x0100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue