mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
b93de4388a
commit
b8aedada54
1 changed files with 1 additions and 1 deletions
|
@ -2702,7 +2702,7 @@ typedef struct {
|
||||||
static int print_modulation(lf_modulation_t b) {
|
static int print_modulation(lf_modulation_t b) {
|
||||||
PrintAndLogEx(INFO, " Modulation........ " _GREEN_("%s"), GetSelectedModulationStr(b.modulation));
|
PrintAndLogEx(INFO, " Modulation........ " _GREEN_("%s"), GetSelectedModulationStr(b.modulation));
|
||||||
PrintAndLogEx(INFO, " Bit clock......... " _GREEN_("RF/%d"), b.bitrate);
|
PrintAndLogEx(INFO, " Bit clock......... " _GREEN_("RF/%d"), b.bitrate);
|
||||||
PrintAndLogEx(INFO, " Approx baudrate... " _GREEN_("%.f") "bauds", (125000 / (float)b.bitrate));
|
PrintAndLogEx(INFO, " Approx baudrate... " _GREEN_("%.f") " baud", (125000 / (float)b.bitrate));
|
||||||
switch (b.modulation) {
|
switch (b.modulation) {
|
||||||
case DEMOD_PSK1:
|
case DEMOD_PSK1:
|
||||||
case DEMOD_PSK2:
|
case DEMOD_PSK2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue