The whole data received is saved as a string inside a buffer.Key1=value1&Key2=value2&Key3=value3&...
The question is: how can I handle this data by saving each key=vale in a variable so it it can be later saved in the NVS flash? e.g:
Code: Select all
int key1 = value1
int key2 = value2
int key3 = value3
Thank you very much