netmindz

Results 247 comments of netmindz

> > What you might expect the behaviour of extends and what actually happens in platformio are very different things. This is why I said how you still need to...

> > > How do you intend to handle inter-module dependencies? Not all modules can be built in isolation. `PWM_fan` is a good example - it depends on certain other...

Not had chance to test, but the code changes are looking much more compact :)

I like the general idea, however at the moment it's very in depth and only for 2 possible chipsets. I would say USB Serial is very well supported in most...

@harueg we now have dmx in as a core feature, this is just about a UI bug where we are not enabled and disabling certain ui elements

That's where I've stumbled a bit to be honest @w00000dy If you use on of the automated tools to help build a clang file against current code then you get...

Thank you @w00000dy for your comments, this is my first time using clang and I'm not a C++ developer I am very grateful for input from those with experience. I'll...

So - the genuine top panels actually respond to every FA message with an FB, but most of the time this is just an IDLE message - more details here...

This is the version of the code that should give telnet logging of all the messages, including the FB commands sent by your own panel if I remember correctly https://github.com/netmindz/balboa_GL_ML_spa_control/tree/v0.0.9-readonly

You can just read the raw stream of serial data too using RS485 to USB adapter and view data as hex, then look for the FA and FB sequences within...