Will Segatto

Results 7 comments of Will Segatto

> @timg236 This issue seems to have similar problems, should I try the solution given by @pelwell? > #1266 That solution did not work for me. I'm having the same...

You are not alone. The main thing I see is that I don't get the 4 green flashes when I have only the power plugged. Not sure the bootloader versions...

OMG OMG OMG! I got somewhere! I just copied over the files in my boot FAT32 partition with the ones I got from this website: [https://github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) (download the ZIP, grab...

Same as #5268 and still bugging me. :(

Hi @tegeek1445, I'm using native eth0 statistics of my linux box. For the other parameters I'm running bash or python scripts to write out to a TXT not to overload...

Oh, and the panel now looks like this: ![image](https://user-images.githubusercontent.com/35738729/151995679-c0664c8a-5607-45d4-ba51-64572bd23490.png)

Better yet, @MichaIng, if you want decimal places with the 'int' function: int($1/1000) --> No decimal places int($1/100)/10 --> 1 decimal place int($1/10)/100 --> 2 decimal places Why do you...