http test, not working

This commit is contained in:
2020-11-15 23:10:03 +01:00
parent 4f27f18970
commit b9e1baee5b
6 changed files with 82 additions and 6 deletions

View File

@ -20,7 +20,7 @@ static const uint8_t EEPROM_WREN = 0x06;
// static const uint8_t EEPROM_WRSR = 0x01;
static const uint32_t EEPROM_MAGIC = 0xaffe0005;
static const uint32_t EEPROM_MAGIC = 0xaffe0006;
typedef union {