-
Notifications
You must be signed in to change notification settings - Fork 115
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
Building firmware image, including this library, issue on pycom #53
Comments
Note it could also be a partition size problem, just realised this. Maybe I try a simple program with the websrv and see if that compiles ok. The FiPy is meant to have 8MB Flash, and my program is 1.6MB so should be no issue... |
It was the partition problem, I've extended the partition and it works. So your code is all good! Thank you |
👍 |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… Closed #53 <#53>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAegLER2pXhEVxB2BN1iCB4yniu4eu59ks5vPh3kgaJpZM4bGdyo>
.
--
*Sincèrement,*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I successfully use the POST/GET services from your libraries on a FiPy board (ESP32) when it's uploaded the normal way. It works great, loads webpages from SD, allows me to configure settings in the device and save them back to a config file, all good.
The problem is when I compile the 3 libraries along with the fipy firmware (i've done this successfully many times) I get a check_sum error and the FiPy won't start. I remove the 3 library files and all good, it works again.
Maybe a problem with the compiler and how it 'freezes' .py files, I just don't know why this is happening. For no I will try and load these libraries on the SD card as a work around.
The text was updated successfully, but these errors were encountered: