mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 08:22:10 +00:00
Fixed code
This commit is contained in:
parent
ab2086f909
commit
45d0fa2bfa
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user