mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-29 22:27:13 +02:00
added setttings for cmt
added HMS2000 as possible inverter added enable for NRF24 and CMT
This commit is contained in:
parent
c7e01c849d
commit
6cbd256c1f
7 changed files with 124 additions and 24 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <cstdint>
|
||||
|
||||
// inverter generations
|
||||
enum {IV_HM = 0, IV_MI};
|
||||
enum {IV_HM = 0, IV_MI, IV_HMS, IV_HMT};
|
||||
|
||||
// units
|
||||
enum {UNIT_V = 0, UNIT_A, UNIT_W, UNIT_WH, UNIT_KWH, UNIT_HZ, UNIT_C, UNIT_PCT, UNIT_VAR, UNIT_NONE};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue