diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-08-14 11:14:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 11:14:36 -0400 |
| commit | 98469322b7d35748f0f2cb03cc5bd4d470ea6339 (patch) | |
| tree | 3c3c5cd9a398c6d2bcce3aaa7ddf639eeb19601e /locale/circuitpython.pot | |
| parent | a28d0f6c80804a155a1b05a667f9079411b33c5a (diff) | |
| parent | e81fa3d1818a5e2548f17b0613b20882c3e6eb0c (diff) | |
Merge pull request #3276 from xiongyihui/main
support to change ble mac address
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 32b5df5ee..a1b286e2e 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-11 15:37-0500\n" +"POT-Creation-Date: 2020-08-14 09:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -641,6 +641,10 @@ msgstr "" msgid "Could not restart PWM" msgstr "" +#: shared-bindings/_bleio/Adapter.c +msgid "Could not set address" +msgstr "" + #: ports/stm/common-hal/pulseio/PWMOut.c msgid "Could not start PWM" msgstr "" |
