Skip to content

Commit a9cd70b

Browse files
authored
Update README.md
Updated board flashing instructions
1 parent abe760d commit a9cd70b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,15 @@ The heart of the Packet Potato is the WeMos D1 Mini, which is a breakout board f
121121

122122
1. Download and install the Ardunio IDE from https://arduino.cc/en/main/software.
123123
2. Download and unzip the latest Packet Potato release from the releases page: https://github.com/PotatoFi/Packet-Potato/releases
124-
3. In the Ardunio IDE, point to Ardunio IDE > Open and select Packet_Potato.ino from the unzipped files.
125-
4. Click the **Select Board** dropdown, and click `Selet other board and port...`
126-
5. In the search box under **Boards**, search for `LOLIN(WEMOS) D1 R2 & mini`
127-
5. Under **Ports**, select `/dev/cu.usbserial-14340 Serial Port (USB)` or similar
128-
6. Click **Tools > CPU Frequency > 160 MHz**
129-
6. Click **Upload**
124+
3. In the Ardunio IDE, point to **Ardunino IDE** in the menu bar, then **Settings**.
125+
4. In the **Additional boards manager URLs** field, add `https://arduino.esp8266.com/stable/package_esp8266com_index.json` and click **OK**.
126+
5. In the lower left, the Ardunio IDE will ask you to install an ESP8266 core. Click **YES** and wait for the core to install.
127+
6. In the Ardunio IDE, point to Ardunio IDE > Open and select Packet_Potato.ino from the unzipped files.
128+
7. Click the **Select Board** dropdown, and click `Selet other board and port...`
129+
8. In the search box under **Boards**, search for and select `LOLIN(WEMOS) D1 R2 & mini`
130+
9. Under **Ports**, select `/dev/cu.usbserial-14340 Serial Port (USB)` or similar
131+
10. Click **Tools > CPU Frequency > 160 MHz**
132+
11. Click **Upload**
130133

131134
### Windows
132135

0 commit comments

Comments
 (0)