thelsing
thelsing
Its hard to say what the problem is. You probably have compare the telegrams ETS sends and receives with the one the devices sends and recieves. People were having issues...
I added more logging in the devel branch. If you set the ApplicationLayer Logger to Info you should be able to spot the difference between ets monitor and the telegrams...
I have no Idea, what the problem could be. I would try to add more output in the Memory class and the flash methods of the RP2040 platform. The save...
Thank you for you the analysis. As the root cause is solved. I'll close this issue.
Merged. Thank you for the contribution.
Without seeing any code it's hard to say. Can you try to build the knx-demo example first? According to github action CI it compiles fine for esp32. If you have...
No further reply: Closing.
The fist step would be to just be able to remove stuff locally and be able to import/export the setting. Transfering to client is currently out of scope. I only...
It should be pretty easy to implement. Just create a new subclass of the Platform and implement the methods.
lwjgl had some issues on macos when I started with libgdx. The jogl backend was removed back then, because lwjgl could do everything jogl could do, until macos changed. But...