mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
Fix type for esp32
This commit is contained in:
@@ -328,7 +328,7 @@ void Solar::process_SM100SolarCircuitConfig(std::shared_ptr<const Telegram> tele
|
|||||||
void Solar::process_SM100ParamCfg(std::shared_ptr<const Telegram> telegram) {
|
void Solar::process_SM100ParamCfg(std::shared_ptr<const Telegram> telegram) {
|
||||||
uint16_t t_id;
|
uint16_t t_id;
|
||||||
uint8_t of;
|
uint8_t of;
|
||||||
int32 min,def,max,cur;
|
int32_t min,def,max,cur;
|
||||||
telegram->read_value(t_id, 1);
|
telegram->read_value(t_id, 1);
|
||||||
telegram->read_value(of, 3);
|
telegram->read_value(of, 3);
|
||||||
telegram->read_value(min, 5);
|
telegram->read_value(min, 5);
|
||||||
|
|||||||
Reference in New Issue
Block a user