diff options
| author | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-21 13:54:19 -0600 |
|---|---|---|
| committer | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-21 13:54:19 -0600 |
| commit | 1f6cd496c7b547d7ec25b11184c9dda25de1d541 (patch) | |
| tree | 76d93b0e9e993f24e5a74f9fef161bf96ac20613 /locale/circuitpython.pot | |
| parent | 672d0e27a3a2ab9c0abcceb4b23df1db687834f4 (diff) | |
1. check enabled before scan; 2. make start-station() the single control point for esp_wifi_set_mode()
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index ab404ca00..5d870f30f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -564,10 +564,6 @@ msgstr "" msgid "Can only alarm on two low pins from deep sleep." msgstr "" -#: ports/esp32s2/common-hal/wifi/Radio.c -msgid "Can't connect when wifi is not enabled" -msgstr "" - #: ports/nrf/common-hal/_bleio/Characteristic.c msgid "Can't set CCCD on local Characteristic" msgstr "" @@ -3910,6 +3906,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 "" |
