Skip to content

File UpdateUtil.cpp

FileList > arduino > libraries > common > Update > UpdateUtil.cpp

Go to the source code of this file.

  • #include "Update.h"
  • #include <utility>
  • #include <fal.h>

Public Static Attributes

Type Name
const char * errArdText = = {
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
"Bad Size Given",
"Stream Read Timeout",
"MD5 Check Failed",
nullptr,
"Could Not Activate The Firmware",
nullptr,
"Bad Argument",
"Aborted",
}
const char * errUf2Text = = {
nullptr,
nullptr,
"Bad Magic Number",
"Bad Family ID",
"Missing Header",
"Old OTA Format Found",
"Image Not Applicable",
"Partition Not Found",
"Partition Info Invalid",
"Partition Info Missing",
"Block Data Too Long",
"Bad Block Sequence Number",
"Flash Erase Failed",
"Flash Write Failed",
"Write Failed Length",
"Partition Write-Protected",
"Memory Alloc Failed",
}
char errorStr

Public Static Attributes Documentation

variable errArdText

const char* errArdText[];

variable errUf2Text

const char* errUf2Text[];

variable errorStr

char errorStr[14];

The documentation for this class was generated from the following file cores/common/arduino/libraries/common/Update/UpdateUtil.cpp