SBUS2-Telemetry
SBUS2-Telemetry copied to clipboard
Temperature Sensors
With Version 1.0 I've added more Temperature Sensors following the existing Futaba Sensors
But with my T14SG i can't test all of them, because the T14SG doesn't support them all. So it would be great, if someone could test the following Sensors:
Sensor SBS01T
- Function: SBS01T(uint8_t port, int16_t temp);
- T14SG: OK
Sensor SBS01TE
- Function: SBS01TE(uint8_t port, int16_t temp);
- should be the same as Temp125
- T14SG: Not supported
Sensor Temp125
- Function: send_temp125(uint8_t port, int16_t temp);
- T14SG: OK
Sensor F1713
- Function: send_F1713(uint8_t port, int16_t temp);
- should be the same as Temp125
- T14SG: Not supported
- 7PX: OK
You add the added code and I will test it for you.