I must have done it wrong. You can see the code here
Latest posts made by MichaelM
-
RE: How to submit code changes for consideration
-
RE: How to submit code changes for consideration
Hello,
Did you find and look over the code changes I submitted?
Thanks,
Mike -
RE: How to submit code changes for consideration
I think I submitted a pull request. It would be from MichaelM4.
-
RE: How to submit code changes for consideration
I made progress. Should I create a fork and upload to the fork?
-
RE: How to submit code changes for consideration
The Pull request button is disabled. I suspect since I do not have write access? Or maybe I need to make a branch first?
-
How to submit code changes for consideration
Hello,
I modified the PanelDue firmware to have a "WiFi Settings" dialog that allows the user to enter the SSID and password for their network. When they press Enter the specified SSID and Password is embeded in a M587 command. The intent is to make it easier for an end user to configure the WiFi settings of the DuetWiFi.
I would like to submit these changes for consideration to be added to the root code.
How do I go about doing this?
Thanks,
Mike -
RE: Problem saving Strings.hpp
I was afraid to change encoding in case it broke something. But with your recommendation I will do so.
That did the trick.
Thanks. -
Problem saving Strings.hpp
Hello,
I installed the development tools.
Built "Release-5.0i-7.0i"
Uploaded the resulting bin to the PanelDue (7").
Verified that it runs.I want to add a Setup option to configure the Wi-Fi of the connected Duet WiFi board.
When editing the Strings.hpp to include a new string "CSTRING wifiSettings" and adding the text in each of the languages (English for now in all languages). When I try to save the file I get the following error dialog
"Save could not be completed"
"Reason""
"Some characters cannot be mapped using "Cp1252" character encoding".I am not using any special (non-ASCII) characters.
Does anyone know what I am doing wrong?
Thanks,
Mike