FusedForm
Results
1
comments of
FusedForm
Hello, just solving this same issue. It seems to be solved adding a delay in the HW_init function Delay_ms(1500) in here: Delay_init(); Delay_ms(1500); // new delay It seems that the...