Skip to content

Commit

Permalink
Fixed links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Oct 7, 2022
1 parent 3c5902d commit c7dce07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Network layer implementation/client for [ESP-AT](https://docs.espressif.com/projects/esp-at/) implementing [embedded-nal](https://crates.io/crates/embedded-nal) based on [ATAT](https://crates.io/crates/atat).

Currently, this crates offers the following features
* Joining an WIFI access point, s. [wifi module](https://docs.rs/ltc681x/latest/esp-at-nal/wifi)
* TCP client stack (multi socket), s. [stack module](https://docs.rs/ltc681x/latest/esp-at-nal/stack)
* Joining an WIFI access point, s. [wifi module](https://docs.rs/esp-at-nal/latest/esp_at_nal/wifi/index.html)
* TCP client stack (multi socket), s. [stack module](https://docs.rs/esp-at-nal/latest/esp_at_nal/stack/index.html)

## Example
````rust
Expand Down

0 comments on commit c7dce07

Please sign in to comment.