diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-09-21 10:39:45 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-09-21 10:45:47 +0200 |
commit | e22985ee0f7585f0b458cafe692df74d4b994e45 (patch) | |
tree | 033f811484d25afb6ba09321d2bb8420aef623e6 /.gitmodules | |
parent | 21d21f1bec57591ddf10d401554dfe63f975603e (diff) | |
download | esp8266-io-board-e22985ee0f7585f0b458cafe692df74d4b994e45.tar.gz esp8266-io-board-e22985ee0f7585f0b458cafe692df74d4b994e45.tar.bz2 esp8266-io-board-e22985ee0f7585f0b458cafe692df74d4b994e45.tar.xz esp8266-io-board-e22985ee0f7585f0b458cafe692df74d4b994e45.zip |
o Changing the LED pullups to be connected to the battery instead of the 3.3 V regulated power supply. The power supply can only regulate 100 mA and the ESP8266 need about 80 mA when transmitting alone.HEADmaster
o Renaming the GERBER edge cut layer to gml instead, should be compliant with what Seeedstudio's Fusion service require.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b279d19..6d3ab4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "kicad-ESP8266"] path = kicad-ESP8266 url = https://github.com/jdunmire/kicad-ESP8266 +[submodule "trygvis-kicad-footprints.pretty"] + path = trygvis-kicad-footprints.pretty + url = trygvis.io:git/2016/09/trygvis-kicad-footprints.pretty.git |