fix typos in the warning
This commit is contained in:
parent
794b57c2d9
commit
28ceefaa5e
|
|
@ -1,8 +1,8 @@
|
||||||
# Deprecation warning
|
# Deprecation warning
|
||||||
|
|
||||||
Following example is suitable only for cases, where majority of logic is based on ESP-IDF, the example here using so called `idf first` approach.
|
The following example is suitable only for cases where the majority of logic is based on ESP-IDF. The example here uses so-called `idf first` approach.
|
||||||
|
|
||||||
We **recomend `cargo first` approach** described at https://github.com/esp-rs . The approach is simpler and available templates supports Development Containers, GitPod and CodeSpaces.
|
We **recommend `cargo first` approach** described at https://github.com/esp-rs . The approach is simpler and available templates support Development Containers, GitPod, and CodeSpaces.
|
||||||
|
|
||||||
# Rust ESP32 Example
|
# Rust ESP32 Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue