OTA update (#29)

* add pv module configuration

* add OTA start message counter

* add OTA start message counter

* fix test_statistic_counter
This commit is contained in:
Stefan Allius
2023-11-22 18:33:56 +01:00
committed by GitHub
parent 9edfa40054
commit 3b75c45344
5 changed files with 12 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ class Message(metaclass=IterRegistry):
def msg_ota_update(self):
if self.ctrl.is_req():
pass
self.inc_counter('OTA_Start_Msg')
elif self.ctrl.is_ind():
pass
else: