Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Check network state for file download? #48

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

Currently when the WiFi-Box is in accesspoint mode and d3dapi/update/status is requested it returns the following error: incorrectly formatted line in index file (line 1). This is caused by it receiving our 404 page. We should probably add a network state check to our fileDownload methods. Also see: https://github.com/Doodle3D/doodle3d-client/issues/263