README: Fix formatting

This commit is contained in:
Yuri D'Elia 2022-12-29 12:56:16 +01:00
parent 4ff9324377
commit 4258ecef36
1 changed files with 4 additions and 4 deletions

View File

@ -187,10 +187,10 @@ Run "Arduino IDE", then
- Open the file `Firmware/Firmware.ino` - Open the file `Firmware/Firmware.ino`
- Select the target board with Tools -> Board -> "PrusaResearch Einsy RAMBo" - Select the target board with Tools -> Board -> "PrusaResearch Einsy RAMBo"
- Open `Firmware/config.h` and change LANG_MODE to 0. - Open `Firmware/config.h` and change `LANG_MODE` to 0.
### Compilation and upload ### Compilation and upload
- Run the compilation Sketch -> Verify/Compile - Run the compilation: Sketch -> Verify/Compile
- Upload the result code into the connected printer Sketch -> Upload - Upload the result code into the connected printer: Sketch -> Upload