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

Sync beta-sen5x branch with NRZ-2024-136-B1 #1026

Merged

Commits on Jun 30, 2022

  1. Fixed Str2F conversion error

    tauchner committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    41d847a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Update Contributing.md

    Translated the German `source layout` table into English to conform with the rest of the file contents.
    gregaw authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    f4462b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendata-stuttgart#1 from gregaw/translate-to-engl…

    …ish-patch
    
    Update Contributing.md
    gregaw authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    cf0c02a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 26, 2023

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

Commits on May 28, 2023

  1. Typo: BMxE280 -> BMx280

    Phaze-III committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e2e6fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbff5d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeead15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e0402 View commit details
    Browse the repository at this point in the history
  5. Replace DST Root CA X3 with ISRG Root X1

      The LetsEncrypt DST Root CA X3 expired in 2021 and was replaced
      with the ISRG Root X1 CA. The DST Root CA X3 was still a working
      trust anchor but the ISRG Root X1 CA is the preferred one and
      should be good until 2035.
    Phaze-III committed May 28, 2023
    Configuration menu
    Copy the full SHA
    80cc87f View commit details
    Browse the repository at this point in the history
  6. CI workflow updates

    - run on all beta* branches
    - update python and action versions
    - make airrohr-update-loader build/store steps
      conditional (not for esp32 branches)
    Phaze-III committed May 28, 2023
    Configuration menu
    Copy the full SHA
    96d5ad8 View commit details
    Browse the repository at this point in the history
  7. Go back to Arduino Core 2.7.4 release as a potential workaround for s…

    …talling OTA downloads
    
    - Code specific for Core > 3.0 is commented out
    - WiFi.persistent(false) is re-enabled (default is true on Arduino Core < 3.0)
      This reverts commit 76240f5.
    Phaze-III committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b2e4d26 View commit details
    Browse the repository at this point in the history
  8. platformio.ini: change setting of compiler optimization

    - Disable default -Os optimization for size
    - Set -O2 explictly in build_flags
    
    This can be tweaked depending on the performance of the resulting builds.
    Phaze-III committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d1b8aad View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

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

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    c5939aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474f767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbcda6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb39b35 View commit details
    Browse the repository at this point in the history
  5. Re-enable more SSL ciphers

    Also show all connection failures
    Phaze-III committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a83fe8d View commit details
    Browse the repository at this point in the history
  6. platformio.ini: switch to -O3 compiler optimization

    - This increases program size significantly but gives much better
      performance with WiFi signal strength below -80dB
    Phaze-III committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    78c6c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    e9f91f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c31950 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update Versions.md

    Phaze-III committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    61e8f29 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request opendata-stuttgart#987 from Phaze-III/piodepfix

    Fix reference to SSD1306 library. Rewrite other external dependencies as author/libname
    ricki-z authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c41afae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    319ab43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1083a42 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Update intl_sk.h

    Fixed typo in string
    jurajbelobrad authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    dce068d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

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

