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

In preparation for 1.8.1 release... #244

Merged
merged 13 commits into from
Oct 29, 2024
Merged

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    b5db715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c94c57 View commit details
    Browse the repository at this point in the history
  3. Switch from NTPclient to built-in Arduino core NTP time client... wil…

    …l allow for time zone setting
    dkerr64 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b462ba3 View commit details
    Browse the repository at this point in the history
  4. Don't show that update is available if pre-release installed is great…

    …ed than published version
    dkerr64 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ed6efe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8ae861 View commit details
    Browse the repository at this point in the history
  6. Change the connection test to a simple ping of the GW

    Don't use DNS lookup as a network test as that might require internet
    access.  Use a simple ping check.  LwIP has ping support, but not
    exposed in an easy to use manner.  Pull in ESP8266Ping library to make
    ping easy.
    
    Log once a minute the gateway ping stats
    Fix bug in web.cpp that wasn't saving the wifi change setting anymore
    jgstroud committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9986358 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    4733cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c3786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6aee8 View commit details
    Browse the repository at this point in the history
  4. Add a function to auto lookup our timezone using our public ip

    autoset the time based on local timezone
    jgstroud committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    945f3e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    429a03e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Automatic setting of time zone, obtain list of timezones from github …

    …and allow user to select
    dkerr64 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6f8a331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229dc19 View commit details
    Browse the repository at this point in the history