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

Add 'downloadOTA' command to download OTA file and verify length/CRC #124

Merged
merged 4 commits into from
Aug 6, 2020

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    1efcc58 View commit details
    Browse the repository at this point in the history
  2. Bugfix: When only one param is sent, the total length field is not se…

    …nd, to the overhead bytes are 5 instead of 6
    aentinger committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6956ea9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    2c4518c View commit details
    Browse the repository at this point in the history
  2. Allow to retrieve the error code from the nina module that happend du…

    …ring OTA download:
    
      typedef enum OTA_Error {
        ERR_NO_ERROR = 0,
        ERR_OPEN     = 1,
        ERR_LENGTH   = 2,
        ERR_CRC      = 3,
        ERR_RENAME   = 4,
      };
    aentinger committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ee28a21 View commit details
    Browse the repository at this point in the history