Skip to content

esp8266: fix "uos" includes in the boot process#174

Merged
tannewt merged 1 commit into
adafruit:masterfrom
girtsf:fix-uos
Jul 23, 2017
Merged

esp8266: fix "uos" includes in the boot process#174
tannewt merged 1 commit into
adafruit:masterfrom
girtsf:fix-uos

Conversation

@girtsf
Copy link
Copy Markdown

@girtsf girtsf commented Jul 22, 2017

This fixes an exception coming from _boot.py during startup and enables the default startup behavior to happen.

The only remaining uos include is in webrepl module, but it needs uos.dupterm_notify which wasn't ported to the new shared os module.

Fix couple places in startup scripts that still had "import uos". This
would cause an exception when _boot.py was executed during startup.
@tannewt
Copy link
Copy Markdown
Member

tannewt commented Jul 23, 2017

Thank you so much for this fix!

@tannewt tannewt merged commit af1ede9 into adafruit:master Jul 23, 2017
@tannewt
Copy link
Copy Markdown
Member

tannewt commented Aug 7, 2017

FYI, I've introduce a multiterminal module for the dupterm stuff and updated webrepl in 6ace744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants