Skip to content

Commit 9f0220c

Browse files
authored
DOCS-3797: Modernize the Micro-RDK platform (#4212)
1 parent dc18f0c commit 9f0220c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/operate/get-started/other-hardware/micro-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To be able to develop for the Micro-RDK on macOS and Linux systems, you must ins
9797
1. Use `espup` to download and install the ESP Rust toolchain:
9898

9999
```sh { class="command-line" data-prompt="$"}
100-
espup install -s -f /dev/null -v 1.83.0
100+
espup install -s -f /dev/null -v 1.85.0
101101
```
102102

103103
{{< alert title="Note" color="tip" >}}

docs/operate/reference/components/board/esp32.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following properties are available for `digital_interrupts`:
151151
### PWM signals on `esp32` pins
152152

153153
You can set PWM frequencies with Viam through the [`GPIOPin` API](/dev/reference/apis/components/board/#api).
154-
Refer to the [Espressif documentation for valid frequencies and duty resolutions](https://docs.espressif.com/projects/esp-idf/en/v4.4/esp32/api-reference/peripherals/ledc.html?#supported-range-of-frequency-and-duty-resolutions).
154+
Refer to the [Espressif documentation for valid frequencies and duty resolutions](https://docs.espressif.com/projects/esp-idf/en/v5.4/esp32/api-reference/peripherals/ledc.html#supported-range-of-frequency-and-duty-resolutions).
155155
A configured `esp32` board can support a maximum of four different PWM frequencies simultaneously, as the boards only have four available timers.
156156

157157
For example:

0 commit comments

Comments
 (0)