Olicorne
Olicorne
Thank you so much! I'll take a look monday
What lines are you referring to? What watch are you using? What firmware did you use?
I don't get it. The firmware in [this folder](https://github.com/jeffmer/TTGO-T-watch-2020-Micropython-OS/tree/master/firmware) is supposed to be 1.22 Where did you get the 1.21 version?
This might be related to [this issue](https://github.com/jeffmer/TTGO-T-watch-2020-Micropython-OS/issues/17#issuecomment-1838972681) I had when trying to update the firmware. I just fixed it for my case. Thank you for making me try again. Have...
Great to hear! By any chance, are you comfortable with C?
Hey. I too have a V3 and am super pumped (https://github.com/jeffmer/TTGO-T-watch-2020-Micropython-OS/issues/1#issuecomment-1574963539) about using microphone and audio on my watch. I somehow was not aware of the play_tone.py file so I...
Thanks a lot @DonvdH I've been trying for a while to get the microphone working. Would you be interested in trying to make it work? I kmow python but very...
> Saying that, I think the best approach to running waspos apps would be a compatibility lib which mapped waspos to tempos primitives rather than changing the tempos primitives. Noted....
I too am building cli utility and noticed that litellm was the main culprit for my slow startup time. Including [utility supposed to quickly listen to your voice](https://github.com/thiswillbeyourgithub/Quick-Whisper-Typer). I am...
Hi, I'm sorry I somehow missed your message. The answer is no, both are still slow: ``` ❯ time python -c "import litellm" python -c "import litellm" 4,49s user 1,00s...