Skip to content
Ryan Jarvis edited this page Dec 15, 2018 · 2 revisions

Troubleshooting

On this page, I try to give answers to the most common problems. If you have read the documentation and this page and have still problems, you can contact me at [email protected].

Q: I changed parameter in configuration.h and they have no effect

A: This happens, if you have EEPROM support enabled (#define EEPROM_MODE 1). After the first installation, many values are taken from the EEPROM storage. This way you don't have to upload the firmware for simple parameter changes. You have three possibilities:

  • Set EEPROM_MODE=0 : This disables EEPROM and values from configuration.h are used.
  • Set EEPROM_MODE to a different value : Forces the EEPROM to be overwritten with values in configuration.h
  • Change the values in EEPROM.
Clone this wiki locally