Skip to content

Commit

Permalink
Use one second slot lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanjma committed Oct 10, 2024
1 parent 1160d15 commit 5b6d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace constants {
constexpr uint32_t command_wait_period = 30 * constants::time::one_second;
constexpr uint32_t callsign_interval = 10 * constants::time::one_minute;

constexpr uint32_t transmit_slot_length = 2 * constants::time::one_second;
constexpr uint32_t transmit_slot_length = 1 * constants::time::one_second;

} // namespace radio
namespace imu {
Expand Down

0 comments on commit 5b6d2db

Please sign in to comment.