Joshua Scoggins

Results 8 comments of Joshua Scoggins

So this is really strange, I tried to reproduce this but I can only do so when link time optimization is turned _off_. But in the original post it is...

No worries, I'll pull the nullptr checks out. If you're planning to redo how the svgs are processed then I am all for it. There is a lot of string...

If you're going to use this rust library (glad it has a C-API) then is the plan to require a rust compiler as well?

I'll reopen this for now since I've fully read #3589.

I'll look into this but no promises, this issue has added so much time to some of my projects. Odd that it doesn't affect PCB trace widths though...

It looks like the MegaCoreX does not place Client and IPAddress classes in the arduino namespace. This is the cause of the error. arduino-modbus assumes that these two classes are...

It requires modification to MegaCoreX as the simplest way forward. Otherwise, you will run into issues if you ever clear your library cache in platformio or arduino. Let me see...

I was able to fix the issue with minimal modifications to the MegaCoreX library. I'll make a pull request for this.