Compare commits
No commits in common. "367a41527dc7a1c5d0655c404a7ea9a99193ce86" and "3b4a22bff767e50bc89ba7303db0168a50480c04" have entirely different histories.
367a41527d
...
3b4a22bff7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -26,8 +26,8 @@
|
||||
#define HOST_NAME "ChainLube_%06X" // Use printf-Formatting - Chip-ID (uin32_t) will be added
|
||||
#endif
|
||||
|
||||
#define SW_VERSION 1.4
|
||||
#define FLASH_FS_VERSION 1.4
|
||||
#define SW_VERSION 1.3
|
||||
#define FLASH_FS_VERSION 1.3
|
||||
|
||||
#ifndef OTA_DELAY
|
||||
#define OTA_DELAY 50 // ticks -> 10ms / tick
|
||||
|
@ -8,11 +8,7 @@
|
||||
#include "dtc.h"
|
||||
#include "common.h"
|
||||
|
||||
#if PCB_REV == 1 || PCB_REV == 2 || PCB_REV == 3
|
||||
#define EEPROM_SIZE_BYTES I2C_DEVICESIZE_24LC64
|
||||
#elif PCB_REV == 4
|
||||
#define EEPROM_SIZE_BYTES I2C_DEVICESIZE_24LC256
|
||||
#endif
|
||||
|
||||
typedef enum SpeedSource_e
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user