Disable bluetooth and wifi on Pis

I don't need it and can save some energy this way.
This commit is contained in:
Andreas Zweili 2022-09-12 22:15:16 +02:00
parent dbb6d3cecf
commit af27a02d71
1 changed files with 6 additions and 0 deletions

View File

@ -37,3 +37,9 @@ avoid_warnings=1
gpu_mem=16
arm_freq=1800
# disable bluetooth
dtoverlay=disable-bt
# disable wifi
dtoverlay=disable-wifi