Skip to content

Commit 73b3746

Browse files
authored
Various improvements in ESP32 support (#70)
1 parent 87f7f40 commit 73b3746

File tree

7 files changed

+1224
-128
lines changed

7 files changed

+1224
-128
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ This file has to be a binary file with a valid CLR from a build. No other checks
8383
nanoff --update --target ESP32_WROOM_32 --serialport COM31 --clrfile "C:\nf-interpreter\build\nanoCLR.bin"
8484
```
8585

86+
### Show details of the connected ESP32 device
87+
88+
To show the details of the ESP32 device connected to COM31.
89+
90+
```console
91+
nanoff --platform esp32 --serialport COM31 --devicedetails
92+
```
93+
8694
### Deploy a managed application to an ESP32_WROOM_32 target
8795

8896
To deploy a managed application to an ESP32_WROOM_32 target connected to COM31, which has the deployment region at 0x190000 flash address.

0 commit comments

Comments
 (0)