Search found 1 match
- Mon Sep 19, 2022 3:03 pm
- Forum: ESP32 Arduino
- Topic: Save string with Preferences
- Replies: 0
- Views: 1050
Save string with Preferences
Hallo. I have a problem with the storage of the string to memory using Preferences. What do I make a mistake? I need to create a string from the current date and time and save it. #include <Preferences.h> Preferences preferences; // Simulation of data loaded from the time module uint8_t den = 28; ui...