temperature chapter (#654)
* temperature chapter * adding missing radio * added drag fresh hex file to drive
This commit is contained in:
@ -53,3 +53,13 @@ If you want to know more about connecting the board, MAINTENANCE Mode, and upgra
|
||||
## Step 4: Wait for the driver updates
|
||||
|
||||
Once you've updated the firmware, Windows will detect the updated device and install the drivers necessary to enable communication with the @boardname@. This step happens in the background and may take a minute or two.
|
||||
|
||||
## Step 5: drag and drop a fresh .hex file
|
||||
|
||||
If you have used different editors with this board, it might require to be reseted by dragging a ``.hex`` into the drive. Click on the **Download** icon below the blocks and drag&drop the file into the @drivename@ drive.
|
||||
|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showString("OK")
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user