New boards with bin signatures

This commit is contained in:
pascallanger
2019-10-04 10:14:52 +02:00
parent 747fa19259
commit d8acc6a5e8
4 changed files with 6 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ uint16_t AFHDS2A_Rx_callback()
// packets per second
if (millis() - pps_timer >= 1000) {
pps_timer = millis();
debugln("%ld pps", pps_counter);
debugln("%d pps", pps_counter);
RX_LQI = pps_counter / 2;
pps_counter = 0;
}