Search found 1 match
- Sun Sep 15, 2024 9:13 pm
- Forum: ESP32 Arduino
- Topic: Arrays in preferences file
- Replies: 1
- Views: 786
Arrays in preferences file
Hi. I do need help with preferences. I have a number of midi data, i need to store in preferences, or something like that. My problem is how to store arrays within an array ? I'm completly lost now. Thanks for any help. #include <Preferences.h> #define RO_MODE true #define RW_MODE false void setup()...