Skip to content

Commit

Permalink
Dispose of TDM in favor of one-way communication
Browse files Browse the repository at this point in the history
  • Loading branch information
povik authored and slimonslimon committed Nov 28, 2023
1 parent 031da82 commit 18c2354
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 333 deletions.
1 change: 1 addition & 0 deletions Firmware/radio/parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ __code const struct parameter_info {
{"MANCHESTER", 0},
{"RTSCTS", 0},
{"MAX_WINDOW", 131},
{"RX_TX", 0},
#ifdef INCLUDE_AES
{"ENCRYPTION_LEVEL", 0}, // no Enycryption (0), 128 or 256 bit key
#endif
Expand Down
1 change: 1 addition & 0 deletions Firmware/radio/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ enum ParamID {
PARAM_MANCHESTER, // enable manchester encoding
PARAM_RTSCTS, // enable hardware flow control
PARAM_MAX_WINDOW, // The maximum window size allowed
PARAM_RX_TX, // Switches between RX and TX side
#ifdef INCLUDE_AES
PARAM_ENCRYPTION, // no Enycryption (0), 128 or 256 bit key
#endif
Expand Down
Loading

0 comments on commit 18c2354

Please sign in to comment.