File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,15 @@ The heart of the Packet Potato is the WeMos D1 Mini, which is a breakout board f
121
121
122
122
1 . Download and install the Ardunio IDE from https://arduino.cc/en/main/software .
123
123
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**
130
133
131
134
### Windows
132
135
You can’t perform that action at this time.
0 commit comments