Update this code for the latest Espruino firmware #7445
Replies: 1 comment
-
Posted at 2021-08-10 by BullzLabz And this is the code : The config file :
And the code of project :
Posted at 2021-08-11 by @gfwilliams What's wrong with the old code? Does it just 'not work', or are there errors? Posted at 2021-08-12 by BullzLabz Hi @gfwilliams, With the last firmware version, this is the screenshots result for the config file, and for the project code (2nd file). Attachments: Posted at 2021-08-12 by @gfwilliams I don't actually see any real errors there. I wonder whether the warnings come from Bluetooth being enabled? I'm not sure though. Does it just 'not work' on 2v09 then? Or what isn't working that should be? Posted at 2021-08-12 by BullzLabz @gfwilliams, When I download the configuration file (1st file), "flash mode" without problem but this error is displayed:
Then after the reset, the config is present. But when I try to upload in RAM the second file, the sending stops before the end and impossible to save it!
Posted at 2021-08-12 by @MaBecker
ESP32 firmware still has some debug infos output as warnings which can be ignored
This can happen when the upload has code that are not in function because they are executed immediately. Posted at 2021-08-13 by @gfwilliams I think the issue is that both files should be uploaded to RAM. By uploading the fist to flash you're making it erase the 'FlashFS' literally every time the device boots, which causes the hang. Manually enter |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-08-10 by BullzLabz
Hello,
I'm new in the Espruino universe, but I'm learning very quickly ;) and I would like to update the code of this project so that it can work with the latest Espruino firmware.
Currently, after performing several tests, the code of this project only works with the 1v95 version, which will admit it to you and the oldest firmware and I would like to enjoy all the improvements that have been brought since.
• Project Page and Instructions
• Github Page of the project
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions