A small program doing nothing but
Serial.begin(57600); Serial.println("Jello Their!"); Serial.println(micros());
in setup() works fine on the minimOSD. But if I add similarly to osd_test trying to get some i/o going I don't get anything, yet I see that there is the same kinda thing going on in uploadFont(), is there something simple I am missing?
TIA
a7
A small program doing nothing but
Serial.begin(57600); Serial.println("Jello Their!"); Serial.println(micros());in setup() works fine on the minimOSD. But if I add similarly to osd_test trying to get some i/o going I don't get anything, yet I see that there is the same kinda thing going on in uploadFont(), is there something simple I am missing?
TIA
a7