File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,16 @@ From here, you have 3 main choices
5050* Daily firmware builds for 1024kb modules and above.
5151* Daily firmware builds for 512kb modules.
5252
53- The best bet is nearly always to go for the Stable firmware builds.
54- An exception to this though is if you have an ESP8266 module with only 512kb
55- of onboard storage. You can easily tell by trying to load a Stable firmware
56- build and if you get the error below, then you may have to use the Daily
57- firmware builds for 512kb modules.
58- WARNING: Unlikely to work as data goes beyond end of flash.
53+ If you just start with MicroPython, the best bet is to go for the Stable
54+ firmware builds. If you are advanced, experienced MicroPython ESP8266 user
55+ who would like to follow development closely and help with testing new
56+ features, there are daily builds (note: you actually may need some
57+ development experience, e.g. being ready to follow git history to know
58+ what new changes and features were introduced).
59+
60+ Support for 512kb modules is provided on a feature preview basis. For end
61+ users, it's recommended to use modules with flash of 1024kb or more. As
62+ such, only daily builds for 512kb modules are provided.
5963
6064Deploying the firmware
6165----------------------
You can’t perform that action at this time.
0 commit comments