Commit Graph

98 Commits

Author SHA1 Message Date
3376514e01 Create test.md 2019-01-13 19:48:33 +01:00
e57869202e Adapted code to work with the DIY-Nanoleafs 2019-01-13 16:45:50 +01:00
757e3b2fd8 Update simple.htm 2018-12-16 09:54:34 -06:00
e2d546bf8c Issue #88: Fire and water with more than 256 leds
Fixed #88 - Fire and water effect fails with more than 256 leds, thanks to @vkiisler
2018-11-07 18:03:12 -06:00
cdb02c9bbf Misc changes
Simplified wi-fi, reverting back to explicit AP or STA modes.
Moved wifi ssid and password to Secrets.h file, which is intentionally omitted from git.
Commented out websockets while troubleshooting wi-fi and jitter issues.
Removed delay while wi-fi connecting, just show the LEDs already!
WIP jitter fixes/improvements.  This configuration all but eliminates jitter on my test setups.
Added different FastLED interrupt options (commented out).
Auto-formatted file.
2018-10-06 13:09:10 -05:00
04103b80a3 Update TwinkleFOX.h 2018-03-18 17:30:31 -05:00
669acec2c8 Merge pull request #64 from rudelm/wifi-ap-fix
added code from https://github.com/jasoncoon/esp8266-fastled-webserver/issues/62
2018-01-30 10:59:29 -06:00
813970de78 added code from https://github.com/jasoncoon/esp8266-fastled-webserver/issues/62 2018-01-30 17:30:09 +01:00
83cc76340a Merge pull request #56 from bwarman/master
Fixed documentation
2018-01-05 18:50:30 -06:00
f58c2b3dbd Fixed documentation
Fixed documentation to reflect proper file for wifi credentials.
2018-01-05 10:43:55 -05:00
a974f0c481 Merge branch 'master' into v1.1 2017-12-31 14:45:23 -06:00
d9ee4b6816 Updated README, fixed Arduino ESP8266FS tool link. 2017-12-12 13:37:46 -06:00
432fbb95d9 Updated README, fixed Arduino ESP8266FS tool link. 2017-12-12 13:36:45 -06:00
1d4f7e74de Switched to WIFI_AP_STA mode. Can now connect directly to ESP's own AP, open new wifi.htm page, enter ssid and password, connect to another AP. 2017-11-18 21:45:50 -06:00
545acb7144 Update README.md 2017-10-14 12:47:51 -05:00
350feed191 Update README.md 2017-10-14 12:47:30 -05:00
410186e6a5 Update README.md 2017-06-22 15:33:28 -05:00
02e5ae137f Improved instructions. 2017-05-06 11:33:25 -05:00
c17cea3426 Improved instructions. 2017-05-06 11:30:15 -05:00
407fd536c2 Fixed #25 (brightness not restored on startup) 2017-05-05 19:09:37 -05:00
020b0b0e43 Fixed autoplay compile error. 2017-02-23 19:22:51 -06:00
30a8d23139 Fixed wrong EEPROM address for currentPaletteIndex 2017-02-21 18:53:15 -06:00
e0a0095d04 Fixed GitHub link 2017-02-18 14:40:56 -06:00
e4e50b538a Fixed web page header text. 2017-02-18 14:38:45 -06:00
f04a089fa4 Added palette selector
* Added palette selector and supporting code.
* Switched several patterns to use the selected palette: Confetti,
Sinelon, BPM, Juggle
* Limit EEPROM writes in autoplay mode.
2017-02-18 13:48:33 -06:00
681c29a877 Added palette selector
* Added palette selector and supporting code.
* Switched several patterns to use the selected palette: Confetti,
Sinelon, BPM, Juggle
* Limit EEPROM writes in autoplay mode.
2017-02-18 13:24:05 -06:00
9bc7b7a5e7 Merge pull request #20 from seanspotatobusiness/master
Libraries part of readme
2017-02-18 11:40:20 -06:00
e28346a6ee Update README.md 2017-01-27 22:18:50 +00:00
95e5f27caf Update README.md 2017-01-27 22:13:38 +00:00
608a7827d2 Update README.md 2017-01-27 22:11:49 +00:00
f49ca2d1f9 Merge pull request #12 from seanspotatobusiness/master
Update to README?
2017-01-12 15:19:06 -06:00
1e9b486cfd Update README.md
Added Step to download files from GitHub (not obvious what to download or where if you're new to this)
2017-01-12 18:57:23 +00:00
f5702fe80f Update README.md
Added Arduino IDE preparations to Installing section.
2017-01-12 16:19:20 +00:00
d8149e2fd3 Updated with latest changes from Tree v2
Added support for dynamic fields, updated web app, etc.
2016-12-18 16:02:44 -06:00
f1d2c4dd94 Merge pull request #10 from fromeijn/master
always set WiFi.mode()
2016-11-22 19:35:09 -06:00
eefdad9da4 always set WiFi.mode() 2016-11-23 00:15:02 +01:00
8b97216931 Merge pull request #6 from eppfel/solidcolor-eeprom-fix
Fix writing of solid color to EEPROM
2016-07-18 21:21:05 -05:00
31e2dd3cea Fix writing of solid color tp EEPROM
A typo wrote the red value to green and blue as well, which resulted in
some level of white.
## To make a commit, type your commit message and press SUPER-ENTER. To cancel
## the commit, close the window. To sign off on the commit, press SUPER-S.
##
## You may also reference or close a GitHub issue with this commit.  To do so,
## type `#` followed by the `tab` key.  You will be shown a list of issues
## related to the current repo.  You may also type `owner/repo#` plus the `tab`
## key to reference an issue in a different GitHub repo.
2016-07-19 01:52:44 +02:00
4c966a0c45 Update README.md 2016-06-11 16:42:08 -05:00
24d48af1fe Merge pull request #2 from ctaloi/master
Add ESP8266FS Doc
2016-03-15 20:17:26 -05:00
aabbe79f4f Add ESP8266FS Doc
Added a note about needing to install the ESP8266FS tool.
2016-03-15 20:28:44 -04:00
0d3d32258d Fixed compiler errors in Arduino 1.6.8. Added color swatch buttons. 2016-03-12 11:28:33 -06:00
b9398eac51 Merge branch 'master' of https://github.com/jasoncoon/esp8266-fastled-webserver 2016-03-12 08:35:27 -06:00
b3d1dc8375 Removed MSGEQ7 audio code, doesn't work well yet on the EPS8266. 2016-03-12 08:35:21 -06:00
b15402f7b6 Update scripts.js 2016-03-11 10:31:09 -06:00
58f56a1e1d Merge branch 'master' of https://github.com/jasoncoon/esp8266-fastled-webserver 2016-03-10 07:58:10 -06:00
f270c81038 Initial commit. 2016-03-10 07:57:02 -06:00
fd18c3062d Initial commit 2016-03-10 07:56:25 -06:00