Add "magic" CRC value that skips verification (for testing purposes)

This commit is contained in:
John Stäck 2019-08-09 08:19:02 +02:00
parent e264b01dfd
commit fc36e5939b
2 changed files with 2 additions and 1 deletions

View file

@ -121,6 +121,7 @@
#define TRILL3_INTERVAL_FACTORY 4
#define DAC_MODE_FACTORY DAC_MODE_BREATH
#define NO_CHECKSUM 0x7F007F00
void readEEPROM(const bool factoryReset);
void setBit(uint16_t &bitfield, const uint8_t pos, const uint16_t value);