SM177Y
SM177Y
I hope so... If not, someone should fork it and make the fixes. Looking like a lot of issues being raised and no responses.
> I've started taking in some of the more high-priority issues in my fork: https://github.com/dcorbe/termui-dpc > > Admittedly, I'm a rank amateur. But I'd love to do what I can...
> @go-hacks Thanks! I'll take a look at your PR as soon as possible. I'm aware that I need to get my fork out of @gizak's namespace. I'll be working...
I'm not sure. I made a few things with it a while ago but it seemed like issues weren't being fixed so probably not. I did find a workaround for...
Impressive. I use tmobile as well but just as a hotspot on my phone. I've played with LTE raspi modules before though. This gomo is very interesting :) Thanks for...
right on... after reviewing some of this code again, I believe the main thing I fixed was the percentage bar not loading right after the bar hit the numbers. I...
Change line 52 of gauge.go to ``` style.Bg = self.BarColor ``` this seems to give the desired result. I was unable to find a bit modifier that did what was...