bdring / FluidNC

The next generation of motion control firmware
Other
1.63k stars 388 forks source link

define std::map's as const std::map #1208

Closed craiglink closed 7 months ago

craiglink commented 7 months ago

actually define constant std::maps as const std::map

Frees up a bit of RAM and is syntactically correct for the maps' usage

[env:wifi] RAM: [=== ] 27.3% (used 89552 bytes from 327680 bytes) Flash: [========= ] 91.1% (used 1791441 bytes from 1966080 bytes)

also