diff options
author | Josef Gajdusek <atx@atx.name> | 2015-05-06 00:19:26 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-06 22:04:20 +0100 |
commit | bda7041294e0446c9909fe18c4826dd0bcfb9fc4 (patch) | |
tree | f98222f3ca7bfc3817a9a272fa9cbdeb9f5a71b4 /esp8266/scripts/main.py | |
parent | d39d96b70045d82f207f9bb8d1908aeb40b75b7c (diff) | |
download | micropython-bda7041294e0446c9909fe18c4826dd0bcfb9fc4.tar.gz micropython-bda7041294e0446c9909fe18c4826dd0bcfb9fc4.zip |
esp8266: Add support for frozen modules
Diffstat (limited to 'esp8266/scripts/main.py')
-rw-r--r-- | esp8266/scripts/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/scripts/main.py b/esp8266/scripts/main.py new file mode 100644 index 0000000000..83bc52a321 --- /dev/null +++ b/esp8266/scripts/main.py @@ -0,0 +1 @@ +# This script is run on boot |