Skip to content

Commit 620f25a

Browse files
committed
linter
1 parent 43349ad commit 620f25a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/Software Support/Upload/My-sketch-uploads-but-does-not-work-as-expected.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ In the above example, `value` we will be assigned an indeterminate value from me
2222
Try this to check for and avoid runtime errors:
2323

2424
* **Try uploading a simple example**. If it works, the problem may be due to a runtime error.
25-
2625
* Using **IDE 2:** On the toolbar menu, go to `File > Examples > 01.Basics` and choose the *Blink* sketch. Click the ![Upload button](img/symbol_upload.png) **Upload** button.
2726
* Using **Web Editor:** On the left-most sidebar, go to `Examples > 01.Basics` and choose the *Blink* sketch. Click the ![Web Editor upload button.](img/symbol_upload-web.png) **Upload** button.
28-
2927
* Take care to not assign values or read from outside the range of a declared array.
3028
* Debug the code by inserting [`Serial.print()`](https://www.arduino.cc/reference/en/language/functions/communication/serial/print/) calls and checking the Serial Monitor. Use this method to check what values get assigned to important variables and when the code branches, e.g. on an `if()` statement. Consider using the [ArduinoTrace](https://www.arduino.cc/reference/en/libraries/arduinotrace/) to make this process simpler.
3129

0 commit comments

Comments
 (0)