diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-22 05:48:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 05:48:18 -0500 |
| commit | ec8a42d7c9f2cf8d66d6a1b7d87f62cc4800f40a (patch) | |
| tree | a81a0c0c9a8c5f203ead2fa98f33bea42cdd69f0 /locale/circuitpython.pot | |
| parent | e3275be8b1ad28d0296733876cf119f134680e81 (diff) | |
| parent | f72c1474c50b8c3b3c3d5459df60bfcb63c1c057 (diff) | |
Merge pull request #4017 from anecdata/connect
ESP32-S2 wifi radio: check whether already connected before trying to connect
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 259cd34d4..3ffc31cc6 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -3930,6 +3930,10 @@ msgstr "" msgid "width must be greater than zero" msgstr "" +#: ports/esp32s2/common-hal/wifi/Radio.c +msgid "wifi is not enabled" +msgstr "" + #: shared-bindings/_bleio/Adapter.c msgid "window must be <= interval" msgstr "" |
