index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
esp.rst
Age
Commit message (
Expand
)
Author
2017-06-27
docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-01-06
docs/library/esp: Remove para and add further warning about flash.
Damien George
2017-01-04
docs/library/esp: Document esp.set_native_code_location() function.
Damien George
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-04-15
docs/esp: Enumerate flash access functions.
Paul Sokolovsky
2016-04-03
docs: esp8266: esp.socket is deprecated, remove from docs.
Paul Sokolovsky
2016-03-27
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
Paul Sokolovsky
2016-03-27
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
Paul Sokolovsky
2016-03-27
docs/esp8266: phy_mode() moved to network module.
Paul Sokolovsky
2016-03-25
docs/esp: Remove getaddrinfo(), now in socket module as expected.
Paul Sokolovsky
2015-10-06
docs: Update esp8266 documentation to match the code.
Radomir Dopieralski
2015-06-17
esp8266: Updated documentation for scan() and moved to network
Bill Owens
2015-06-13
esp8266: Fix the documentation for esp.connect() and esp.disconnect()
Radomir Dopieralski
2015-05-30
docs: Document esp module for ESP8266.
Radomir Dopieralski