mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 00:16:42 +02:00
prototype webapi to get info, improved pwr limit
This commit is contained in:
parent
c915e44557
commit
028aedb788
6 changed files with 188 additions and 99 deletions
|
@ -19,9 +19,12 @@ class HmSystem {
|
|||
RadioType Radio;
|
||||
typedef BUFFER BufferType;
|
||||
BufferType BufCtrl;
|
||||
InfoCmdType InfoCmd;
|
||||
//DevControlCmdType DevControlCmd;
|
||||
|
||||
HmSystem() {
|
||||
mNumInv = 0;
|
||||
InfoCmd = RealTimeRunData_Debug; // default case
|
||||
}
|
||||
~HmSystem() {
|
||||
// TODO: cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue