Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change connect instruction visibilty
  • Loading branch information
sidd-kishan authored Dec 16, 2023
1 parent 96003d0 commit 5df5e09
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Driverless RNDIS USB WIFI Dongle
A Driverless RNDIS based wifi adapter based on pi pico w to enable usb wifi wlan on Windows on ARM devices like Windows on Raspberry pi 4 that makes use of the default driver of Windows RNDIS drivers


## Connect to Wifi
### First change the 'ssid' and 'password' and the default security which is wpa2-aes in the file wifi_code.c
### or keep it as is and change your ap config to match default config ;-)


## Overview
```
--------------------------- ------------------------------- ----------
Expand All @@ -25,9 +31,6 @@ sudo apt install git build-essential cmake gcc-arm-none-eabi
Your Linux distribution does need to provide a recent CMake (3.13+).
If not, compile [CMake from source](https://cmake.org/download/#latest) first.

### First change the 'ssid' and 'password' and the default security which is wpa2-aes in the file wifi_code.c
### or keep it as is and change your ap config to match default config ;-)

## Build instructions

```
Expand Down

0 comments on commit 5df5e09

Please sign in to comment.