Gábor

Results 103 comments of Gábor

maybe it started before your interface has IP address in case of using DHCP

https://github.com/g4klx/MMDVMHost/issues/600

https://unix.stackexchange.com/a/118790/401986

> I don't think FM support is available to ArduinoDue board, correct me if I'm wrong. Why?

you have to update MMDVM (arduino) to the latest master

dialogsTextFg: windowBg; // chat list message text dialogsTextFgOver: dialogsBgOver; // chat list message text with mouse over

setFrequency calls TC_Configure which disables clock and interrupts. Although interrupts are re-enabled by setFrequency later, the clock is still disabled which can be enabled by TC_Start.

Don't use print in ISR. You could increase counters in ISRs and print their values in the loop. Please close this issue as it is invalid.