znailnetem / znail

Network emulator intended to run on a Raspberry Pi.
Apache License 2.0
16 stars 3 forks source link

Disable wifi and bluetooth by default #12

Closed Risca closed 1 year ago

Risca commented 1 year ago

For Raspberry Pi builds, wifi and bluetooth should be disabled at build time to minimize possible external data interference.

They can be disabled by adding the following to config.txt:

dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt