diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-09-18 21:31:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 21:31:15 -0400 |
| commit | dfd09bba572b82bc6e6cd38cde600260efba6331 (patch) | |
| tree | f8c388cc16b8952845e788a7e0f23c1491717223 /locale | |
| parent | 8cf0171c061fb8297d137bcc85326af93caa553a (diff) | |
| parent | 1805e92038a16d5bada953bdf52b7ae99524f2fa (diff) | |
Merge pull request #3433 from astrobokonon/esp32s2-bssid
ESP32S2: Allow connecting to specific bssid
Diffstat (limited to 'locale')
| -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 8f6401d91..37212e241 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-09-11 13:30+0200\n" +"POT-Creation-Date: 2020-09-16 17:07-0700\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" @@ -960,6 +960,10 @@ msgstr "" msgid "Invalid BMP file" msgstr "" +#: shared-bindings/wifi/Radio.c +msgid "Invalid BSSID" +msgstr "" + #: ports/stm/common-hal/analogio/AnalogOut.c msgid "Invalid DAC pin supplied" msgstr "" |
