NEW VERSION: OmniaManager
Omnia Remote OS
-
python packages:
pip3 install -r requirements.txt
-
Arial font (take a look also here):
sudo apt-get install ttf-mscorefonts-installer sudo fc-cache fc-match Arial
-
On the ESP32, you must install the
uasyncio
library (take a look also here):import upip upip.install('micropython-uasyncio') upip.install('micropython-uasyncio.synchro') upip.install('micropython-uasyncio.queues')