You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with newer version, any variable declared as PROGMEM should be declared as const PROGMEM. After fixing the bugs of "const PROGMEM", there are more bugs of function declaration that I don't know what to do to fix it.
When compiling with newer version, any variable declared as PROGMEM should be declared as const PROGMEM. After fixing the bugs of "const PROGMEM", there are more bugs of function declaration that I don't know what to do to fix it.