Change comment "commnad for Reactive power"
This commit is contained in:
parent
c7718c80d4
commit
d4c252889e
@ -111,7 +111,7 @@ uint32_t read_current()
|
||||
uint32_t read_power_factor(){
|
||||
|
||||
|
||||
uint8_t power_factor_cmd[] = { 0xA5, 0x07, 0x41, 0x00, 0x16, 0x52, 0x055 }; // Command for Current
|
||||
uint8_t power_factor_cmd[] = { 0xA5, 0x07, 0x41, 0x00, 0x16, 0x52, 0x055 }; // Command for Power
|
||||
uint8_t response[8];
|
||||
uint32_t power_factor = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user