diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-26 19:46:03 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-26 19:46:03 +0200 |
commit | 02e2780d233c2d73fcbd32a2a970d5a6f3696224 (patch) | |
tree | 2e0e008622b22f921857e297197836c8f563365a /slides/images | |
parent | 4c9176f3a07ea8c10301e08f659e3781f69d7a7c (diff) | |
download | iot-workshop-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.gz iot-workshop-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.bz2 iot-workshop-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.xz iot-workshop-02e2780d233c2d73fcbd32a2a970d5a6f3696224.zip |
wip
Diffstat (limited to 'slides/images')
-rw-r--r-- | slides/images/nodemcu.pgf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slides/images/nodemcu.pgf b/slides/images/nodemcu.pgf index 3ea9af0..f1a6f3b 100644 --- a/slides/images/nodemcu.pgf +++ b/slides/images/nodemcu.pgf @@ -1,13 +1,13 @@ \begin{tikzpicture} \path - (0, 0) node(flash)[draw, rectangle, + (0, 0) node(flash)[draw, rectangle, minimum height=1cm, minimum width=2cm] {Flash} - (0, 1.5) node(esp8266)[draw, rectangle, + (0, 1.5) node(esp8266)[draw, rectangle, minimum height=1cm, minimum width=2cm] {ESP8266} - (3.5, 1.5) node(cp201x)[draw, rectangle, + (3.5, 1.5) node(cp201x)[draw, rectangle, minimum height=0.75cm, minimum width=1cm] {CP201x} |