cschwinne
17e43a7ff2
No phy mode for ESP32
2020-02-09 11:04:30 +01:00
cschwinne
ad4acca17a
Minor adjustments
2020-02-09 10:35:32 +01:00
cschwinne
081a6888fa
Remove G and S options (only segment properties now)
2020-01-14 10:59:57 +01:00
Aircoookie
6bc927c535
Merge branch 'master' into groupfinal
2020-01-05 22:30:27 +01:00
cschwinne
9bf534288c
Removed pixel locking
2020-01-02 22:10:59 +01:00
cschwinne
77d89e7df3
Fix iOS scrolling
...
Other small adjustments
Allow for passwords with * as 1st char
2019-12-11 00:59:15 +01:00
Warren Spits
2dce4462a0
Saving and loading of grouping and spacing.
2019-12-09 23:16:16 +11:00
Warren Spits
55e2bc27c6
Converted segments to use lengths.Segment stop is now derived.Clears the skipped pixels.Fixed getPixelColor.
2019-12-08 23:17:42 +11:00
Warren Spits
2c3cad6e61
Pixel grouping support, configurable through JSON API. It probably breaks cronixie.
2019-12-07 23:25:38 +11:00
cschwinne
6122a8371a
Added Glitter and Candle effects
2019-12-06 01:44:45 +01:00
cschwinne
89a54e31f1
Cleanup and segment improvements
2019-12-02 12:41:35 +01:00
Aircoookie
be4019b4d3
Merge pull request #400 from ironosity/disable_n_leds_for_all_fx
...
Adding new setting to disable fixed number of LED
2019-11-30 11:20:53 +01:00
cschwinne
bbe511dd15
Attempting to fix disconnect on Adalight (ESP32, #194 )
2019-11-30 11:17:37 +01:00
emerrill
0b5ac7a139
Adding ability to turn off specified number of LEDs. Added to LED settings.
...
Also added FX for Tri Color Static, defaults tri to white.
2019-11-29 10:53:01 -07:00
cschwinne
767b57fc01
Add "psave" field to state JSON
2019-11-25 00:20:00 +01:00
cschwinne
983efd61fb
Only connect with static IP if GW is configured ( #362 )
2019-11-21 15:20:15 +01:00
cschwinne
6eae6db46b
Migrate to ESPAsyncE131
2019-11-18 20:43:27 +01:00
cschwinne
b3d728df91
Add 12V brightness limiter and configurable per-led current ( #295 )
2019-11-12 19:33:34 +01:00
cschwinne
1beb9c4bb8
Added WiFi section to JSON info ( #288 )
...
Add tt command to JSON API (#291 )
2019-10-29 02:21:23 +01:00
cschwinne
6eef3a9037
Add mac address to mDNS announcement ( #305 )
2019-10-29 01:30:07 +01:00
cschwinne
4e4773a370
Fix JSON API FX change not sending sync ( #283 )
...
Rename duplicate effects (#294 )
Add India Standard Time
Fix flash on startup
Fix NTP with lwip2
2019-10-29 01:19:04 +01:00
cschwinne
ba1117e10e
Release v0.8.6
2019-10-26 00:00:44 +02:00
cschwinne
0cd46f932a
Fix 2.4.0
2019-10-25 15:32:09 +02:00
cschwinne
937f404583
Fix ESP32
2019-10-25 11:54:47 +02:00
cschwinne
d13d60d752
New WiFi logic
2019-10-25 00:14:58 +02:00
cschwinne
31e4e7c709
HA discovery wdt reset
2019-10-20 17:38:25 +02:00
cschwinne
0d3a8ce31b
Update MQTT library
2019-10-20 12:48:29 +02:00
cschwinne
be185b46a7
Reworked WiFi logic
...
Remaining issues:
MQTT reconnects too often
WiFI AP doesn't work if searching for STA
2019-10-18 23:47:11 +02:00
cschwinne
90fa5b3b93
Removed onlyAP
2019-10-18 14:06:07 +02:00
cschwinne
733996772b
WLED_CONNECTED macro
2019-10-18 13:26:39 +02:00
cschwinne
d4c921ea2e
Timebase sync
2019-10-18 12:19:52 +02:00
cschwinne
6c9d161950
Fixed transitions and gamma
2019-09-19 21:15:20 +02:00
cschwinne
705fd4dafd
Release v0.8.5
2019-09-12 12:40:06 +02:00
cschwinne
a3e28d3c66
First version of captive portal
2019-09-05 22:45:59 +02:00
cschwinne
492ec489a1
Small changes to MQTT auth
...
Changed mqttPort to uint16 type
Password no longer transmitted to settings page
Chnaged topics and identifiers to last 6 bytes of mac format
Added security warning
2019-08-18 18:14:17 +02:00
Timothy Brown
c57124e876
Added MQTT port field, bumped user, pass and CID to 40 characters
2019-08-17 21:34:47 -04:00
Timothy Brown
c6d8b63e54
Added MQTT authentication support
2019-08-17 06:27:06 -04:00
cschwinne
117dc5288d
Added basic segment support
...
Updated Espalexa
2019-06-20 14:40:12 +02:00
cschwinne
b224a67ea7
Refactored WS2812FX variable names
2019-05-22 00:23:09 +02:00
cschwinne
793f919d59
Added MQTT auto reconnect
2019-05-21 18:50:56 +02:00
Thomas Arens
126b70f781
Added support for APA102 LEDs. Uncomment "#define USE_APA102" in NbpWrapper.h. Connect clock to GPIO 0 and data to GPIO 2.
2019-05-01 03:09:08 +02:00
cschwinne
c8a7537157
Added support for SPIFFS
...
Fixed ESP32
2019-03-16 02:09:37 +01:00
cschwinne
d4bf1cb23d
Added button double press macro option
...
Added toggle (relay) pin
2019-03-13 11:13:03 +01:00
cschwinne
b72e6f16ca
Small memory improvements
2019-03-09 21:41:23 +01:00
cschwinne
7274541722
Fixed platformio compilation
...
Added more debug info in serial on boot
2019-03-07 16:36:26 +01:00
cschwinne
3f9b37aa7f
Added /json/state
2019-03-05 10:59:15 +01:00
cschwinne
cc1cfd70b8
Added ArduinoJSON
2019-03-03 18:05:56 +01:00
cschwinne
587cf751d8
Fixed preset loading
2019-02-25 19:14:13 +01:00
cschwinne
f0e525d2e2
Added relative API calls
2019-02-22 22:53:33 +01:00
cschwinne
f86cdd8cde
Added /json/info page
2019-02-21 16:32:15 +01:00