From 78c63a7a0f21f9e30d262f73f555a8908b42a8cd Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 18 Dec 2024 14:43:38 +0000 Subject: [PATCH] fix link to esp-wifi self hosted docs (#2836) --- esp-wifi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-wifi/src/lib.rs b/esp-wifi/src/lib.rs index 16f531fa4..9b968c7d8 100644 --- a/esp-wifi/src/lib.rs +++ b/esp-wifi/src/lib.rs @@ -1,6 +1,6 @@ #![cfg_attr( all(docsrs, not(not_really_docsrs)), - doc = "

You might want to browse the esp-wifi documentation on the esp-rs website instead.

The documentation here on docs.rs is built for a single chip only (ESP32-C3, in particular), while on the esp-rs website you can select your exact chip from the list of supported devices. Available peripherals and their APIs might change depending on the chip.

\n\n
\n\n" + doc = "

You might want to browse the esp-wifi documentation on the esp-rs website instead.

The documentation here on docs.rs is built for a single chip only (ESP32-C3, in particular), while on the esp-rs website you can select your exact chip from the list of supported devices. Available peripherals and their APIs might change depending on the chip.

\n\n
\n\n" )] //! This documentation is built for the #![cfg_attr(esp32, doc = "**ESP32**")]