<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/scripts, branch v1.8.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-05-30T16:16:05+00:00</updated>
<entry>
<title>esp8266/scripts/ntptime: Allow to override NTP server.</title>
<updated>2016-05-30T16:16:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-30T16:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=225562d915a9563f25225f9c8ec1764b2fbb3613'/>
<id>urn:sha1:225562d915a9563f25225f9c8ec1764b2fbb3613</id>
<content type='text'>
This is not part of public API, variable name may change, or it can be
replaced with a function.
</content>
</entry>
<entry>
<title>esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor.</title>
<updated>2016-05-26T16:13:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-26T16:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ebfe09fbd5e8ce00ae811aea1f2d84dfc73a577'/>
<id>urn:sha1:7ebfe09fbd5e8ce00ae811aea1f2d84dfc73a577</id>
<content type='text'>
TODO: should go in a more port-neutral place, like drivers/dht, but at the
moment in relies on specific esp module.
</content>
</entry>
<entry>
<title>esp8266/scripts/port_diag: Dump network interface IP settings.</title>
<updated>2016-05-23T22:27:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-23T22:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bc2ba6b2e3baabf256e9c7af7a57cc3c2d01c887'/>
<id>urn:sha1:bc2ba6b2e3baabf256e9c7af7a57cc3c2d01c887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Add APA102 serial individually controllable LEDs support.</title>
<updated>2016-05-19T19:29:11+00:00</updated>
<author>
<name>misterdanb</name>
<email>danb@hasi.it</email>
</author>
<published>2016-03-27T23:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0a08b4be1583aa7a4ef33d3b1b0aa6553732eca'/>
<id>urn:sha1:a0a08b4be1583aa7a4ef33d3b1b0aa6553732eca</id>
<content type='text'>
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
</content>
</entry>
<entry>
<title>esp8266/scripts/webrepl_setup: Add max password length check.</title>
<updated>2016-05-16T23:21:45+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-16T22:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=418faae8f7e1052e3a198ef7e69dff55deb7d141'/>
<id>urn:sha1:418faae8f7e1052e3a198ef7e69dff55deb7d141</id>
<content type='text'>
modwebrepl truncates password to 9 chars, and that led people to confusion.
</content>
</entry>
<entry>
<title>esp8266/scripts/webrepl_setup: Show password placeholder char.</title>
<updated>2016-05-16T21:01:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-16T21:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=21ec1fd8504eb9c50d09be67be396707c1be411e'/>
<id>urn:sha1:21ec1fd8504eb9c50d09be67be396707c1be411e</id>
<content type='text'>
That was the intent for the initial user setup, but didn't work before
due to lwIP issues. Enable now that they're fixed.
</content>
</entry>
<entry>
<title>esp8266/scripts/port_diag: Add network diagnostic output.</title>
<updated>2016-05-16T20:52:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-16T20:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7327d5f6f7831432795a89db2c5b82dd63056152'/>
<id>urn:sha1:7327d5f6f7831432795a89db2c5b82dd63056152</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/scripts/webrepl: Add start_foreground() method.</title>
<updated>2016-05-08T17:01:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-08T16:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13a1acc7e2d4d7ad9812be8769671b79bdf402dc'/>
<id>urn:sha1:13a1acc7e2d4d7ad9812be8769671b79bdf402dc</id>
<content type='text'>
Starts WebREPL server in foreground and waits for (single) connection.
</content>
</entry>
<entry>
<title>esp8266/scripts/webrepl: Add optional password argument to webrepl.start()</title>
<updated>2016-05-07T19:45:08+00:00</updated>
<author>
<name>Noah Rosamilia</name>
<email>ivoahivoah@gmail.com</email>
</author>
<published>2016-05-07T18:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2724bd4a94a3f75427bc2a287c88cbca69c49124'/>
<id>urn:sha1:2724bd4a94a3f75427bc2a287c88cbca69c49124</id>
<content type='text'>
This commit fixes issue #2045
</content>
</entry>
<entry>
<title>esp8266/scripts/: Add fill() to NeoPixel</title>
<updated>2016-05-07T18:15:33+00:00</updated>
<author>
<name>Mike Causer</name>
<email>mcauser@gmail.com</email>
</author>
<published>2016-05-06T07:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13d06a83e1c1f79bc9b1d627e7c0b02c59791304'/>
<id>urn:sha1:13d06a83e1c1f79bc9b1d627e7c0b02c59791304</id>
<content type='text'>
</content>
</entry>
</feed>
