Skip to content

Commit e4561b0

Browse files
authored
Update Bridged_Wireless_Access_Point.md
1 parent b4f8b90 commit e4561b0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

home/AP_Mode/Bridged_Wireless_Access_Point.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,20 @@ installation but it is a good idea.
239239
Reduce overall power consumption.
240240

241241
Note: All items in this step are optional and some items are specific to the
242-
Raspberry Pi 4B. If installing to a Raspberry Pi 3B or 3B+ or other Pi you will
242+
Raspberry Pi 4B. If installing to other a Raspberry Pi hardware you will
243243
need to use the appropriate settings for that hardware.
244244

245245
```
246246
sudo nano /boot/firmware/config.txt
247247
```
248248

249+
Note: The `config.txt` file may be located as shown below in older
250+
versions of the RasPiOS.
251+
252+
```
253+
sudo nano /boot/config.txt
254+
```
255+
249256
Change:
250257

251258
```
@@ -284,6 +291,13 @@ Overclock the CPU a modest amount.
284291

285292
Note: This step is optional and is specific to the Raspberry Pi 4B.
286293

294+
```
295+
sudo nano /boot/firmware/config.txt
296+
```
297+
298+
Note: The `config.txt` file may be located as shown below in older
299+
versions of the RasPiOS.
300+
287301
```
288302
sudo nano /boot/config.txt
289303
```

0 commit comments

Comments
 (0)