Wykres commitów

548 Commity (40ac760285425a6c1d7f6c2b8c9d0bee49f7e342)

Autor SHA1 Wiadomość Data
Travis J Dean 40ac760285 Move getSignalQuality to json.cpp 2020-03-30 04:41:42 -04:00
Travis J Dean de63bdac39 Code reorg. 2020-03-30 04:35:52 -04:00
Travis J Dean 408d63825a Function prototype cleanup. 2020-03-30 04:26:41 -04:00
Travis J Dean 3e1eb02f54 Comment cleanup and line reduction. 2020-03-30 04:21:47 -04:00
Travis J Dean d2f55e1064 Make dmx.h header only. 2020-03-30 03:55:44 -04:00
Travis J Dean cc2de04f6b Avoid name collision. 2020-03-28 09:24:07 -04:00
Travis J Dean f99f13a090 Avoid name collision. Fix wled instance access in ino. 2020-03-28 08:45:20 -04:00
Travis J Dean f35ab125ec Rename files to remove wled_ 2020-03-28 08:30:51 -04:00
Travis J Dean b8342f1c9c actually call the setup function. 2020-03-28 07:32:02 -04:00
Travis J Dean 30e3bbd0e8 Renamed min/max macros to fix potential std::min/max conflict (depending on include order). 2020-03-26 05:18:19 -04:00
Travis J Dean 7bf1c35dcf Change interface of BlynkSimpleEsp. 2020-03-26 04:56:19 -04:00
Travis J Dean c6ea2dff8a Add further includes. 2020-03-26 04:49:35 -04:00
Travis J Dean f2329476ec Fix linker errors. All global vars declared extern. 2020-03-26 04:12:55 -04:00
Travis J Dean ccf5e66f31 Compiles, but does not link. 2020-03-25 05:43:12 -04:00
Travis J Dean 6f5e71164a Further fixing of includes. 2020-03-25 05:14:23 -04:00
Travis J Dean 12131764d1 Prior to refactoring includes and forward definitions. 2020-03-25 04:36:55 -04:00
Travis J Dean 594c0b8550 Transform ino to h/cpp. Class WLED created. 2020-03-25 04:00:55 -04:00
cschwinne ed729c32d2 Fixed Alexa whites 2020-03-25 00:59:48 +01:00
cschwinne 53f09c0630 Moved Cronixie driver from FX library to drawOverlay handler 2020-03-22 17:45:09 +01:00
Thomas Stockklauser a4f0c9195e 1. Fix an Issue withtin the DMX Compiler Flags if you dont use it in wled00.ino
2. Fix the Build / working environment for Visual Studio and make a better Folder Structure within the Visual Studio Project
2020-03-22 11:38:29 +01:00
cschwinne f4f5d6e562 Merge branch 'master' of https://github.com/Aircoookie/WLED 2020-03-21 00:57:58 +01:00
cschwinne e5c3629e2e Added custom per-LED mapping 2020-03-21 00:57:54 +01:00
Travis J Dean c28027496d Fix initialization bug when toggling skip first. 2020-03-19 00:37:35 -04:00
cschwinne d36796429e Various small fixes
Fixed color of main segment returned in JSON API during transition not being target color
- Fixed arlsLock() being called after pixels set in E1.31, (closes #772)
- Fixed HTTP API calls not having an effect if no segment selected (now applies to main segment)
2020-03-14 11:28:42 +01:00
Aircoookie d21e82b020 Create changelog 2020-03-12 23:26:38 +01:00
pille 62510ac6a3 add E1.31 packet out-of-sequence config option, wrt #742 2020-03-10 18:28:51 +01:00
pille bffe2d7bd0 track E1.31 seqcuence numbers for each universe individually, wrt #742 2020-03-10 17:33:23 +01:00
cschwinne 4f34cfb654 Add custom32_LEDPIN_16 environment (from #748 ) 2020-03-04 11:45:25 +01:00
cschwinne 0c6a880a74 Merge branch 'master' of https://github.com/Aircoookie/WLED 2020-03-03 17:53:51 +01:00
cschwinne 89fa053310 Add "np" API option to not commit
Re-add IRremote flags to platformio.ini
2020-03-03 17:53:47 +01:00
Def3nder 267887908e
New IRremote functions (#746)
* Switch to strip.getPaletteCount()

* fixed color conversion errors

Co-authored-by: Aircoookie <cschwinne@gmail.com>
2020-03-02 13:31:34 +01:00
Def3nder b86f58befe
IR remotes can disable NightLight with "OFF" (#745)
* IR can disable Nightlight with "OFF"
2020-03-02 12:41:14 +01:00
Def3nder f28502514f
Remember lastColor and last Bri for Solid RGBW (#743) 2020-03-01 12:25:44 +01:00
cschwinne 79da716a44 Split esp01_1m env into 1m_full and 1m_ota (closes #740 ) 2020-02-29 19:52:47 +01:00
cschwinne 18dad0c72c Remove defunct presetApplyCol and presetApplyFx 2020-02-29 18:42:55 +01:00
cschwinne 14a5ab6740 Fixed Chase modes 2020-02-29 18:24:51 +01:00
Def3nder cffee7bfa7
Fix 24-key IR remote (#738) 2020-02-28 16:27:18 +01:00
Jason2866 9eb646085e
Reduce CPU load during interrupt handler
See https://github.com/esp8266/Arduino/pull/7057#issuecomment-591632232
2020-02-27 09:52:48 +01:00
cschwinne 755448f9f5 Fix LED pin changed 2020-02-25 02:25:17 +01:00
cschwinne f304a6891f Free more than 2kB of RAM
Store Palettes in PROGMEM
F() select long and rarely used strings
Refactor hue error
2020-02-25 02:19:12 +01:00
Def3nder 730ba12c8d
Indents for the #ifdef's in wled00.ino (#716) 2020-02-24 22:09:33 +01:00
cschwinne 2d75526395 Fix brightness transition updating too often 2020-02-24 19:36:25 +01:00
Aircoookie 1979236f3a
Merge pull request #715 from zewelor/allow_to_override_some_const
Allow to override some costs
2020-02-24 19:10:37 +01:00
cschwinne 3589adcb78 Merge branch 'master' of https://github.com/Aircoookie/WLED 2020-02-24 19:08:35 +01:00
cschwinne 4a834ecfc8 Fix UTC offset not working 2020-02-24 19:08:29 +01:00
zewelor 3dcc3492e8 Allow to override some costs 2020-02-24 18:48:21 +01:00
Def3nder 2e77dcc660
Correct sun rise (#713) 2020-02-24 17:27:59 +01:00
cschwinne 89f60a0422 Refactor colorUpdated() 2020-02-24 17:25:40 +01:00
cschwinne 7360b882ac DMX settings only when enabled 2020-02-24 12:54:23 +01:00
cschwinne 5ffd29e31a Merge branch 'master' of https://github.com/Aircoookie/WLED 2020-02-24 12:45:47 +01:00