From 5392925b2f8c6dccc830e0e50b0d2a2c9d29c65b Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Fri, 31 Jan 2025 11:53:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0049dd3..ec6689b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pio run -t uploadfs -e 128x32 pio run -t upload -e 128x32 ``` -> **WARNING** +> [!WARNING] > > Starting with ZeDMD 5.1.0, we switched from platform-espressif32 to [pioarduino](https://github.com/pioarduino). > If you did use `pio` with older ZeDMD versions already, you must remove the `.pio` folder once or you'll get compile / upload / runtime errors: @@ -124,7 +124,7 @@ When wanting to use WiFi it is recommended to start with `WiFi UDP` for seamless The `Debug:` option can be set to `Debug: 1` if requested by a ZeDMD developer to enable error tracking during testing. For regular use, this setting should always remain at `0`. -> **WARNING** +> [!WARNING] > > From version 5.0.0 onwards: once you’ve finished changing values, you must navigate to the 'Exit' button. This step is required to enable the ZeDMD to enter handshake mode.