Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisKlingler authored Aug 4, 2024
1 parent 7a4cf2f commit 93ab87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ void setup()

InverterSettings.init(scheduler);

Datastore.init(scheduler);

ModbusDtu.init(scheduler);

Datastore.init(scheduler);
}

void loop()
Expand Down

0 comments on commit 93ab87c

Please sign in to comment.