From f41b41d94997861214566774397884460f410dfa Mon Sep 17 00:00:00 2001
From: Christophe Gagnier
Date: Sat, 9 Nov 2024 21:35:26 -0500
Subject: [PATCH 1/4] Update index.md to remove mentions of the unmaintained
app
---
docs/index.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index b44e17d11..fb27354c4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,7 +12,6 @@ hide:
-
@@ -41,8 +40,8 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control
## 💡 Supported light control interfaces
-- [WLED app](https://github.com/Aircoookie/WLED-App) for [Android](https://play.google.com/store/apps/details?id=com.aircoookie.WLED) and [iOS](https://apps.apple.com/us/app/wled/id1475695033)
- - Alternatively, WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve)
+- Community driven mobile applications
+ - WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve)
- For [Android](https://play.google.com/store/apps/details?id=ca.cgagnier.wlednativeandroid) [[Source]((https://github.com/Moustachauve/WLED-Native-Android))]
- For [iOS](https://apps.apple.com/us/app/wled-native/id6446207239) [[Source]((https://github.com/Moustachauve/WLED-Native-iOS/))]
- [JSON](/interfaces/json-api) and [HTTP request](/interfaces/http-api) APIs
From df8756df90111db8f50d2335943d025f0ca0deb6 Mon Sep 17 00:00:00 2001
From: Christophe Gagnier
Date: Sat, 9 Nov 2024 21:37:06 -0500
Subject: [PATCH 2/4] Add missing spaces in contributors.md
This could screw up the line changes in some markdown interpreters.
---
docs/about/contributors.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/about/contributors.md b/docs/about/contributors.md
index 94ff4bbeb..7b7a01351 100644
--- a/docs/about/contributors.md
+++ b/docs/about/contributors.md
@@ -15,8 +15,8 @@ adamo made the animated Discord server logo!
[@blazoncek](https://github.com/blazoncek) makes countless new features and improvements to many parts of WLED!
[@debsahu](https://github.com/debsahu) provided the HomeAssistant autodiscovery and a lot of help with PIO!
[@ewowi](https://github.com/ewoudwijma) numerous optimizations; 2D, audio and various user mod improvements. MoonModules maintainer.
-[@frenck](https://github.com/frenck) made an amazing, stable and feature-packed native integration with HomeAssistant!
-[@Moustachauve](https://github.com/Moustachauve) added palette visualisation and developped the WLED Native app for Android and iOS!
+[@frenck](https://github.com/frenck) made an amazing, stable and feature-packed native integration with HomeAssistant!
+[@Moustachauve](https://github.com/Moustachauve) added palette visualisation and developped the WLED Native app for Android and iOS!
[@pbolduc](https://github.com/pbolduc) DDP UDP synchronization, UI improvements and user mods.
[@photocromax](https://github.com/photocromax) helped bring the Live visualization feature to life.
[@raymiec](https://github.com/raymiec) is currently working on creating the best clients for Android and iOS!
From 23e833efc35959b18b69ba1af8d141be5b1d9dbb Mon Sep 17 00:00:00 2001
From: Christophe Gagnier
Date: Sat, 9 Nov 2024 21:44:24 -0500
Subject: [PATCH 3/4] Update faq.md to mark the WLED app as legacy
---
docs/basics/faq.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/basics/faq.md b/docs/basics/faq.md
index 205c8e1ed..e1fa6b77f 100644
--- a/docs/basics/faq.md
+++ b/docs/basics/faq.md
@@ -78,7 +78,7 @@ If you accidentally connected the strip the wrong way (if it has arrows printed
If you did not enter a static IP, the module will automatically obtain a dynamic IP from the router.
You can check it in the router configuration or in the settings page, if the Access Point is still enabled.
-An easier way is to use the WLED Android app which features automatic discovery!
+An easier way is to use the WLED Native app which features automatic discovery!
### The module once was connected, but I can no longer reach it
@@ -90,7 +90,7 @@ Else, power-cycle the module manually.
This only works with Apple devices out of the box. You can install Bonjour to make it work in Windows.
For Android there is no convenient way to achieve it, though you can use apps like "Bonjour search" to find the IP.
-I highly recommend you install the WLED app, which makes automatic discovery easy!
+It is highly recommended that you install the WLED Native app, which makes automatic discovery easy!
### Is it safe to do a port forwarding to the public internet to control the lights from anywhere?
@@ -279,7 +279,9 @@ This will be improved in a future release, so that you will be able to save mult
### What is the difference between the WLED app and the WLED Native app?
-The WLED app is the official app developped by the same people that brought you WLED. WLED Native is an initiative by community member [Moustachauve](https://github.com/Moustachauve) to bring an interface that is closer to the native operating system look of your device and some new features.
+The WLED app was the official app developped by the same people that brought you WLED. WLED Native is an initiative by community member [Moustachauve](https://github.com/Moustachauve) to bring an interface that is closer to the native operating system look of your device and some new features.
+
+The official WLED app is now considered legacy. It is not currently maintained and might not receive any future bug fixes.
WLED Native has a few more features available, like a tablet interface for Android and can keep track of changes to the device IP address better.
From 584aede515313078477bc845d77ec7e4c8cf9d4f Mon Sep 17 00:00:00 2001
From: Christophe Gagnier
Date: Sat, 9 Nov 2024 21:44:57 -0500
Subject: [PATCH 4/4] Update getting-started.md to replace WLED app
---
docs/basics/getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/basics/getting-started.md b/docs/basics/getting-started.md
index f22cdcdd1..f894172fe 100644
--- a/docs/basics/getting-started.md
+++ b/docs/basics/getting-started.md
@@ -63,7 +63,7 @@ To connect your WLED module to your home Wifi:
**4.** Reconnect your device to your home's Wifi network.
-**5.** Check the device list in your router's user interface for the IP of the WLED device within your local network. For easy automatic discovery, use the WLED app! Have fun with the WLED software!
+**5.** Check the device list in your router's user interface for the IP of the WLED device within your local network. For easy automatic discovery, use the WLED Native app! Have fun with the WLED software!
### Default GPIO Usage