Search found 1 match

by chrisvandiemen
Wed Jul 12, 2017 10:49 am
Forum: ESP32 Arduino
Topic: Preference fetchString not working..... user error?
Replies: 2
Views: 6023

Preference fetchString not working..... user error?

I've got some issues with the Preferences library for Arduino. The following snippet is responsible for storing a variable to EEPROM: int DeviceSettings::storeString(const char* key, const char* value){ preferences.begin(name_space, false); Serial.println(preferences.putString(key, value), DEC); pre...