Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update esp-hal, make example work for ESP32-H2, too #6

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The OpenThread libraries are pre-compiled for convenience. Find the build script

## Status

This is only tested on ESP32-C6. Only very basic functionality is tested.
Currently only basic functionality is tested.

There are only few Rust-wrapper. Until everything is wrapped you need to use the raw bindings for more advanced functionality.

Expand Down Expand Up @@ -49,7 +49,9 @@ Done

```

Flash the example to an ESP32-C6. It should output something like
Flash the example to an ESP32-C6 or ESP32-H2 - use a feature for choosing the build-target.

It should output something like
```
Initializing
Currently assigned addresses
Expand Down Expand Up @@ -79,7 +81,7 @@ Back in the OT-CLI ping the device (using the address from above)
Done
```

Now send and receive a UDP message
Now send and receive a UDP message (using the address from above)
```
> udp open

Expand Down
Loading