mirror of
https://github.com/wled/WLED.git
synced 2025-11-09 02:59:03 +00:00
Remove Blynk support (#3102)
Change default palette for Railway to Colors 1 and 2
This commit is contained in:
committed by
GitHub
parent
be2acbd3eb
commit
220718cb58
@@ -522,13 +522,6 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
#ifdef WLED_DISABLE_ALEXA
|
||||
oappend(SET_F("toggle('Alexa');")); // hide Alexa settings
|
||||
#endif
|
||||
sappends('s',SET_F("BK"),(char*)((blynkEnabled)?SET_F("Hidden"):""));
|
||||
#ifndef WLED_DISABLE_BLYNK
|
||||
sappends('s',SET_F("BH"),blynkHost);
|
||||
sappend('v',SET_F("BP"),blynkPort);
|
||||
#else
|
||||
oappend(SET_F("toggle('Blynk');")); // hide BLYNK settings
|
||||
#endif
|
||||
|
||||
#ifdef WLED_ENABLE_MQTT
|
||||
sappend('c',SET_F("MQ"),mqttEnabled);
|
||||
|
||||
Reference in New Issue
Block a user