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

Add name to banner? #37

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

Currently it's hard to check which box you're ssh into. Couldn't we include the id / ssid in the banner?

It's created in Lua: https://github.com/Doodle3D/doodle3d-firmware/blob/master/src/main.lua#L52

Also see: https://github.com/Doodle3D/doodle3d-firmware/issues/36

olijf commented 8 years ago

The banner file gets created during compiling. I have added a little line of code to the post install script to add the hostname of the WiFi-box using the d3dapi to get it. (See https://github.com/Doodle3D/doodle3d-firmware/pull/68)