Avi B
Avi B
Hey @tablatronix is there anything that I should to in order to run the workflow or help get this merged in? Thanks in advance!
> Yeah sorry I was looking this over I have not used idf much I was not familiar with it either, but I found that Adafruit-GFX-Library has this file (https://github.com/adafruit/Adafruit-GFX-Library/blob/master/CMakeLists.txt)...
@letis009 You will need to clone this repo into your project's `components` directory (or add it as a git submodule `git submodule add https://github.com/tzapu/WiFiManager.git components/WiFiManager`). **After this pull requested is...
> So this is pretty innoculous? I can safely merge yhis without testing? I believe so. I've been using it extensively. Also many major projects have a similar file -...
"Size of files differs by 420 bytes ??" https://en.wikipedia.org/wiki/GUID_Partition_Table - the GPT header is 512 bytes (sector size), 92 of which are reserved, and then there's 420 bytes of "Reserved;...
FYI I've been playing around with [bzimage.go](https://github.com/u-root/u-root/blob/main/pkg/boot/bzimage/bzimage.go) and I've found a few things that I'll note down here before trying to figure out any fixes: Reference: https://www.kernel.org/doc/Documentation/x86/boot.txt There is a...
Okay, I lied in the comment above. There is indeed a 4 byte CRC32 checksum at the end of the file, but that's not what's causing the decompression to fail....
I think there are a few different issues here: 1) gpt.go has an assumption of 512 byte sectors. Ideally the code should be told the size of the sectors instead...
> This looks like a substantial improvement. Quick question, does it work on real hardware? I don't know about real hardware, but I can confirm that the issue described in...
Friendly ping @lathiat - is there any chance of cutting a new release which includes this (and other?) fixes? That way we can get the fixes upstreamed in Ubuntu, Fedora,...