Israel Lot

Results 29 comments of Israel Lot

Can you check if changing ``` #ifndef sprintf #define sprintf os_sprintf #endif ``` to ``` #ifndef sprintf #define sprintf c_sprintf #endif ``` solves the problem?

Look in the make file, there's a rule that will rebuild the html folder into the data C file. The you can rebuild the project.

Why don't you try the console? Just open the project folder and type "make html".

You gcc is treating this cast warnings as errors. Odd cause here it's just fine. Anyway my last commit should fix it. Please let me know.

You just need to exec 'make flash' now. Basically you will upload the 0x00000.bin and 0x10000.bin files to the ESP. If you change something in the html files, exec "make...

Hi, It's nice to meet people working around Esp8266. I really believe this chip has potential, but Espressif is not moving towards opening their low level stack. I see some...

https://github.com/dotnet/runtime/issues/73860 Related discussion

+1 on this one