Skip to content

Instantly share code, notes, and snippets.

View wgentine's full-sized avatar

Wesley Gentine wgentine

View GitHub Profile
@wgentine
wgentine / init-start
Created February 9, 2019 10:58 — forked from francoism90/README.md
Change country to unlock channels, increase TX-power
#!/bin/sh
nvram set 0:maxp2ga0=114
nvram set 0:maxp2ga1=114
nvram set 0:maxp2ga2=114
nvram set 1:maxp2ga0=0x72
nvram set 1:maxp2ga1=0x72
nvram set 1:maxp2ga2=0x72
nvram set wl_txpower=500
nvram set wl0_txpower=500
nvram set wl1_txpower=500