Doodle3D/doodle3d-firmware

Add name to banner?

peteruithoven opened this issue · 1 comments

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: #36

olijf commented

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 #68)