mkinney

Results 121 comments of mkinney

I think using the `test_build_project_src = true` might be the way to go as described here https://docs.platformio.org/en/latest/plus/unit-testing.html However, I don't like this warning: ``` Please note that you will need...

This might give us code coverage: https://mber.dev/software/platformio-unit-test-coverage

Well, I must admit that if I get *one* failure, I don't consider that a failure. You got 5 failures, which is not good. What OS? Are both devices Heltec?...

See https://github.com/meshtastic/Meshtastic-python/pull/325 for some changes

After thinking about this for a bit, if we had this... we could do a soak-test where we run the same tests over and over until we see failure(s).

This should be fixed with https://github.com/pwaller/pyfiglet/pull/108

Ok to close? Looks resolved to me. (use a different console on windows)

I was able to successfully download using Torrent. Have you tried that?

This repo is an example of how you might do it: https://github.com/imartinez/privateGPT It was shared in the discord group earlier today.

Doesn't "bare metal" imply that there really is no OS, such as linux?