Fix bug that printed unnecessary warning for flowiq3100 meters.

pull/133/head
Fredrik Öhrström 2020-05-28 07:51:34 +02:00
rodzic dd79885aea
commit 0782557fb4
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -178,6 +178,9 @@ wmbusmeters_$(DEBVERSION)_$(DEBARCH).deb:
@echo Built package $@
@echo But the deb package is not yet working correctly! Work in progress.
snapcraft:
snapcraft --config snap/snapcraft.yaml
$(BUILD)/main.o: $(BUILD)/short_manual.h $(BUILD)/version.h
$(BUILD)/wmbusmeters: $(METER_OBJS) $(BUILD)/main.o $(BUILD)/short_manual.h

Wyświetl plik

@ -34,7 +34,7 @@
X(eurisii, T1_bit, HeatCostAllocation, EURISII, EurisII) \
X(ehzp, T1_bit, Electricity, EHZP, EHZP) \
X(esyswm, T1_bit, Electricity, ESYSWM, ESYSWM) \
X(flowiq3100, C1_bit, Water, FLOWIQ3100, Multical21) \
X(flowiq3100, C1_bit, Water, FLOWIQ3100, FlowIQ3100) \
X(fhkvdataiii, T1_bit, HeatCostAllocation, FHKVDATAIII, FHKVDataIII) \
X(hydrus, T1_bit, Water, HYDRUS, Hydrus) \
X(hydrodigit, T1_bit, Water, HYDRODIGIT, Hydrodigit) \