Precision-Fighting-Board icon indicating copy to clipboard operation
Precision-Fighting-Board copied to clipboard

Saving user settings

Open ioridev opened this issue 1 year ago • 1 comments

Change polling rate or input mode and save

Program / Flash Memory Teensy 4.0 has 2 Mbyte of flash memory intended for storing your code. The flash memory can also store read-only variables and arrays. A portion of the flash memory may be used for file storage using the LittleFS library. The top 64K of this memory is reserved for EEPROM emulation data and the LED blink restore program. https://www.pjrc.com/store/teensy40.html

ioridev avatar Jul 06 '23 17:07 ioridev

I want to implement a web configurator.

ioridev avatar Jul 12 '23 11:07 ioridev