How to add External Libraries - UIflow - Micropyton - Websockets
- 
					
					
					
					
Hello I want to use external libraries ... for setting up a websocket connection...
I have UIflow installed ... and dont know how to import external libraries for the m5stack ... i need a tutorial or smth
 - 
					
					
					
					
Copy the lib.py file to /flash and then use the execute block with import lib in the Setup section of the flow
 - 
					
					
					
					
 - 
					
					
					
					
Were you able to get websockets working with uiflow?
 - 
					
					
					
					
@pkayme
You should use microPython to import external libraries - 
					
					
					
					
I would be interested in the opposite way. How can I use the M5 library with the original micropython. "import M5" doesn't work.
thank you