diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-02-03 07:56:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 07:56:59 -0500 |
| commit | cd616f63932632b27d8fd7cbf40d7b3f49f5a4dc (patch) | |
| tree | 40f7432927a5235f71dbb5c4d44e2e73a3afaec6 /locale/circuitpython.pot | |
| parent | 9140bfb5b26dd78203160de344a5b08e3a63e027 (diff) | |
| parent | 4eb396806c9423d43ba1ac2d4601737f03ce7ede (diff) | |
Merge pull request #4118 from BiffoBear/Clarified-I2C-init-error-msg-take-2
Clarified i2 c init error msg take 2
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 4a43759a7..529bc6d52 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1535,6 +1535,12 @@ msgstr "" msgid "No out in program" msgstr "" +#: ports/atmel-samd/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/I2C.c +#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c +#: ports/raspberrypi/common-hal/busio/I2C.c +msgid "No pull up found on SDA or SCL; check your wiring" +msgstr "" + #: shared-module/touchio/TouchIn.c msgid "No pulldown on pin; 1Mohm recommended" msgstr "" @@ -1866,12 +1872,6 @@ msgstr "" msgid "SD card CSD format not supported" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/I2C.c -#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c -#: ports/raspberrypi/common-hal/busio/I2C.c -msgid "SDA or SCL needs a pull up" -msgstr "" - #: ports/stm/common-hal/sdioio/SDCard.c #, c-format msgid "SDIO GetCardInfo Error %d" |
