Store user input data on the module after the reset?
Posted: Sun Aug 02, 2015 1:00 pm
Say I want the user to go to the ip address of the module, input a value into an input field, that would be later sent out via TX when the button connected to a GPIO pin is pressed. Most importantly, how do I save the value the user enters, so that the module would remember it after turning the module off and on again? It should be possible to create a txt file or something for holding the data, right? And if possible - how do you do it using Arduino IDE?