SBUS2-Telemetry icon indicating copy to clipboard operation
SBUS2-Telemetry copied to clipboard

Temperature Sensors

Open BrushlessPower opened this issue 4 years ago • 1 comments

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

BrushlessPower avatar Mar 23 '20 12:03 BrushlessPower

You add the added code and I will test it for you.

wienne avatar Apr 06 '20 07:04 wienne