Good day, I wanted to write and read myself a string value to the eeprom in esp8266, but reading:
.
It only shows an error (a write would probably cause one too, which is why I haven't added it here)
Not quite sure how to deal with this.
Please help, thank you in advance
const char * mqtt_ip_server;
mqtt_ip_server = EEPROM.read(5);
It only shows an error (a write would probably cause one too, which is why I haven't added it here)
nie można przypisać wartości typu "uint8_t" do jednostki typu "const char *"
Not quite sure how to deal with this.
Please help, thank you in advance