Skip to content

Fix issue #207, esp8266 file operations problems#222

Merged
dhalbert merged 1 commit into
adafruit:masterfrom
dhalbert:issue_207_esp8266_file_ops
Sep 1, 2017
Merged

Fix issue #207, esp8266 file operations problems#222
dhalbert merged 1 commit into
adafruit:masterfrom
dhalbert:issue_207_esp8266_file_ops

Conversation

@dhalbert
Copy link
Copy Markdown
Collaborator

@dhalbert dhalbert commented Sep 1, 2017

The frozen module _boot.py was not being loaded on restart
because pyexec_frozen_module() did not know about the new .frozen
pseudo-directory. Updated lower-level routine to look in the right place.
Also made ".frozen" and related values be #defines.

The frozen module `_boot.py` was not being loaded on restart
because `pyexec_frozen_module()` did not know about the new `.frozen`
pseudo-directory. Updated lower-level routine to look in the right place.
Also made ".frozen" and related values be `#define`s.
@dhalbert dhalbert requested a review from tannewt September 1, 2017 19:47
@dhalbert dhalbert added this to the 2.0 milestone Sep 1, 2017
Copy link
Copy Markdown
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really good Dan! Thanks for fixing this!

@dhalbert dhalbert merged commit a0d0b27 into adafruit:master Sep 1, 2017
@dhalbert dhalbert deleted the issue_207_esp8266_file_ops branch September 1, 2017 20:12
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