Hi,
I'm looking to control my KVM with macros, and it's very fussy about HID so this looks perfect, I've got my esp32 connected, but immediately after connection is fails to transmit the keep alive packages
Connected

Failure

The only material thing I changed from the example is I had to cast the time, I don't know enough about C++ to know if that's a deal breaker or not, but with out it I got the compile error below

error: invalid conversion from 'long unsigned int ()()' to 'uint32_t ()()' {aka 'unsigned int (*)()'} [-fpermissive]
the firmware is 012.010.00032
and the MCU is the lillygo t display s3 amoled
Is there any logs or hints you could point me at to see why this is misbehaving?
Cheers!
Hi,
I'm looking to control my KVM with macros, and it's very fussy about HID so this looks perfect, I've got my esp32 connected, but immediately after connection is fails to transmit the keep alive packages
Connected

Failure

The only material thing I changed from the example is I had to cast the time, I don't know enough about C++ to know if that's a deal breaker or not, but with out it I got the compile error below

error: invalid conversion from 'long unsigned int ()()' to 'uint32_t ()()' {aka 'unsigned int (*)()'} [-fpermissive]
the firmware is 012.010.00032
and the MCU is the lillygo t display s3 amoled
Is there any logs or hints you could point me at to see why this is misbehaving?
Cheers!