Thanks.
That did the trick for me.
Search found 2 matches
- Fri Jan 24, 2025 4:50 pm
- Forum: ESP32 Arduino
- Topic: Arrays in preferences file
- Replies: 2
- Views: 3843
- Sun Sep 15, 2024 9:13 pm
- Forum: ESP32 Arduino
- Topic: Arrays in preferences file
- Replies: 2
- Views: 3843
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 ...
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 ...