THANKS it worked ,my only problem remained the clock at the application I Please as I do to adjust the time I entered the file sbitx_gtk.c I made the changes to lines 2300 in sbitx_gtk,c is the function,
?
time_t time_sbitx(){
? ? ? if (time_delta)
? ? ? ? ? ?return (millis()/1000l) + time_delta;
? ? ? ?else
? ? ? ? ? ? ? ? ? ? ? ? return time(NULL); But nothing has changed how I can solve thanks!