Change comment "commnad for Reactive power"

This commit is contained in:
Manticore 2025-03-20 17:38:02 +05:30
parent c7718c80d4
commit d4c252889e

View File

@ -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;