MausTec / edge-o-matic-3000

Firmware for the Edge-o-Matic 3000
GNU General Public License v3.0
104 stars 29 forks source link

Error message at startup, any idea? #34

Closed huajijam closed 2 years ago

huajijam commented 2 years ago

[E][hal-eeprom.cpp:48] eeprom_init(): Hex right before load: [E][hal-eeprom.cpp:62] eeprom_init(): Hex right after load:

MauAbata commented 2 years ago

Hey, those are actually debug messages, I just haven't removed them from the code.

I was abusing error-level logging to get through the log level filter. You can safely ignore this.