mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Fix compiler warning for overflow on Sono
This commit is contained in:
parent
fc20d6b7f6
commit
8f4bf68df7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void SonoBattery::transmit_can(unsigned long currentMillis) {
|
|||
|
||||
//Time and date
|
||||
//Let's see if the battery is happy with just getting seconds incrementing
|
||||
SONO_401.data.u8[0] = 2025; //Year
|
||||
SONO_401.data.u8[0] = 25; //Year
|
||||
SONO_401.data.u8[1] = 1; //Month
|
||||
SONO_401.data.u8[2] = 1; //Day
|
||||
SONO_401.data.u8[3] = 12; //Hour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue