From 1a1a5486db357592e924c83b56a0cf2ae7ba31a8 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:22:59 +0200 Subject: [PATCH] readme.md: clarify that this fork is maintained but will not receive new features. --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1ab5b7977f..5bd0519875 100644 --- a/readme.md +++ b/readme.md @@ -10,13 +10,15 @@

-# Development Branch +# Stable Branch -This is the SR `dev`elopment branch, where we test new features and enhancements. The code may or may not work - it is work in progress. +This is the SR `main` branch - the source code for our latest release [version WLED-SR v0.13.4](https://github.com/atuline/WLED/releases). This branch can be a stable baseline for your own project. -- For ESP32 devices (8266 no longer supported) -- *Pull Requests* should be created against this `dev` branch. -- If you are looking for a stable baseline for your own project, please use the released source code from [`master` branch](https://github.com/atuline/WLED/tree/master) +- For ESP32 devices (8266 no longer supported). +- SoundReactiv WLED has been integrated into the latest ["upstream" WLED](https://github.com/Aircoookie/WLED) as a [usermod](https://github.com/Aircoookie/WLED/tree/main/usermods/audioreactive). +- ESP32-S2, ESP32-S3 and ESP32-C3 are not supported by this fork. Please look into the [MoonModules WLED fork](https://github.com/MoonModules/WLED) if you have one of these boards. +- This repository is still maintained, and will receive bugfixes. However no new features will be added. +- *Pull Requests* should be created against the [MoonModules `mdev` branch](https://github.com/MoonModules/WLED/tree/mdev).