Hello all!
The main idea is to have web interface to configure LAN settings.
i have to write LNA settings to SD card in text file(mac,ip) it's work ok.
i need to read these settings and put it in Ethernet.begin(mac, ip);
i read from text file ip address {192,168,100,155} but it text. in function Ethernet.begin(mac, ip); it use byte variables. the problem is how to convert string {192,168,100,155} to byte value that will work function Ethernet.begin(mac, ip);