Marc Paradis
Marc Paradis
Node-red crash and i have a message telling me : BUS ERROR... nodered.service: Main process exited, code=killed, status=7/BUS i dont kno where's coming from? Can you help? Thank You. Marc.
I created a nodejs webserver on my raspberry pi 3 which solves the problem Thanks. Marc.
Even with the new version in platfom io , same error : ["Use the built-in LITTLEFS library"](https://github.com/s00500/ESPUI/issues/196#top) but in Arduino IDE its fine. Can you help? Thanks. Marc.
Got my problem fixed by adding this in platform.ini file: lib_ignore = ESP Async WebServer AsyncTCP LittleFS_esp32
Hello! ESPUI.updateSelect(select_id, "value"); :-) Have a good day! Marc.
You are welcome, if any other question, you can ask .... i'm here to help. I have done many projects with ESPUI.
Hello. I'm using google fonts everyday, you can use other fonts than google's. Make sure you have python 3.0 installed 1st: google fonts: [https://fonts.google.com/ ](url) 2nd: edit: ESPUI-master\data\index.htm with wordpad....
> Many Thanks Marc!!! I'll try it. Another thing, Is there any way to use farsi language? I mean making the text right to left. Thanks in advance You are...
Hello, try to pass a char array. char bufTitle[12]; snprintf(bufTitle,sizeof(bufTitle), "%s", "New Option"); ESPUI.addControl(Button, bufTitle, bufTitle, Alizarin, mainTab); Let me know if it works. Have a nice day. Marc.
Hello, instead of keeping: client->setCACert(rootCACertificate); use this: client->setInsecure();