Search found 3 matches

by blakev
Tue Oct 30, 2018 7:22 pm
Forum: ESP8266 boards
Topic: Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load
Replies: 13
Views: 7728

Re: Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load

They're just never "picked up" if you create your own firmware build.

They're on the file system but never ran.
by blakev
Sat Aug 11, 2018 9:11 pm
Forum: ESP8266 boards
Topic: Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load
Replies: 13
Views: 7728

Re: Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load

I didn't freeze them, and I did change them to minimal print statements only....they're just never picked up and ran.
by blakev
Fri Aug 10, 2018 1:55 am
Forum: ESP8266 boards
Topic: Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load
Replies: 13
Views: 7728

Custom modules in v1.9.4-443 firmware now boot.py and main.py won't load

I was running into some memory issues so I added a couple of my modules to `/modules` before creating a custom firmware. Flashing and running into the REPL via serial works just fine. However, I'm no longer able to run a `boot.py` or a `main.py` My custom modules are there, and they work as expected...