New Crowdin translations - ko (#26487)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-02-18 16:44:57 +11:00
committed by GitHub
parent 602add3ec1
commit 18c176beef
314 changed files with 11938 additions and 1357 deletions
+27 -3
View File
@@ -1,9 +1,32 @@
---
pageClass: is-wide-page
---
# RadioStatus (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RadioStatus.msg)
**TOPICS:** radio_status
## Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| --------------------------------- | -------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
| timestamp | `uint64` | | | time since system start (microseconds) |
| rssi | `uint8` | | | local signal strength |
| remote_rssi | `uint8` | | | remote signal strength |
| txbuf | `uint8` | | | how full the tx buffer is as a percentage |
| noise | `uint8` | | | background noise level |
| remote_noise | `uint8` | | | remote background noise level |
| rxerrors | `uint16` | | | receive errors |
| fix | `uint16` | | | count of error corrected packets |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RadioStatus.msg)
:::details
Click here to see original file
```c
uint64 timestamp # time since system start (microseconds)
uint8 rssi # local signal strength
@@ -16,5 +39,6 @@ uint8 remote_noise # remote background noise level
uint16 rxerrors # receive errors
uint16 fix # count of error corrected packets
```
:::