From fc52024d5a317bef5e45609f7eca329a338cdf3c Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 20 Jul 2025 17:49:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13de115..08f6ccb 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ API endpoints: When running, API documentation is available through Scalar at `/scalar`. +```mermaid flowchart TD subgraph ESP32 Device ESP[ESP32 E-Ink Display] @@ -104,4 +105,5 @@ end ExtAPIs -.-> WeatherAPI ExtAPIs -.-> AuroraAPI ExtAPIs -.-> NominatimAPI - ExtAPIs -.-> ResRobotAPI \ No newline at end of file + ExtAPIs -.-> ResRobotAPI +```