Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle OTA actively when MQTT is not connected #1307

Merged
merged 5 commits into from Nov 13, 2022

Commits on Oct 30, 2022

  1. Handle OTA actively when MQTT is not connected

    Resolves 1technophile#1292
    
    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    4ce660b View commit details
    Browse the repository at this point in the history
  2. Formatting

    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    bc64d5f View commit details
    Browse the repository at this point in the history
  3. Fix compilation for targets not having OTA

    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9844f5d View commit details
    Browse the repository at this point in the history
  4. ArduinoOTA.handle() only with non-ESP targets

    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    34a493d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. OTA check before reboot: fix condition and add more comments

    Signed-off-by: Sami Salonen <ssalonen@gmail.com>
    ssalonen committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6a1b2b0 View commit details
    Browse the repository at this point in the history