forked from mohr/ArduinoIO
line breaks added
This commit is contained in:
parent
3af98f2025
commit
651ae6ed44
@ -65,7 +65,11 @@ make clean -j
|
|||||||
|
|
||||||
### Build and flash instructions
|
### Build and flash instructions
|
||||||
|
|
||||||
1. Right click on the arduino folder inside the tree view on the left and go to Preferences. Go to the Arduino section and make sure the Arduino Board Selection tab is configuredcorrectly. Please note that board libraries and libaries need to be installed and added as beforehand as specified in Prerequisites. It is recommended to go to the Compile Options tab and addding following define to `to append to C and C++`
|
1. Right click on the arduino folder inside the tree view on the left and go to Preferences.
|
||||||
|
Go to the Arduino section and make sure the Arduino Board Selection tab is configured correctly.
|
||||||
|
Please note that board libraries and libaries need to be installed and added as beforehand as specified in Prerequisites.
|
||||||
|
It is recommended to go to the Compile Options tab and addding following define to `to append to C and C++`
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
-DSERIAL_RX_BUFFER_SIZE=256
|
-DSERIAL_RX_BUFFER_SIZE=256
|
||||||
|
Loading…
Reference in New Issue
Block a user