asmaklad
asmaklad
is there an example for having WSS server on the ESP8266 ? The ESP's now support SSL, however this lib does not support it yet.
@shrynshjn No , never found a solution for it. They keep claiming it is not possible. But ESP8266 is now able to host an HTTPS server, someone has to develop...
Wa-Alykom-Essalam Bilal. what you could do it with modula operator "%" . Something like this: if (hour>12) { hour = hour%12; } or: hour= (hour>12?hour%12:hour) try it and tell me...
Another solution , is to use this lib: https://github.com/PaulStoffregen/Time which is already needed for the PrayerTimes library to work. you could use these functions: hourFormat12(); // the hour now in...
modula operator is X%Y which is the remainder of dividing X/Y . please tell me what have you tried, and what was the output. please share some code , so...
sorry for not answering you so far. I am trying to find the time to check you code. I hope sometime in the next week or so, I will answer...
thanks @modarsoos , I have not wrote the code for PHP, Python ...etc I only adapted the C code to work on arduino. There is a lot of room of...
hi @Samidahlawi have you managed to resolve this issue ?
I am sorry for the problems you are facing. I will try to have a look at weekend about this. have you tried to downgrade/upgrade the ESP32 kernal in the...
I have tried it during the week end. and I can confirm it doesn't work with ESp32. I am not sure why , but it probably related to some data-type...