Closed Stewie-040882 closed 1 year ago
Thanks, yes probably yes, but that are the original function from mks release, I'm going to check. Bye Renzo
im doing my best to learn, compile, and flash so that i can try to assist you. but ive tested around 4 compiles today but broke wifi connection each time, soim doing something wrong lol
WIFImanager hasn't the management of the dns, so it can't work with the standard version. Here the fixed version. https://github.com/xreef/WiFiManager Bye Renzo
That's not the problem, I use "mks.bin" and connect to WiFi, I then upload "beeprint Web.bin", then upload "beeprint wifi.bin" everything working great. I compile new "beeprint wifi.bin" from code using arduino IDE, and wifi is broken "wifi starting up" message on printer. Flash "beeprint wifi.bin" everything's great again. I need to learn coding and compiling. Your code is great 👍
Hi Stewie, did you check this article? https://mischianti.org/2021/11/21/mks-wifi-for-makerbase-robin-pcb-and-how-to-compile-upload-firmware-2/ Here I added all steps to do the correct compilation (with the library I used). Bye Renzo
need to update from and to char firmwareVersion = "MISCHIANTI_v1.3" const char firmwareVersion = "MISCHIANTI_v1.3";
need to update to have a return value int package_static_ip_info() int package_net_para()
im new to coding but assuming its "return 0" at the end