Harish Anbalagan
Harish Anbalagan
Facing the same problem.
> I also facing this issue, did you find out the solution? > Not yet
https://github.com/CSEKINGS/Pyrebase Use this fork as alternative
> I'm a newb at all of this. Just made my github account today. > Anyway, I did `git clone https://github.com/di3online/MT7601.git` > > And `cd MT7601` > Now what do...
> @nevi-me @CodingAleCR am about to give this a try. > > How did you guys go with your projects? If you don't mind, Can you post your results/findings here?
Happens to me also. ``` I/Choreographer( 5736): Skipped 33 frames! The application may be doing too much work on its main thread. D/QueuedWork( 5736): waited: [
> Hey can you let me know what's the platform and OS was this issue you faced in? +1
Have you tried running on a Physical device?
I have solved this issue ``` const String RED = '\u001b[31m'; const String GREEN = '\u001b[32m'; const String YELLOW = '\u001b[33m'; const String BLUE = '\u001b[34m'; const String RESET =...
> `'\u001b[31m'` is the 3bit color for ansi and the package uses 8bit color. This library was written a very long time ago; but I'm happy to take PRs. I'll...