nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
318 stars 42 forks source link

Add Nano Text Editor To Buildroot #104

Closed NabeelUppel closed 1 month ago

NabeelUppel commented 2 months ago

Useful for editing config files from terminal

nisargjhaveri commented 1 month ago

Sorry for the delay. This makes sense. We currently have vi for the time being, but I believe nano might be more convenient in some cases if we're expecting people to ssh and edit config.

Only concern how much size impact does it have on the image. Not that we have a super optimised image, but wouldn't want to bloat it. I don't think nano would be very large though.

NabeelUppel commented 1 month ago

I personally only ever SSH'ed into it to edit config files. I can't speak about the size difference but from my understanding nano is very lightweight so you would assume it would be quite small too. I didn't notice any size difference when building the image locally.

nisargjhaveri commented 1 month ago

Merged. Thanks a lot! :)