mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 04:11:18 +00:00
Fixed code
This commit is contained in:
@@ -712,7 +712,7 @@ void loop() {
|
||||
|
||||
if(config.isMeterChanged()) {
|
||||
config.getMeterConfig(meterConfig);
|
||||
if(meterConfig.source = METER_SOURCE_GPIO) {
|
||||
if(meterConfig.source == METER_SOURCE_GPIO) {
|
||||
switch(meterConfig.parser) {
|
||||
case METER_PARSER_PASSIVE:
|
||||
if(pulseMc != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user