retrospy / RetroSpy

Live controller viewer for Nintendo consoles as well as many other retro consoles and computers. Includes viewer application for Windows, and Arduino sketch for hardware interface.
https://retro-spy.com
GNU General Public License v3.0
145 stars 22 forks source link

Serial Print commands to flash memory #236

Closed 40wattrange closed 1 year ago

40wattrange commented 2 years ago

To free up a tad of memory space, this is modified serial.printIn commands with F() command so they are written to flash, rather than dynamic, memory.

zoggins commented 1 year ago

These changes got made when I refactored the code.