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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user