Matti Airas

Results 34 comments of Matti Airas

My freemem testing didn't just show a change around mid-October, it was the specific commit when the magnetometer code was included. The ESP32 toolchain uses a newer gcc version and...

@BjarneBitscrambler I'm aware of only the `filter` object but I haven't read through the code in detail.

OK, so this works a bit differently than I thought. I assumed the heading was provided by static HTML, but it's part of the JSON Editor, after all. Now I'm...

`SKEmitter` would need to be generalized to apply to any type of output SensESP might produce, e.g. NMEA 2000 PGNs or NMEA 0183 sentences. Likewise for SKOutput. They're at the...

I'd say it's not required. It'd make things cleaner, for sure, but definitely not required. You can write producers and consumers that implement your RS-485 communication. They could be either...

Sounds pretty great. I'm not much of a frontend developer, so my effort in that front tends to be bare minimum. 😁 As long as the flash use stays somewhat...

I wouldn't use the builder for that. Instead, how about some kind of inversion of control class that would allow the user to register new configuration objects. Like the resettables...

Not really required for the 2.0 release (because the change shouldn't be backwards-incompatible). Removing the label.

Hi, sorry for the delay on my behalf as well. Unfortunately, defining `USE_LIB_WEBSOCKET` is not enough: it does pull the correct includes but linking still fails because all cpp files...

Could this PR be considered for merging? At the moment I need to maintain a separate local fork to support my workflow, and it gets old soon... :-)