File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616### Fixed
1717
1818- ` "rttEnabled": true ` is now set even if ` defmt ` is not enabled (#255 )
19+ - Fix examples link in ` main.rs ` (#258 )
1920
2021### Removed
2122
Original file line number Diff line number Diff line change @@ -136,5 +136,5 @@ async fn main(spawner: Spawner) -> ! {
136136 }
137137
138138 //REPLACE {current-version} esp-hal-version {current-version} esp-hal-version
139- // for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples/src/bin
139+ // for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples
140140}
Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ fn main() -> ! {
116116 }
117117
118118 //REPLACE {current-version} esp-hal-version
119- // for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples/src/bin
119+ // for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples
120120}
You can’t perform that action at this time.
0 commit comments