From 7e39a552c9f68496c97340c01abfa606a250f1d0 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Tue, 6 Feb 2024 11:02:57 +0100 Subject: [PATCH] Tell it's ESP32 family only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59c68e..a957e29 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A library that provides `print!`, `println!`, `dbg!` implementations and logging capabilities for Espressif devices. -- Supports all Espressif devices. +- Supports all Espressif ESP32 family devices. - Supports different communication methods: - UART (Default) - JTAG-Serial (Only available in ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S3)