5 lines
142 B
Markdown
5 lines
142 B
Markdown
To update the firmware to the latest version (Currently version 1.4)
|
|
```
|
|
cd /home/pi/Dexter/GrovePi/Firmware
|
|
sudo bash firmware_update.sh
|
|
```
|