Skip to content

Instantly share code, notes, and snippets.

@robindiddams
Created May 3, 2025 19:27
Show Gist options
  • Save robindiddams/8d084c06e30c7cd15e920eaf74e9ca96 to your computer and use it in GitHub Desktop.
Save robindiddams/8d084c06e30c7cd15e920eaf74e9ca96 to your computer and use it in GitHub Desktop.
create wifi qrcode
# install libqrencode
# swap the ssid/psk with your info. keep all semicolons
echo 'WIFI:T:WPA;S:My Network Name;P:my secret password;;' | qrencode -t ANSIUTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment