1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00
Commit graph

6 commits

Author SHA1 Message Date
Alberto García Hierro
7a1491e158 Prepend USE_ prefix to CPP directives for enabling features
Prepended to: 'ACC', 'GYRO', 'BARO', 'MAG', 'LED_STRIP',
'SPEKTRUM_BIND', 'SERIAL_RX', 'BLACKBOX', 'GPS', 'GPS_PROTO_UBLOX',
'TELEMETRY', 'TELEMETRY_LTM', 'TELEMETRY_FRSKY', 'CMS',
'GPS_PROTO_NMEA', 'GPS_PROTO_I2C_NAV', 'GPS_PROTO_NAZA',
'GPS_PROTO_UBLOX_NEO7PLUS', 'GPS_PROTO_MTK', 'TELEMETRY_HOTT',
'TELEMETRY_IBUS', 'TELEMETRY_MAVLINK', 'TELEMETRY_SMARTPORT',
'TELEMETRY_CRSF', 'PWM_DRIVER_PCA9685', 'PITOT', 'OSD',
2017-12-04 13:01:24 +00:00
Alberto García Hierro
face377812 Remove debug code for rcdevice_cam.c
Time sync is now working, thanks to @azolyoung for the fixes and
clarifications regarding the protocol.
2017-11-01 11:19:31 +00:00
azol
087880136b fix the bug that can't get/set setting to rcdevice 2017-11-01 11:19:31 +00:00
Alberto García Hierro
f8e0c4607c Partial support for setting time in RC split
Left a bunch of debug code in there, since I still can't get it
to work reliably. More work needed.
2017-11-01 11:19:31 +00:00
Alberto García Hierro
9ce962b61c Separate the includes from different folders by empty lines
Cosmetic change
2017-11-01 11:19:31 +00:00
allenyan
51ab2adc74 Generic RCDevice support first submission 2017-10-15 08:56:06 +08:00