M587 in SBC doesn't match standalone and isn't Documented 3.4b7
-
M587 in SBC mode with the duetpimanagement plugin assigns
L
as the country code whereas in standalone mode its the DNS server to use.
The plugin also doesn't like not having an IP address specified which differs from the behaviour in standalone mode. I've tried specifying an IP address withI
but it doesn't seem to like that. Does it use a different Letter?
These differences aren't documented anywhere -
-
-
@chrishamm When I send
M587
, this is the outputM587 S"SSID" P"Password" Error: M587: WiFi country is unset. Please use M587 L to specify your country code (e.g. M587 L"US")
If I add
L"GB"
, this is the outputM587 S"SSID" P"Password" L"GB" Error: M587: Failed to perform action: An invalid IP address was specified.
If I add
I0.0.0.0
, this is the outputM587 S"SSID" P"Password" L"GB" I0.0.0.0 Error: M587: Failed to perform action: An invalid IP address was specified.
I am running this on armbian though but its definitely 3.4b7 for both DSF and the plugin
-
@jay_s_uk Ahh, so there is a just typo in the error message from M587 - I'll fix that. The docs describe the parameters correctly, though.
Use L for the DNS server and C for the country code.