Skip to content

Commit 01cd333

Browse files
authored
Merge pull request #235 from Moustachauve/main
Switch the legacy official app for WLED Native
2 parents 8dea4e1 + 584aede commit 01cd333

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

docs/about/contributors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ adamo made the animated Discord server logo!
1515
[@blazoncek](https://github.com/blazoncek) makes countless new features and improvements to many parts of WLED!
1616
[@debsahu](https://github.com/debsahu) provided the HomeAssistant autodiscovery and a lot of help with PIO!
1717
[@ewowi](https://github.com/ewoudwijma) numerous optimizations; 2D, audio and various user mod improvements. MoonModules maintainer.
18-
[@frenck](https://github.com/frenck) made an amazing, stable and feature-packed native integration with HomeAssistant!
19-
[@Moustachauve](https://github.com/Moustachauve) added palette visualisation and developped the WLED Native app for Android and iOS!
18+
[@frenck](https://github.com/frenck) made an amazing, stable and feature-packed native integration with HomeAssistant!
19+
[@Moustachauve](https://github.com/Moustachauve) added palette visualisation and developped the WLED Native app for Android and iOS!
2020
[@pbolduc](https://github.com/pbolduc) DDP UDP synchronization, UI improvements and user mods.
2121
[@photocromax](https://github.com/photocromax) helped bring the Live visualization feature to life.
2222
[@raymiec](https://github.com/raymiec) is currently working on creating the best clients for Android and iOS!

docs/basics/faq.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you accidentally connected the strip the wrong way (if it has arrows printed
7878

7979
If you did not enter a static IP, the module will automatically obtain a dynamic IP from the router.
8080
You can check it in the router configuration or in the settings page, if the Access Point is still enabled.
81-
An easier way is to use the WLED Android app which features automatic discovery!
81+
An easier way is to use the WLED Native app which features automatic discovery!
8282

8383
### The module once was connected, but I can no longer reach it
8484

@@ -90,7 +90,7 @@ Else, power-cycle the module manually.
9090

9191
This only works with Apple devices out of the box. You can install Bonjour to make it work in Windows.
9292
For Android there is no convenient way to achieve it, though you can use apps like "Bonjour search" to find the IP.
93-
I highly recommend you install the WLED app, which makes automatic discovery easy!
93+
It is highly recommended that you install the WLED Native app, which makes automatic discovery easy!
9494

9595
### Is it safe to do a port forwarding to the public internet to control the lights from anywhere?
9696

@@ -279,7 +279,9 @@ This will be improved in a future release, so that you will be able to save mult
279279

280280
### What is the difference between the WLED app and the WLED Native app?
281281

282-
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.
282+
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.
283+
284+
The official WLED app is now considered legacy. It is not currently maintained and might not receive any future bug fixes.
283285

284286
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.
285287

docs/basics/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To connect your WLED module to your home Wifi:
6363

6464
**4.** Reconnect your device to your home's Wifi network.
6565

66-
**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!
66+
**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!
6767

6868
### Default GPIO Usage
6969

docs/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ hide:
1212
<a href="https://wled.discourse.group"><img src="https://img.shields.io/discourse/topics?colorB=blue&label=forum&server=https%3A%2F%2Fwled.discourse.group%2F&style=flat-square"></a>
1313
<a href="https://discord.gg/QAh7wJHrRM"><img src="https://img.shields.io/discord/473448917040758787.svg?colorB=blue&label=discord&style=flat-square"></a>
1414
<a href="https://github.com/Aircoookie/WLED"><img src="https://img.shields.io/badge/source-github-blue.svg?style=flat-square"></a>
15-
<a href="https://github.com/Aircoookie/WLED-App"><img src="https://img.shields.io/badge/app-wled-blue.svg?style=flat-square"></a>
1615
<a href="https://gitpod.io/#https://github.com/Aircoookie/WLED"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?style=flat-square&logo=gitpod"></a>
1716
</p>
1817

@@ -41,8 +40,8 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control
4140

4241
## 💡 Supported light control interfaces
4342

44-
- [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)
45-
- Alternatively, WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve)
43+
- Community driven mobile applications
44+
- WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve)
4645
- For [Android](https://play.google.com/store/apps/details?id=ca.cgagnier.wlednativeandroid) [[Source]((https://github.com/Moustachauve/WLED-Native-Android))]
4746
- For [iOS](https://apps.apple.com/us/app/wled-native/id6446207239) [[Source]((https://github.com/Moustachauve/WLED-Native-iOS/))]
4847
- [JSON](/interfaces/json-api) and [HTTP request](/interfaces/http-api) APIs

0 commit comments

Comments
 (0)