From 195b492158b7db8b81c4cf6bbc436884590d334b Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Wed, 6 Dec 2023 21:13:56 +0100 Subject: [PATCH] Update docs/modules/ROOT/pages/embassy_in_the_wild.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dániel Buga --- docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc index a69aa701..5c12227b 100644 --- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc @@ -5,4 +5,4 @@ Here are known examples of real-world projects which make use of Embassy. Feel f * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] ** Targets some STM32 MCUs * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device -** Targets the ESP32-S3 MCU \ No newline at end of file +** Targets the ESP32-S3 or ESP32-C6 MCU \ No newline at end of file