Skip to content

Commit

Permalink
V1.19.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Mar 1, 2024
1 parent 990504f commit 4278ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions genmonlib/generac_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,9 @@ def DetectController(self, Simulation=False):
if not self.EvolutionController: # if we are using a Nexus Controller, force legacy writes
self.bUseLegacyWrite = True

if not self.bEnhancedExerciseFrequency:
if self.Evolution2 or self.PowerPact or self.SynergyController:
self.bEnhancedExerciseFrequency = True
if UnknownController:
msg = "Unknown Controller Found: %x" % ProductModel
self.FeedbackPipe.SendFeedback("UnknownController", Message=msg, FullLogs=True)
Expand Down

0 comments on commit 4278ab0

Please sign in to comment.