-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to LittleFS for ESP8266 #47
Comments
According to the esp8266 core docs this may depend on whether the Anavi board can support LittleFS - and would need more information provided about how to rebuild the filesystem if a board was re-flashed. |
Hi @andypiper, Thank you for pointing out this warning and the recommendation for moving on to LittleFS. The thermometer is using Ai Thinker ESP-12E ESP8266 module with 4MB SPI flash memory so I expect it should be capable of supporting LittleFS. Thanks, |
Cool, good to know - thanks! I'll have a look at this. (also, I've flashed the sketch successfully now on Arduino IDE 2.0 from an M1 Mac - it looks like this has refreshed the software on the board, since initially it was not working with the |
That actually makes sense because the boards are provided to distributors with the latest firmware as of the moment when they are shipped to them but by the time they are purchased by individuals from the distributor there might be a new firmware version. Btw I am happy to hear the dev workflow works with Arduino IDE 2.0 on an M1 Mac :) Thanks, |
I sent a couple of PRs, and I'll do some more testing and look up refreshing to LittleFS when I have some more time. Thank you! |
Has the bug where over a long period of time, the temperature reading goes
to 32 degrees (F), and stays there?
Thanks!
--Mark
…On Fri, Dec 17, 2021 at 7:36 PM Andy Piper ***@***.***> wrote:
I sent a couple of PRs, and I'll do some more testing and look up
refreshing to LittleFS when I have some more time. Thank you!
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMT7APWGQTGEUSGJMYUKSRTURPJPVANCNFSM5KIUSQEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have not seen that, what is “a long period of time”? I only had the sensors drop to zero (C, aka 32F) once, when I reflashed the board, and restarting it resolved that. Did you previously open this as an issue? Maybe reopen or log this as a separate bug to this discussion :-) I can try to reproduce. |
Compiling against the current version of the libraries and Generic 8266 board support, results in these warnings:
These are only warnings, but it looks like LittleFS is the way to go for future compatibility.
The text was updated successfully, but these errors were encountered: