arduino / include-robot

GNU General Public License v3.0
7 stars 6 forks source link

fix: load config function fails if no config was provided #46

Closed lucarin91 closed 3 months ago

lucarin91 commented 4 months ago

MEMORY_SIZE was of type uint8_t so it overflowed to 0 🥲 .

Fix and improve the search_in_mem function.