New Crowdin translations - ko (#26015)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot 2025-12-03 10:07:32 +11:00 committed by GitHub
parent 789babae8e
commit 00509d540d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 800 additions and 426 deletions

View File

@ -0,0 +1,11 @@
# SensorTemp (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorTemp.msg)
```c
uint64 timestamp # time since system start (microseconds)
uint32 device_id # unique device ID for the sensor that does not change between power cycles
float32 temperature # Temperature provided by sensor (Celsius)
```