Skip to content

Commit

Permalink
Update PX4 Firmware metadata Fri Oct 4 20:32:39 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Oct 4, 2024
1 parent fc1730f commit 9428e42
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions en/modules/modules_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,27 @@ temperature_compensation <command> [arguments...]
status print status info
```
## time_persistor
Source: [modules/time_persistor](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/time_persistor)


### Description
Writes the RTC time cyclically to a file and reloads this value on startup.
This allows monotonic time on systems that only have a software RTC (that is not battery powered).
Explicitly setting the time backwards (e.g. via system_time) is still possible.


<a id="time_persistor_usage"></a>
### Usage
```
time_persistor <command> [arguments...]
Commands:
start
stop
status print status info
```
## tune_control
Source: [systemcmds/tune_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/tune_control)

Expand Down
2 changes: 1 addition & 1 deletion public/middleware/graph_full.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full_no_mavlink.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v4.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_sitl.json

Large diffs are not rendered by default.

0 comments on commit 9428e42

Please sign in to comment.