From c407e3f0152b414cf6bdd97a3219c6fae2d4939d Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 20 May 2025 22:33:25 +0200 Subject: [PATCH] Add a table of supported targets README This change includes a new table listing ESP32, ESP32-C3, and ESP32-S3 as supported targets. It improves for users by explicitly stating compatible hardware platforms. Signed-off-by: Peter Siegmund --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb42cad..704f477 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +| Supported Targets | ESP32 | ESP32-C3 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | + # Miniature Town You can find more about it on [my wiki](https://wiki.mars3142.dev/project/maerklin/warnemuende/miniature_town/start).