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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp8266
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-05-17
esp8266/modnetwork: Raise ValueError when getting invalid WLAN id.
Damien George
2018-05-17
esp8266/modnetwork: Return empty str for hostname if STA is inactive.
Damien George
2018-05-03
esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.
Lars Kellogg-Stedman
2018-05-01
esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.
Lars Kellogg-Stedman
2018-02-26
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
Damien George
2017-12-04
esp8266/modnetwork: Make sure to intern string passed to .config("param").
Paul Sokolovsky
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-09
esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George