Open
Description
Can we get the necessary python modules for connecting to the Arduino cloud merged as frozen bytecode in the u2f or .bin from the official micropython site for this board and any others officially supported? Having them as part of the standard build will help on saving resources (ram/heap).
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
iabdalkader commentedon Oct 5, 2023
All of the dependencies are frozen already in every board, except for the client itself. The problem with freezing the client is that it would require a pull-request to MicroPython, followed by a firmware update to get an update or fix.