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
/
esp32s2
/
common-hal
/
wifi
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-07
restore install/delete for i2c driver
Dan Halbert
2021-01-21
1. check enabled before scan; 2. make start-station() the single control poin...
anecdata
2021-01-18
fix case of connecting when wifi is stopped
anecdata
2021-01-17
check connected before connecting
anecdata
2021-01-13
Rename to match WIFI_REASON. Also return specific reason code.
anecdata
2021-01-13
Retry on all disconnect reasons other than: 2 exception reasons & 1 manual di...
anecdata
2021-01-10
Update ports/esp32s2/common-hal/wifi/Network.c
BennyE
2021-01-07
Updated code as per helpful suggestion
BennyE
2021-01-06
Adding authmode keyword
BennyE
2021-01-06
Merge pull request #3903 from anecdata/reasons
Scott Shawcroft
2021-01-05
change ESP_EARLY_LOG* to ESP_LOG* throughout event_handler
anecdata
2020-12-30
see what we're missing
anecdata
2020-12-30
remove unneeded set_config (wrong param; called in connect anyway)
anecdata
2020-12-28
Merge pull request #3868 from BennyE/wifi-enhancement-countrycode
Scott Shawcroft
2020-12-24
Updating comment to reflect feedback of espressif from IDFGH-4486 -> works co...
BennyE
2020-12-24
implementing suggested changes
BennyE
2020-12-23
Remove debug log messages
BennyE
2020-12-22
more fixes and still with debug
BennyE
2020-12-20
adding debug infos
BennyE
2020-12-13
add country(code) to wifi network objects)
BennyE
2020-12-12
Fix for issue 3663 by returning early if no scan was started before stop is i...
BennyE
2020-12-07
Merge pull request #3800 from BennyE/wifi-better-logs
Scott Shawcroft
2020-12-07
Include wifi.radio singleton in gc
Dan Halbert
2020-12-06
debug log for wifi scan, start stop
BennyE
2020-11-24
Update wifi.Radio.connect doc
Scott Shawcroft
2020-11-24
Merge pull request #3720 from tannewt/more_wifi_retry
Jeff Epler
2020-11-23
Merge pull request #3727 from BennyE/wifi-full-scan
Scott Shawcroft
2020-11-20
Update ports/esp32s2/common-hal/wifi/Radio.c
BennyE
2020-11-20
Let connect() choose strongest AP if channel and BSSID are not given
BennyE
2020-11-19
Choose best AP in range if no channel/bssid given
BennyE
2020-11-19
esp32s2: initialize event loop ane netif only once
Jeff Epler
2020-11-18
Retry connection when getting NOT_AUTHED
Scott Shawcroft
2020-11-18
esp32s2: don't delete the event loop
Jeff Epler
2020-11-17
Merge pull request #3689 from jepler/issue-3688
6.1.0-beta.0
Scott Shawcroft
2020-11-16
Set station mode early to avoid SoftAP on startup
BennyE
2020-11-12
esp32s2: wifi: fix several debug-build errors
Jeff Epler
2020-10-20
Change comment wording
Ryan T. Hamilton
2020-10-20
Reset sta_mode and ap_mode flags
Ryan T. Hamilton
2020-10-19
Merge pull request #3484 from astrobokonon/esp32s2-morenet
Scott Shawcroft
2020-10-17
Set sta_mode flag for actual use/checking
Ryan T. Hamilton
2020-10-15
Cleaned up and now testing
Ryan T. Hamilton
2020-10-15
Disable the long way and return an ap_info object
Ryan T. Hamilton
2020-10-14
Update wifi hostname method
microDev
2020-10-13
Add method to set custom hostname
microDev
2020-10-08
Merge branch 'main' of https://github.com/adafruit/circuitpython into esp32s2...
Ryan T. Hamilton
2020-10-06
Merge pull request #3492 from hierophect/esp32-update-idf
Scott Shawcroft
2020-10-06
Remove logging from shared-bindings, fix translations, revert config target m...
Lucian Copeland
2020-10-05
Merge branch 'main' into esp32-analogin
hierophect
2020-09-30
Change submodule, rework all includes
Lucian Copeland
[next]