Commits on Jan 11, 2024

  1. Create intl_br.h

    Including translation to PT-BR
    xanymorex authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b45d62d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    315374f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838865e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Replace DST Root CA X3 with ISRG Root X1

      The LetsEncrypt DST Root CA X3 expired in 2021 and was replaced
      with the ISRG Root X1 CA. The DST Root CA X3 was still a working
      trust anchor but the ISRG Root X1 CA is the preferred one and
      should be good until 2035.
    Phaze-III committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    36dc9d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    9761fc9 View commit details
    Browse the repository at this point in the history
  2. Version 2023 -> 2024

    Phaze-III committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    096b1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f72dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d4ab83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd921cb View commit details
    Browse the repository at this point in the history
  6. Update intl_sk.h

    Fixed typo in string
    jurajbelobrad authored and Phaze-III committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d9f338c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfb85b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d6a6b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. platformio.ini: change setting of compiler optimization

    - Disable default -Os optimization for size
    - Set -O3 explictly in build_flags
    
    This gives a well performing binary for this particular codebase.
    Can be tweaked depending on the performance of the resulting builds.
    Phaze-III committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bc1cca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215ad27 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 29, 2024

  1. Merge pull request opendata-stuttgart#960 from Tiefseetauchner/beta

    Fixed Str2F conversion error in Offsetcalculation
    ricki-z authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3f5a306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendata-stuttgart#972 from gregaw/beta

    Translated the `source layout` section from German.
    ricki-z authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1416826 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendata-stuttgart#1004 from modem-man-gmx/beta

    patch to re-enable the ability to use WiFi with no password, like freifunk routers use to use.
    ricki-z authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    06d0e80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendata-stuttgart#1019 from opendata-stuttgart/be…

    …ta-sen5x
    
    Add Sensirion SEN5x to Beta
    ricki-z authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    04186cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendata-stuttgart#1015 from Phaze-III/fix/isrg-ro…

    …ot-x1
    
    Replace DST Root CA X3 with ISRG Root X1
    ricki-z authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9dc77cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a93e78 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    9810b55 View commit details
    Browse the repository at this point in the history
  2. Revert "first parts of SCD30 calibration" due to missing defines so b…

    …inaries can be built
    
    This reverts commit 4a93e78.
    Phaze-III committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    27ae293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ce44f View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendata-stuttgart#1017 from Phaze-III/beta-updates

    beta updates with various bugfixes and stability improvements
    ricki-z authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7394484 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 3, 2024

  1. Revert "Merge pull request opendata-stuttgart#1019 from opendata-stut…

    …tgart/beta-sen5x"
    
    This reverts commit 04186cf, reversing
    changes made to 06d0e80.
    
    This only reverts the SEN5X specific code. Other changes (mainly
    language fixes) are kept. The [env:d1_mini] in platformio.ini is also
    reverted to prevent overwriting the nodemcuv2_fr build in build runs.
    Phaze-III committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5a67d5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendata-stuttgart#1022 from Phaze-III/feature/rev…

    …ert-beta-sen5x-part-of-pr1019
    
    Revert "Merge pull request opendata-stuttgart#1019 from opendata-stuttgart/beta-sen5x", removing SEN5X code for now
    ricki-z authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    13e17e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    f624042 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendata-stuttgart#1023 from Phaze-III/fix/minor-i…

    …ntl-fixes
    
    Add missing whitespace and PROGMEM declarations
    ricki-z authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    31f9b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Update intl_cz.h

    ricki-z committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6ad7505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b8b95 View commit details
    Browse the repository at this point in the history
  3. Set new version

    ricki-z committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3c4b86a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe4ec5b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    51e4d1c View commit details
    Browse the repository at this point in the history
  2. mem info for latest build

    ricki-z committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    793de35 View commit details
    Browse the repository at this point in the history
  3. setting better defaults

    Sensor.Community API, Madavi API and Auto Updates are enabled by default for first config.
    ricki-z committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    944c7f8 View commit details
    Browse the repository at this point in the history
  4. new number for beta branch

    ricki-z committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a6b7222 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Re-activate SENS5X code after sync with latest beta

    This is a reapply of "Merge pull request opendata-stuttgart#1019 from opendata-stuttgart/beta-sen5x"
    This reverts commit 5a67d5d.
    
    This revert-of-the-previous-revert creates a single commit to add
    all SEN5X code to the latest beta-branch. Changes in this branch after
    this commit can again be merged into beta.
    Phaze-III committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1911f52 View commit details
    Browse the repository at this point in the history
  2. platformio: Use platform version 3.2.0 reflecting Arduino core 3.0.2

    This reverts the downgrade to core 2.7.4 and related compiler options.
    
    This will break OTA updates
    
    This reverts commits 78c6c94,
                         d1b8aad,
                         b2e4d26.
    Phaze-III committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3681b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57692ab View commit details
    Browse the repository at this point in the history
  4. platformio: use -O2 optimization for this particular code base build

    Needed to get a decent performance
    Phaze-III committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d1d29d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52029ba View commit details
    Browse the repository at this point in the history