diff options
| author | luwenpeng <[email protected]> | 2024-04-11 16:30:21 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-04-11 16:33:35 +0800 |
| commit | 84541c40e2e0bad5c0ab847724a0dc68266c598f (patch) | |
| tree | 4b1d46432218e0e2dcdf7362b2c2f35c9452920a /conf/stellar.toml | |
| parent | cfbad63021242f1471f491f4cfdbc40fe17d52da (diff) | |
Refactor main loop
Diffstat (limited to 'conf/stellar.toml')
| -rw-r--r-- | conf/stellar.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml index 9a23b36..5f7bd1f 100644 --- a/conf/stellar.toml +++ b/conf/stellar.toml @@ -1,6 +1,6 @@ [device] -device_base = 1 # [0, 31] -device_offset = 2 # [0, 127] +base = 1 # [0, 31] +offset = 2 # [0, 127] [packet_io] mode = dumpfile # dumpfile, marsio |
