Skip to content
Discussion options

You must be logged in to vote

On esp32, esp8266 and rp2; /lib is added to sys.path during firmware initialisation (in main.c). It seems that is not universally true for all ports, so you could add it in your main.py: import sys; sys.path.append("/lib").

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@gagagagawa
Comment options

Comment options

mattytrentini
Aug 29, 2023
Collaborator Sponsor

You must be logged in to vote
3 replies
@gagagagawa
Comment options

@glenn20
Comment options

Answer selected by gagagagawa
@gagagagawa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants