EEprom save change von radds 1.5

Hello everybody,

I have seen that it is possible to have the EEprom values written to the SD instead of the memory. Can someone tell me how to set this in the firmware for my Radds 1.5?

Many Thanks
Tobias

Comments

  • It's in pins.h definition for radds board

    #define EEPROM_AVAILABLE 1

    value 3 would be sd card. But radds has eeprom chip and that is much more reliable then any sd card. So don't do it if you can avoid it.
  • I had ha Oled SSD1306 Display and that make problems with the I2C Bus.

    Thank you for the answer.

Sign In or Register to comment.