mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Fix notes on SMA
This commit is contained in:
parent
d856f6487b
commit
12dbd662b8
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
|
||||
//TODO, change CAN sending routine once confirmed that 500ms interval is OK for this battery type
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
static unsigned long previousMillis1s = 0; // will store last time a Xs CAN Message was send
|
||||
static unsigned long previousMillis2s = 0; // will store last time a Xs CAN Message was send
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue