diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 23:11:49 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 23:11:49 +0300 |
commit | fdf45a718bcce840d4f824736401e7fe04f2448d (patch) | |
tree | dd0fb718a79554a23e9da4b11272361104caccee | |
parent | c4ab8895e8c0ce02198a6ffdf1cb7254fed0462e (diff) | |
download | micropython-fdf45a718bcce840d4f824736401e7fe04f2448d.tar.gz micropython-fdf45a718bcce840d4f824736401e7fe04f2448d.zip |
esp8266/quickref: Use local image of Adafruit Huzzah board.
Using remote image causes problems with tools (partly because the image
is semi-firewalled and can't be accessed by arbitrary tools).
-rw-r--r-- | docs/esp8266/img/adafruit_products_pinoutstop.jpg | bin | 0 -> 79455 bytes | |||
-rw-r--r-- | docs/esp8266/quickref.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/img/adafruit_products_pinoutstop.jpg b/docs/esp8266/img/adafruit_products_pinoutstop.jpg Binary files differnew file mode 100644 index 0000000000..655e27aee3 --- /dev/null +++ b/docs/esp8266/img/adafruit_products_pinoutstop.jpg diff --git a/docs/esp8266/quickref.rst b/docs/esp8266/quickref.rst index 7b246a65e1..3dbc44c56e 100644 --- a/docs/esp8266/quickref.rst +++ b/docs/esp8266/quickref.rst @@ -3,7 +3,7 @@ Quick reference for the ESP8266 =============================== -.. image:: https://learn.adafruit.com/system/assets/assets/000/028/689/medium640/adafruit_products_pinoutstop.jpg +.. image:: img/adafruit_products_pinoutstop.jpg :alt: Adafruit Feather HUZZAH board :width: 640px |