diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-12-21 18:46:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 18:46:13 -0800 |
| commit | 6347a3fcdb75e30923689d0e7840f641c908578b (patch) | |
| tree | 5c12715d23740a8ac8b53751c318545636233dd9 /locale/circuitpython.pot | |
| parent | df8cba10682ad2a33a8ccb97350e82328be92bef (diff) | |
| parent | 4512290ba056122ed44aa85d80eead98f813c8d8 (diff) | |
Merge pull request #3812 from microDev1/ota-s2
Support for OTA update
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index d64cff185..e44892fc3 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -936,6 +936,10 @@ msgstr "" msgid "Filters too complex" msgstr "" +#: ports/esp32s2/common-hal/dualbank/__init__.c +msgid "Firmware image is invalid" +msgstr "" + #: ports/cxd56/common-hal/camera/Camera.c msgid "Format not supported" msgstr "" @@ -1983,6 +1987,10 @@ msgstr "" msgid "Unsupported pull value." msgstr "" +#: ports/esp32s2/common-hal/dualbank/__init__.c +msgid "Update Failed" +msgstr "" + #: ports/nrf/common-hal/_bleio/Characteristic.c #: ports/nrf/common-hal/_bleio/Descriptor.c msgid "Value length != required fixed length" @@ -3211,6 +3219,10 @@ msgstr "" msgid "offset is too large" msgstr "" +#: shared-bindings/dualbank/__init__.c +msgid "offset must be >= 0" +msgstr "" + #: py/objstr.c py/objstrunicode.c msgid "offset out of bounds" msgstr "" |
