Gergo Csizi

Results 6 issues of Gergo Csizi

Convert base 10 to hex or binary and back. Like this: https://www.rapidtables.com/convert/number/decimal-to-binary.html

With this simple code: ``` PsychicHttpServer server = PsychicHttpServer(); Serial.begin(9600); WiFiClass::mode(WIFI_AP_STA); WiFi.begin(SSID, PASSWORD); while (WiFi.status() != WL_CONNECTED) { delay(500); } delay(1000); server.listen(80); ``` the ESP crashes. ``` Core 0 register...

This patch fixes #5062. JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi [email protected]