Rename files to remove wled_
This commit is contained in:
parent
b8342f1c9c
commit
f35ab125ec
@ -1,9 +1,9 @@
|
||||
#include "wled_alexa.h"
|
||||
#include "alexa.h"
|
||||
#include "wled.h"
|
||||
#include "const.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_colors.h"
|
||||
#include "led.h"
|
||||
#include "eeprom.h"
|
||||
#include "colors.h"
|
||||
|
||||
#ifndef WLED_DISABLE_ALEXA
|
||||
void onAlexaChange(EspalexaDevice* dev);
|
@ -1,9 +1,9 @@
|
||||
#include "wled_blynk.h"
|
||||
#include "blynk.h"
|
||||
#include "const.h"
|
||||
#include "wled.h"
|
||||
#include "src/dependencies/blynk/Blynk/BlynkHandlers.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_colors.h"
|
||||
#include "led.h"
|
||||
#include "colors.h"
|
||||
|
||||
uint16_t blHue = 0;
|
||||
byte blSat = 255;
|
@ -1,8 +1,8 @@
|
||||
#include "wled_button.h"
|
||||
#include "button.h"
|
||||
#include "wled.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_set.h"
|
||||
#include "led.h"
|
||||
#include "eeprom.h"
|
||||
#include "set.h"
|
||||
|
||||
/*
|
||||
* Physical IO
|
@ -1,4 +1,4 @@
|
||||
#include "wled_colors.h"
|
||||
#include "colors.h"
|
||||
#include "wled.h"
|
||||
|
||||
void colorFromUint32(uint32_t in, bool secondary)
|
@ -1,4 +1,4 @@
|
||||
#include "wled_cronixie.h"
|
||||
#include "cronixie.h"
|
||||
#include "wled.h"
|
||||
|
||||
#ifndef WLED_DISABLE_CRONIXIE
|
@ -1,4 +1,4 @@
|
||||
#include "wled_dmx.h"
|
||||
#include "dmx.h"
|
||||
#include "wled.h"
|
||||
|
||||
#ifdef WLED_ENABLE_DMX
|
@ -1,9 +1,9 @@
|
||||
#include "wled_eeprom.h"
|
||||
#include "eeprom.h"
|
||||
#include "wled.h"
|
||||
#include "wled_cronixie.h"
|
||||
#include "wled_ntp.h"
|
||||
#include "wled_set.h"
|
||||
#include "wled_led.h"
|
||||
#include "cronixie.h"
|
||||
#include "ntp.h"
|
||||
#include "set.h"
|
||||
#include "led.h"
|
||||
|
||||
|
||||
//eeprom Version code, enables default settings instead of 0 init on update
|
@ -1,7 +1,7 @@
|
||||
#include "wled_file.h"
|
||||
#include "file.h"
|
||||
#include "wled.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_notify.h"
|
||||
#include "led.h"
|
||||
#include "notify.h"
|
||||
|
||||
//filesystem
|
||||
#ifndef WLED_DISABLE_FILESYSTEM
|
@ -1,9 +1,9 @@
|
||||
#include "wled_hue.h"
|
||||
#include "hue.h"
|
||||
#include "wled.h"
|
||||
#include "wled_colors.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_notify.h"
|
||||
#include "wled_led.h"
|
||||
#include "colors.h"
|
||||
#include "eeprom.h"
|
||||
#include "notify.h"
|
||||
#include "led.h"
|
||||
|
||||
#ifndef WLED_DISABLE_HUESYNC
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include "wled_ir.h"
|
||||
#include "ir.h"
|
||||
#include "wled.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_colors.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "led.h"
|
||||
#include "colors.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
#if defined(WLED_DISABLE_INFRARED)
|
||||
void handleIR(){}
|
@ -1,7 +1,7 @@
|
||||
#include "wled_json.h"
|
||||
#include "json.h"
|
||||
#include "wled.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_led.h"
|
||||
#include "eeprom.h"
|
||||
#include "led.h"
|
||||
|
||||
void deserializeSegment(JsonObject elem, byte it)
|
||||
{
|
@ -1,10 +1,10 @@
|
||||
#include "wled_led.h"
|
||||
#include "led.h"
|
||||
#include "wled.h"
|
||||
#include "wled_notify.h"
|
||||
#include "wled_blynk.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_mqtt.h"
|
||||
#include "wled_colors.h"
|
||||
#include "notify.h"
|
||||
#include "blynk.h"
|
||||
#include "eeprom.h"
|
||||
#include "mqtt.h"
|
||||
#include "colors.h"
|
||||
|
||||
void setValuesFromMainSeg()
|
||||
{
|
@ -1,10 +1,10 @@
|
||||
#include "wled_mqtt.h"
|
||||
#include "mqtt.h"
|
||||
#include "wled.h"
|
||||
#include "wled_notify.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_colors.h"
|
||||
#include "wled_xml.h"
|
||||
#include "wled_set.h"
|
||||
#include "notify.h"
|
||||
#include "led.h"
|
||||
#include "colors.h"
|
||||
#include "xml.h"
|
||||
#include "set.h"
|
||||
|
||||
#ifdef WLED_ENABLE_MQTT
|
||||
#define MQTT_KEEP_ALIVE_TIME 60 // contact the MQTT broker every 60 seconds
|
@ -1,7 +1,7 @@
|
||||
#include "wled_notify.h"
|
||||
#include "notify.h"
|
||||
#include "wled.h"
|
||||
#include "src/dependencies/e131/ESPAsyncE131.h"
|
||||
#include "wled_led.h"
|
||||
#include "led.h"
|
||||
|
||||
#define WLEDPACKETSIZE 29
|
||||
#define UDP_IN_MAXSIZE 1472
|
@ -1,6 +1,6 @@
|
||||
#include "wled_ntp.h"
|
||||
#include "ntp.h"
|
||||
#include "wled.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "eeprom.h"
|
||||
TimeChangeRule UTCr = {Last, Sun, Mar, 1, 0}; // UTC
|
||||
Timezone tzUTC(UTCr, UTCr);
|
||||
|
@ -1,7 +1,6 @@
|
||||
#ifndef WLED_NTP_H
|
||||
#define WLED_NTP_H
|
||||
#include <Arduino.h>
|
||||
#include "timezone/Timezone.h"
|
||||
/*
|
||||
* Acquires time from NTP server
|
||||
*/
|
@ -1,7 +1,7 @@
|
||||
#include "wled_overlay.h"
|
||||
#include "overlay.h"
|
||||
#include "wled.h"
|
||||
#include "wled_cronixie.h"
|
||||
#include "wled_ntp.h"
|
||||
#include "cronixie.h"
|
||||
#include "ntp.h"
|
||||
|
||||
void initCronixie()
|
||||
{
|
@ -1,9 +1,9 @@
|
||||
#include "wled_server.h"
|
||||
#include "server.h"
|
||||
#include "wled.h"
|
||||
#include "wled_file.h"
|
||||
#include "wled_set.h"
|
||||
#include "wled_json.h"
|
||||
#include "wled_xml.h"
|
||||
#include "file.h"
|
||||
#include "set.h"
|
||||
#include "json.h"
|
||||
#include "xml.h"
|
||||
|
||||
|
||||
//Is this an IP?
|
@ -1,13 +1,13 @@
|
||||
#include "wled_set.h"
|
||||
#include "set.h"
|
||||
#include "wled.h"
|
||||
#include "wled_colors.h"
|
||||
#include "wled_hue.h"
|
||||
#include "wled_led.h"
|
||||
#include "wled_blynk.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_alexa.h"
|
||||
#include "wled_cronixie.h"
|
||||
#include "wled_xml.h"
|
||||
#include "colors.h"
|
||||
#include "hue.h"
|
||||
#include "led.h"
|
||||
#include "blynk.h"
|
||||
#include "eeprom.h"
|
||||
#include "alexa.h"
|
||||
#include "cronixie.h"
|
||||
#include "xml.h"
|
||||
|
||||
void _setRandomColor(bool _sec,bool fromButton)
|
||||
{
|
@ -1,19 +1,20 @@
|
||||
#include "wled.h"
|
||||
#include <Arduino.h>
|
||||
#include "wled_led.h"
|
||||
#include "wled_ir.h"
|
||||
#include "wled_notify.h"
|
||||
#include "wled_alexa.h"
|
||||
#include "wled_overlay.h"
|
||||
#include "wled_file.h"
|
||||
#include "wled_button.h"
|
||||
#include "wled_ntp.h"
|
||||
#include "wled_usermod.h"
|
||||
#include "wled_blynk.h"
|
||||
#include "wled_hue.h"
|
||||
#include "wled_mqtt.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_server.h"
|
||||
#include "led.h"
|
||||
#include "ir.h"
|
||||
#include "notify.h"
|
||||
#include "alexa.h"
|
||||
#include "overlay.h"
|
||||
#include "file.h"
|
||||
#include "button.h"
|
||||
#include "ntp.h"
|
||||
#include "usermod.h"
|
||||
#include "blynk.h"
|
||||
#include "hue.h"
|
||||
#include "mqtt.h"
|
||||
#include "eeprom.h"
|
||||
#include "server.h"
|
||||
// replaced
|
||||
// Global Variable definitions
|
||||
char versionString[] = "0.9.1";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "wled_xml.h"
|
||||
#include "xml.h"
|
||||
#include "wled.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "wled_ntp.h"
|
||||
#include "eeprom.h"
|
||||
#include "ntp.h"
|
||||
|
||||
|
||||
//build XML response to HTTP /win API request
|
Loading…
Reference in New Issue
Block a user