Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Field for .bin update into settings #470

Open
wants to merge 338 commits into
base: mclighting_legacy
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 5, 2018

  1. Update README.md

    toblum authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    51ea2b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Adding support for Home Assistant

    Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
    debsahu authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6ab2e6e View commit details
    Browse the repository at this point in the history
  2. Adding support for Home Assistant

    Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
    debsahu authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    daf263a View commit details
    Browse the repository at this point in the history
  3. Adding support for Home Assistant

    Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
    debsahu authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    4ee123b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    debsahu authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6b787ac View commit details
    Browse the repository at this point in the history
  5. Subscribe to HA MQTT topic

    Subscribe to HA MQTT topic
    debsahu authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0c98a1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a761b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Add files via upload

    debsahu authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    462607f View commit details
    Browse the repository at this point in the history
  2. Update definitions.h

    debsahu authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    58afbc6 View commit details
    Browse the repository at this point in the history
  3. Update definitions.h

    debsahu authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    5b1f020 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. MQTT JSON component added

    Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128. Will not work here.
    debsahu authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    1955cbb View commit details
    Browse the repository at this point in the history
  2. MQTT JSON Added

    Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128. Will not work here.
    debsahu authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    870c47e View commit details
    Browse the repository at this point in the history
  3. MQTT JSON Added

    Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128, will not work here.
    debsahu authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    cb82423 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    debsahu authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    7a619ca View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    191c45f View commit details
    Browse the repository at this point in the history
  2. Cleanup

    toblum committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    5fed3a4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    toblum authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    dcc6879 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Update README.md

    toblum authored Feb 18, 2018
    Configuration menu
    Copy the full SHA
    c7ab482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ae63d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10f89a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. button press mqtt publish

    ghwc2015 authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    8947ea1 View commit details
    Browse the repository at this point in the history
  2. linefeeds removed

    ghwc2015 authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    763b985 View commit details
    Browse the repository at this point in the history
  3. set buttonState for medium and long keypress

    buttonState (on/off) was only set for short button press - now is set to on also for medium and long press
    ghwc2015 authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b75a2c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Merge pull request #98 from ghwc2015/master

    button press is published on mqtt
    toblum authored Feb 24, 2018
    Configuration menu
    Copy the full SHA
    24b5e28 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Updates HA when changes happen from WebSockets or MQTT

    Websockets and MQTT components are separate from HA MQTT JSON. Now if either is changed, HA JSON MQTT component is updated.
    debsahu authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    69a2200 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from debsahu/master

    Effect name corrections and addition to sendState when other modes (WS/MQTT) are used
    debsahu authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    1c9d098 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Update README.md

    toblum authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    39d5b5b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    d7c0113 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from debsahu/master

    moved sendState before webSocketEvent
    debsahu authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    77e9dd2 View commit details
    Browse the repository at this point in the history
  3. Added updates from main branch to here

    button press is published on mqtt #98
    debsahu authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    e7fb54f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    0da3e90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from debsahu/master

    MQTT and WS changes send feedback to HA correctly without hangups.
    debsahu authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    b0d7be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88cd8d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    ca79367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cf300 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from debsahu/master

    forgot to subscribe to mqtt_ha_speed
    debsahu authored Mar 16, 2018
    1 Configuration menu
    Copy the full SHA
    87476af View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Add informational output

    toblum committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    e3997ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075fd67 View commit details
    Browse the repository at this point in the history
  3. Fix button code

    toblum committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    bb6958a View commit details
    Browse the repository at this point in the history
  4. Set MQTT Client ID to HOSTNAME

    toblum committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    4730950 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    toblum authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    3acf3e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Update README.md

    toblum authored Mar 18, 2018
    Configuration menu
    Copy the full SHA
    7e7851c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9657b04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    445e663 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Speed and Stability updates

    If LEDs>100, stalls ESP8266. So bunch of code cleanup and merge with
    existing variables used by other sections. Should be more efficient. As
    of now on Arduino ESP 2.4.1, WiFi.setSleepMode(WIFI_NONE_SLEEP); is
    required for MQTT function. ESP8266 is anyways connected to constant
    power supply, so power consumtion is not immidiate concern now.
    * HTTP OTA
    * Arduino OTA
    * Async MQTT
    * PubSubClient
    * HomeAssistant
    debsahu committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    583d139 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Stability updates, save state on SPIFFS, MQTT QOS

    Modified
    * Better implementation of tickers (recommended)
    Added
    * Save State on SPIFFS (alternative to EEPROM) EEPROM has finite write
    cycles.
    * Added Custom MQTT QOS levels, as AMQTT can handle QOS level 0,1&2 in
    both publish and subscribe. Pubsub can only sunscribe in QOS 1&2,
    publish at QOS 1 only.
    debsahu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    8b21969 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Forgot to save "speed" in spiffs, set strip mode after read

    * Added speed to SPIFFS save
    * Should set strip state after succesful read.
    debsahu committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    980bd40 View commit details
    Browse the repository at this point in the history
  2. Update MQTT if WebSockets are changed

    Addresses #110
    debsahu committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    2bc1a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    252ae8e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. MQTT Callback for REST API

    * SetBrightness fix from REST API callback from Master
    * Added twinkleRandom to REST API (missing?)
    * MQTT callback
    debsahu committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    e3060fa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Updates

    * Added support for NeoAnimationFX (USE_NEOANIMATIONFX)
    * Better scaling for speed
    debsahu committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    4dc09f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Send back speed to HA

    debsahu committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    2a193ff View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Added HA Speed Automation

    debsahu committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    d406112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b950d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5930d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Merge branch 'debsahu/master'

    Support for AMQTT, NEOANIMATIONFX
    toblum committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    9b7ca2a View commit details
    Browse the repository at this point in the history
  2. Missing file for last merge

    toblum committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    f85805b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    toblum authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    ac5803c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    toblum authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    1a2ec04 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Merge pull request #3 from toblum/master

    Resync to my branch
    debsahu authored Apr 8, 2018
    Configuration menu
    Copy the full SHA
    b5fdb7e View commit details
    Browse the repository at this point in the history
  2. Messed Up Speed

    debsahu committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    574c82b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #123 from debsahu/master

    fixed error in speed control from HA.
    debsahu authored Apr 8, 2018
    Configuration menu
    Copy the full SHA
    801f368 View commit details
    Browse the repository at this point in the history
  4. fixes to MQTT

    debsahu committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    4d9b70d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from debsahu/master

    fixes to MQTT
    debsahu authored Apr 8, 2018
    Configuration menu
    Copy the full SHA
    2256522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb898ad View commit details
    Browse the repository at this point in the history
  7. Mention 2.4.1 requirement

    debsahu committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    227afa3 View commit details
    Browse the repository at this point in the history
  8. Added MQTT Discovery

    #define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select
    Tools -> IwIP Variant -> Higher Bandwidth
    debsahu committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    68fc2bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d8703c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b03629 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e31fa5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    829e894 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73f5059 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from toblum/master

    resyncing
    debsahu authored Apr 8, 2018
    Configuration menu
    Copy the full SHA
    5f39f94 View commit details
    Browse the repository at this point in the history
  15. fix #125

    debsahu committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    09a26a7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #127 from debsahu/master

    Fix for including ArduinoJson.h when ENABLE_STATE_SAVE_SPIFFS
    debsahu authored Apr 8, 2018
    Configuration menu
    Copy the full SHA
    c9ff0ac View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. httpUpdater.setup defined twice

    merging error?
    debsahu committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b8bb6e8 View commit details
    Browse the repository at this point in the history
  2. UART method as an option

    debsahu committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    1560ac8 View commit details
    Browse the repository at this point in the history
  3. Default mode is "static"

    debsahu committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    88d299f View commit details
    Browse the repository at this point in the history
  4. fix amqtt credentials

    debsahu committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    f3b6abb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Merge pull request #129 from debsahu/master

    * fix httpServer calls in setup
    * UART method for NeoAnimationFX
    * added "static" mode (default) to HA's light.yaml
    * fix #130
    debsahu authored Apr 11, 2018
    Configuration menu
    Copy the full SHA
    7eaf25d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. fixes

    * sets speed in getArgs() solves
    #128
    * set strip.setColor in SET_MODE before strip.setMode solves
    #132
    debsahu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    a7cce99 View commit details
    Browse the repository at this point in the history
  2. updates to previous fix

    * updates to previous fix, solves
    #128
    debsahu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ed5e478 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. legacy animations optional

    * Added Legacy animations as an option
    * Removed ALL mode, replaced with ws2812fx_mode = FX_MODE_STATIC; mode =
    SET_MODE;
    * When mode == SET_MODE, set speed, color, etc automatically, needs a
    new MODE prevMode
    debsahu committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    420909f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Merge pull request #136 from debsahu/master

    fixes and added legacy option
    toblum authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    265a1c9 View commit details
    Browse the repository at this point in the history
  2. Create LedKeyboardShortcuts.ahk

    Initial commit
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    7bc9310 View commit details
    Browse the repository at this point in the history
  3. Create LICENSE

    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    736707e View commit details
    Browse the repository at this point in the history
  4. Update LICENSE

    Included a link to the original author of the websocket class.
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    7db19ea View commit details
    Browse the repository at this point in the history
  5. Create README.md

    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    35d8fc0 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    formatting
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    50b5e5b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    added about numberpad
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    535b5cd View commit details
    Browse the repository at this point in the history
  8. Update LedKeyboardShortcuts.ahk

    auto exits the script if there is an error
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    441d61a View commit details
    Browse the repository at this point in the history
  9. Update LedKeyboardShortcuts.ahk

    updated to handle server errors
    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    12d6abe View commit details
    Browse the repository at this point in the history
  10. Update README.md

    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    61849ad View commit details
    Browse the repository at this point in the history
  11. Update LedKeyboardShortcuts.ahk

    flagstone78 authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    fc4ce04 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Update LedKeyboardShortcuts.ahk

    Uses a gui for the notifications
    flagstone78 authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    69f76ac View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update usage of adjustment variables.
    flagstone78 authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    61bcabc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #138 from flagstone78/master

    AutoHotKey client
    toblum authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    f61f2ed View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Android app from #142

    toblum committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    58b8796 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Updated Incex.html

    To add support for mobile to load as a WebApp.
    ryancasler committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    9401c1a View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Updated Aoo to Version 1.1:
    
    -now packed together with the .aia file from AppInventor so we can go much crazyer with you guys regarding new function
    -added 3 more Slider for Red, Green, Blue
    -Slider are adjusting know there position according to the Info the app gets as respond from the ESP
    -Animation now send correctly
    -added off button to the App
    TechOnlyGamer authored Apr 21, 2018
    Configuration menu
    Copy the full SHA
    b689629 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #143 from ryancasler/master "Add to homescreen"

    Updated Index.html
    toblum authored Apr 21, 2018
    Configuration menu
    Copy the full SHA
    c2a2207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4226b84 View commit details
    Browse the repository at this point in the history
  5. Revert "Add files via upload"

    This reverts commit b689629.
    TechOnlyGamer committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    340dc7e View commit details
    Browse the repository at this point in the history
  6. Update V1.1

    New Version of my Android App now on V1.1
    
    -added the .aia File so whoever wants can help me with new features and improvments
    -added 3 new Slider for changing Red,Green,Blue Value
    -Sliders now change there Postion if the App gets the Config from the ESP
    -added Button to Toggle everything off
    -Animation Picker now works again
    TechOnlyGamer committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    7057a21 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #144 from TechOnlyGamer/feature/AndroidApp

    Updated App to Version 1.1:
    
    -now packed together with the .aia file from AppInventor so we can go much crazyer with you guys regarding new function
    -added 3 more Slider for Red, Green, Blue
    -Slider are adjusting know there position according to the Info the app gets as respond from the ESP
    -Animation now send correctly
    -added off button to the App
    toblum authored Apr 21, 2018
    Configuration menu
    Copy the full SHA
    2578efa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Merge pull request #5 from toblum/master

    resyncing
    debsahu authored Apr 22, 2018
    Configuration menu
    Copy the full SHA
    5d9fa4c View commit details
    Browse the repository at this point in the history
  2. Solve getstatus not return values correctly

    Resolve #146
    debsahu committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    c1c24b4 View commit details
    Browse the repository at this point in the history
  3. Use global variables to handle websocket request

    modified handleSetWS2812FXMode to use global variables
    debsahu committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    ba5146d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #148 from debsahu/master

    restapi fixes
    debsahu authored Apr 22, 2018
    Configuration menu
    Copy the full SHA
    8a1e50a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Add ChipID to hostname

    * Address #149
    #define ENABLE_MQTT_HOSTNAME_CHIPID
    #define ENABLE_HA_HOSTNAME_CHIPID
    debsahu committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    a27611b View commit details
    Browse the repository at this point in the history
  2. Removed ENABLE_HA_HOSTNAME_CHIPID

    As per discussion in #149
    removed ENABLE_HA_HOSTNAME_CHIPID. No point in sending HOSTNAME+ChipID
    to HA, just use this feature to create unique ID for MQTT clients.
    debsahu committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    cd4805a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    250981e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #151 from debsahu/master

    Added #define ENABLE_MQTT_HOSTNAME_CHIPID, disabled by default
    debsahu authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    8520e9b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update README.md

    toblum authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    4576b36 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Code cleanup according to #154

    #154 needs testing before
    merging with master
    debsahu committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    25deb21 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Configuration menu
    Copy the full SHA
    7b49df3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    6db19b7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Add a check to MQTT_HOME_ASSISTANT_SUPPORT

    there is some confusion on gitter on just enabling
    MQTT_HOME_ASSISTANT_SUPPORT will enable ENABLE_HOMEASSISTANT. This is a
    compiler check to make sure if MQTT_HOME_ASSISTANT_SUPPORT is enabled
    ENABLE_HOMEASSISTANT must also be enabled
    debsahu committed May 7, 2018
    Configuration menu
    Copy the full SHA
    de5f11b View commit details
    Browse the repository at this point in the history
  2. versioning + update '/esp_status'

    * Start of versioning v2.1, added version support
    * '/esp_status' returns lot more info
    debsahu committed May 7, 2018
    Configuration menu
    Copy the full SHA
    d842c62 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. ArduinoJSON replies and strip.trigger() added

    * Use ArduinoJSON to send JSON replies
    * Add strip.trigger() according to
    #166
    debsahu committed May 11, 2018
    Configuration menu
    Copy the full SHA
    b104178 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. fix typo

    * fix typo assignment and comparison
    debsahu committed May 12, 2018
    Configuration menu
    Copy the full SHA
    857763c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Update README.md

    toblum authored May 13, 2018
    Configuration menu
    Copy the full SHA
    e86829c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Merge pull request #168 from toblum/develop

    merge develop
    toblum authored May 14, 2018
    Configuration menu
    Copy the full SHA
    6a7c8f5 View commit details
    Browse the repository at this point in the history
  2. PCB

    debsahu committed May 14, 2018
    Configuration menu
    Copy the full SHA
    0c1a58d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77be51d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Update README.md

    toblum authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    6798a12 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    e499033 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    1b79fa0 View commit details
    Browse the repository at this point in the history
  2. Removed some unused code

    toblum committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4bdde7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9244e66 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    toblum committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0b5dae9 View commit details
    Browse the repository at this point in the history
  5. Updated version_info

    toblum committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    55e7ba8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop'

    toblum committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    df29d6b View commit details
    Browse the repository at this point in the history
  7. fix JSON memory allocation for '/esp_status'

    - removed predefined memory allocation for DynamicJsonDocument as the
    size could vary depeneding on what options are enabled
    debsahu committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4994d59 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #191 from toblum/develop

    fix JSON memory allocation for '/esp_status'
    toblum authored Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a6f2fdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c754983 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    a84bd04 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Merge pull request #203 from toblum/develop

    Develop
    toblum authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    94059eb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. fix #206

    Correct usage of measureJson()
    - Fix #206
    debsahu committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    6fc7a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172d934 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Add basic platformio config

    zewelor committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    bf6b3a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Merge pull request #230 from zewelor/add_platformio_config

    Add basic platformio config
    toblum authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    6dc87a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb9496 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. fix #224

    - try to fix the way brightness is processed
    debsahu committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    6d8269f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1821f39 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Update platformio.ini

    updating ArduinoJSON to v 6.4.0-beta from 6.1.0-beta
    debsahu authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    e19ec28 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Merge pull request #249 from toblum/master

    resync from master
    debsahu authored Oct 15, 2018
    Configuration menu
    Copy the full SHA
    97120a1 View commit details
    Browse the repository at this point in the history
  2. Fix #248

    Address #248
    Commented our because # only is ment to change color and not the state
    debsahu committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    c53d02b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Retire NeoAnimationFX & Fix #248

    * Retire NeoAnimationFX
    * Use DMA or UART method along with WS2812FX instead
    * fix #248
    debsahu committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a068088 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    62ac728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5e873 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge pull request #265 from toblum/develop

    v 2.1.6
    toblum authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    2bb2943 View commit details
    Browse the repository at this point in the history
  2. Added new config value "service"

    toblum authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b4bd153 View commit details
    Browse the repository at this point in the history
  3. Changed licence to MIT

    toblum authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    fff75b2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    toblum authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    7a44a76 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Incremental Update

    * Contributions by @	MrTheBarbarian from #270 Putting Static IP config added in Jun 17th 2018 to definitions.h
    * rethink ESP.getChipId implementaion
    * check ArduinoJSON version
    * Try restting prevmode as suggested in #276
    debsahu committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f21de6b View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    debsahu committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d2fd2a9 View commit details
    Browse the repository at this point in the history
  3. HOSTNAME is %s

    debsahu committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    267a8f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Merge pull request #279 from toblum/develop

    Merge v2.1.7 from Develop
    toblum authored Dec 8, 2018
    Configuration menu
    Copy the full SHA
    af1a8c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. HA 0.84 autodiscovery update

    Changes as per home-assistant/core#18227 and suggestion from #286
    debsahu committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7e9bfac View commit details
    Browse the repository at this point in the history
  2. Update version.h

    debsahu authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    153d481 View commit details
    Browse the repository at this point in the history
  3. Update version_info.ino

    debsahu authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    79393df View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. fix #283

    For some reason defining the exact size is causing mqtt_user and mqtt_pass are not stored in SPIFFs. Dynamic assignment should take care of this.
    Should take care of expception 28
    debsahu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    181ff7f View commit details
    Browse the repository at this point in the history
  2. Update version_info.ino

    debsahu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8e77f37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #288 from toblum/develop

    v 2.1.8
    debsahu authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    20e6bc5 View commit details
    Browse the repository at this point in the history
  4. e131 mode

    Submit "=e131" via mqtt or websocket to activate
    debsahu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    edc7c56 View commit details
    Browse the repository at this point in the history
  5. Update request_handlers.h

    debsahu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1519ba8 View commit details
    Browse the repository at this point in the history
  6. README cleanup

    dermalikmann committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4841de9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6384789 View commit details
    Browse the repository at this point in the history
  8. Simple text enhancements

    dermalikmann committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    22a8b36 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. e131 update + HA: sendState() update

    - Stop strip when e131 is sent
    - sendState() needs extra memory for jsonBuffer
    - sensState() effect can be sent directly instead of copying from PROGMEM
    debsahu committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    35b989e View commit details
    Browse the repository at this point in the history
  2. Update request_handlers.h

    - sendState() needs extra memory for jsonBuffer
    - sensState() effect can be sent directly instead of copying from PROGMEM
    debsahu committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    5758aa5 View commit details
    Browse the repository at this point in the history
  3. v2.1.9

    - Bump ArduinoJson library requirment for v6.7.0-beta (better memory management)
    - Update version
    - Update version info
    debsahu committed Dec 13, 2018
    2 Configuration menu
    Copy the full SHA
    228666a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #293 from toblum/develop

    v2.1.9
    debsahu authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a07fdd6 View commit details
    Browse the repository at this point in the history
  5. keeping up with v 2.1.9

    debsahu committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    26c1996 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. e131 quick fixes

    - 170 LEDs per universe predefined
    - >Second universe data fixed
    -  Reduce the number of default universe
    debsahu committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    189254a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Update request_handlers.h

    debsahu committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    763b0da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from M4lik/master

    Readme cleanup
    toblum authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    dcaf3fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf07aef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c80fef View commit details
    Browse the repository at this point in the history
  5. fix issues brught up regarding listModes()

    - All about memory mangement by ArduinoJSON v 6.7.0
    debsahu committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c755fa2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #295 from toblum/develop

    v 2.1.10
    debsahu authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b85e5e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. v1.1.11

    - More Auto-Discovery fix for HA version >= 0.84 #286
    - Suggestions from home-assistant/core#19420
    debsahu committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    4df3667 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #297 from toblum/develop

    v1.1.11
    debsahu authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    828d870 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. update getModes()

    - Add E1.31 mode to getModes(), no need to change McLightingUI
    - "=e131" and "/e131" will activate E131 mode via websockets or MQTT
    - Reverted McLightingUI back to stock
    debsahu committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    00ff5c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    bd92f4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #301 from aidbish/master

    Updated HA example to to work after mqtt light changes in HA 0.84
    debsahu authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ae9cf43 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. UART methods & HA 1.31 support

    - Update UART 1 and 2 methods for NeoPixelBus v2.4.1
    - HA E1.31 support
    debsahu committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    2551240 View commit details
    Browse the repository at this point in the history
  2. Travis CI

    - Added Travis CI support
    debsahu committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    a78f488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a74efa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #289 from toblum/e131

    Add e131 mode
    debsahu authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ef623b5 View commit details
    Browse the repository at this point in the history
  2. Travis CI fix

    debsahu committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1578caf View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. v 2.2.1

    - checkForRequests() is vital for e131 mode, remove from #ifdef ENABLE_LEGACY_ANIMATIONS
    - Minor fixes related to NeoPixelBus UART methods
    - Modify platformio.ini for future bump to esp8266-arduino v2.5.0 (shamelessly stolen settings from espurna project)
    - Gzipped index2.htm & edit.htm.gz(untouched), convereted to hex format using xxd -i abcd.gz > html_gz.h
    - Think about using pointers for WS2812FX (no code regarding this in initial push)
    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f3157de View commit details
    Browse the repository at this point in the history
  2. Update McLighting.ino

    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    0c473af View commit details
    Browse the repository at this point in the history
  3. Pointers for Strip

    - Pointers added for WS2812FX & NeoPixelBus
    - new "REST API": /pixels?ct=xxx to change length of LED strip
    - new "REST API": /pixels?rgbo=xxx to change RGB order
    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9efcb45 View commit details
    Browse the repository at this point in the history
  4. Update McLighting.ino

    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a1851e0 View commit details
    Browse the repository at this point in the history
  5. Update McLighting.ino

    USE_WS2812FX_UART are pointers!
    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a6bf641 View commit details
    Browse the repository at this point in the history
  6. Update McLighting.ino

    - Delete pointers before reinitialization
    debsahu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    118c35d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Make PIN configurable via REST API

    - new "REST API": /pixels?pin=GPIO_NO to change PIN# (Allowed GPIO values: 16/5/4/0/2/14/12/13/15/3/1)
    debsahu committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    39a7738 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. HA 0.87 support

    - fix #327
    debsahu committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f82e944 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. ArduinoJSON 6.8.0-beta

    - ArduinoJSON 6.8.0-beta
    - Update version_info
    debsahu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    652ff23 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. discovery message & pio updates

    - Add alternative way to send large messages using PubSubClient
    - Added Jason2866's link to Arduino Core v 2.5.0 as official core on PIO is not yet released
    debsahu committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f71d156 View commit details
    Browse the repository at this point in the history
  2. Update platformio.ini

    - 2.5.0 needs different flash config file
    debsahu committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    9988117 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    642856b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #331 from aidbish/patch-1

    Remove on_command_type as no longer supported
    debsahu authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    9d0c1db View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Fix pointer corruption for multi LED commands

    Fixes #332 by null-terminating the hex char arrays.
    dale3h authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    a883b83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #333 from dale3h/patch-1

    Fix pointer corruption for multi LED commands
    debsahu authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1b3414c View commit details
    Browse the repository at this point in the history
  3. Use milliseconds for autocycle

    dale3h committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    67a98c2 View commit details
    Browse the repository at this point in the history
  4. Add space to align comment

    dale3h authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    2cf158f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #334 from dale3h/autocycle-ms

    - Use milliseconds for autocycle (update wiki upon merge with master)
    debsahu authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    7e7ac8a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. HA send start state

    - Bump to new Arduino Core PIO 2.0.1 (esp8266-arduino v2.5.3 release)
    - Address #349
    debsahu committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c2b3b6d View commit details
    Browse the repository at this point in the history
  2. Add LWT for MQTT and AMQTT

    - Add LWT for MQTT and AMQTT, address #340
    debsahu committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    38d8f3f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. bug_fix

    - fixed bugs
    - Added file for custom WS2812FX animations in custom slots
    - Rename varaibles to be char instead of String
    - Added LED pixel count and PIN settings to WiFiManager
    debsahu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    8ff869c View commit details
    Browse the repository at this point in the history
  2. review update

    - saveWS2812FXStripSettings.once(3, writeStripConfigFS); is called in every initStrip(), so no need for writeStripConfigFS() call.
    - modify "/pixels" REST API to "/pixelconf" API
    debsahu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1f0087f View commit details
    Browse the repository at this point in the history
  3. Update McLighting.ino

    - "/pixelconf" code to check for HTTP method code is commented but placed for the future
    debsahu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3af70b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Gamma and todo

    - Gamma correction to LEDs
    - Added stuff to todo
    debsahu committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    b651b0b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. PIO Bump & min pages

    - Bump PIO core to 2.0.4
    - `#define USE_HTML_MIN_GZ` is on by default unless @toblum objects
    debsahu committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    7539888 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from toblum/develop

    v2.2.1
    debsahu authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c0329ef View commit details
    Browse the repository at this point in the history
  3. WS2811 DMA

    - Added Settings for WS2811
    debsahu committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    6f188d4 View commit details
    Browse the repository at this point in the history
  4. Update definitions.h

    #define LED_TYPE_WS2811 disbaled by default
    debsahu committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    fa91844 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. hotfix #351

    - hotfix #351
    debsahu committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    1b6cf69 View commit details
    Browse the repository at this point in the history
  2. Update version_info.ino

    debsahu committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5aebe40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #353 from toblum/develop

    v2.2.2
    debsahu authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    93cf8a9 View commit details
    Browse the repository at this point in the history
  4. LWT fix

    - fix LWT track #340
    - fix PubSubClient related bug
    debsahu committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    d6297ae View commit details
    Browse the repository at this point in the history
  5. Update README.md

    - Added to todo #348
    debsahu committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5b76af1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Update request_handlers.h

    debsahu committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    2806bb0 View commit details
    Browse the repository at this point in the history
  2. bug-fixes

    - UART 1 and 0 were mixed up
    - LWT revisit
    - Custom mode needs index
    debsahu committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    b15f013 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. version bump 2.2.3

    debsahu committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    d6be205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #363 from toblum/develop

    v2.2.3
    debsahu authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    e1361b4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    debsahu authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0fee256 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. fix #368

    - see if this fixes #368
    debsahu committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    a9a3565 View commit details
    Browse the repository at this point in the history
  2. TravisCI fix

    - fix compilation issues
    debsahu committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    113f34b View commit details
    Browse the repository at this point in the history
  3. Address #371

    - address #371
    - remove WiFiManager Settings to trace bugs being reported at #368
    debsahu committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    cc94b8d View commit details
    Browse the repository at this point in the history
  4. TravisCI fix

    - comment out more line to get it to compile
    debsahu committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b459b24 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Fix D1 and NodeMCU (#368)

    dale3h committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8a28cf7 View commit details
    Browse the repository at this point in the history
  2. Update request_handlers.h

    debsahu authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    627102d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #372 from dale3h/d1_nodemcu_fix

    Fix D1 and NodeMCU (#368)
    debsahu authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d0c399e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    84783b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. v2.2.4

    version bump
    debsahu committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    8ce38fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cef769 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #383 from toblum/develop

    v2.2.4
    debsahu authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    090bddd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Hotfix

    toblum committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    dd05148 View commit details
    Browse the repository at this point in the history
  2. Hotfix:

    toblum committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e10cf44 View commit details
    Browse the repository at this point in the history
  3. Update version info

    toblum committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    4ef4ae7 View commit details
    Browse the repository at this point in the history
  4. Correct verion info

    toblum committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    07c30ea View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Update README.md

    toblum authored Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0d28415 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    26a222b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Merge pull request #442 from maditnerd/patch-1

    Comments typographic corrections in definitions.h
    toblum authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    eaa9f81 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Update README.md

    toblum authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    ab8ebfc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    fc52b34 View commit details
    Browse the repository at this point in the history