You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prusa3d/Prusa-Firmware-Buddy@ba11021 added a stub of the /settings endpoint, suggesting firmware updates lag Link-Web by months. (It still just returns a static stub JSON.)
Spot-checking at commits around April 1 and July 1 also showed no endpoint, so it doesn't seem to be time skew.
this file hasn't changed since initial commit in 2019, so I'm not sure it even refers to the same endpoint.
Of course, this probably doesn't affect the printer, but it's an interesting mystery. Perhaps there's another firmware that does have the /api/connection endpoint?
The text was updated successfully, but these errors were encountered:
/api/connection
gives console errors about 404. I've tried figuring out where this is supposed to be, and it's not clear this ever worked.api/connection
fetch, on 2021-10-04.On the Buddy side,
/api/connection
: https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/782cc77d0320009a9bd8ac20578f091b140e6569/lib/WUI/http/httpd.c#L2675/settings
endpoint, suggesting firmware updates lag Link-Web by months. (It still just returns a static stub JSON.)connection
: https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/f69118723a41ecef761be9df96205b9cf4571331/lib/WUI/link_content/prusa_link_api.cpp#L181v1/connection
: https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/f69118723a41ecef761be9df96205b9cf4571331/lib/WUI/link_content/prusa_link_api_v1.cpp#L113There is a trace in Buddy; an old integration test:
Of course, this probably doesn't affect the printer, but it's an interesting mystery. Perhaps there's another firmware that does have the
/api/connection
endpoint?The text was updated successfully, but these errors were encountered: