Skip to content

Commit

Permalink
Increasing uptime counter to 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Oct 14, 2024
1 parent 9cd0f0f commit 05e66d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Statistics/Statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct Statistics
uint32_t NumModbusWriteErrors = 0;
uint32_t NumWifiDisconnects = 0;
uint32_t NumMqttDisconnects = 0;
uint32_t UptimeS = 0;
uint64_t UptimeS = 0;
};

// Global statistics instance
Expand Down

0 comments on commit 05e66d5

Please sign in to comment.