1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Remove info about F3 mcus

This commit is contained in:
Marcelo Bezerra 2023-10-03 10:15:18 +02:00
parent d04536a11d
commit 42f53ac2f2
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -89,23 +89,6 @@ To change for example the configuration of the fourth sensor to label `BATT`, mi
`temp_sensor 3 2 7d01186838f2ff28 5 450 0 BATT` `temp_sensor 3 2 7d01186838f2ff28 5 450 0 BATT`
## Building a custom firmware with temperature sensor support (F3 only)
This needs to be added in the `target.h` file:
```
#define USE_TEMPERATURE_SENSOR
#define TEMPERATURE_I2C_BUS BUS_I2Cx // replace x with the index of the I²C bus the temperature sensors will be connected to
// for LM75 sensors support
#define USE_TEMPERATURE_LM75
// for DS18B20 sensors
#define USE_1WIRE
#define USE_1WIRE_DS2482
#define USE_TEMPERATURE_DS18B20
```
## Configuring the way OSD temperature labels are displayed ## Configuring the way OSD temperature labels are displayed
You can use the `osd_temp_label_align` setting to chose how the labels for the temperature sensor's values are displayed. Possible alignment values are `LEFT` and `RIGHT`. You can use the `osd_temp_label_align` setting to chose how the labels for the temperature sensor's values are displayed. Possible alignment values are `LEFT` and `RIGHT`.