Arduino-CmdMessenger icon indicating copy to clipboard operation
Arduino-CmdMessenger copied to clipboard

Reduce mem footprint

Open Palatis opened this issue 7 years ago • 2 comments

declare callback list only when MAXCALLBACKS != 0 reduce memory and binary footprint.

the code actually run faster with a giant switch-case as the default handler...

Palatis avatar Mar 07 '18 15:03 Palatis

a reduced attempt of https://github.com/thijse/Arduino-CmdMessenger/pull/17

this one should be more user-friendly.

Palatis avatar Mar 07 '18 15:03 Palatis

@Palatis I will accept PR on gyssels/Arduino-CmdMessenger, and I messaging the other PR submitters so it can become an active branch I engage myself to do a full PR back here if in the future I'll not maintain this anymore.

gyssels avatar Sep 30 '21 07:09 gyssels