Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Dec 18, 2023
1 parent be0be75 commit 25d2bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/apps/raesp/comps/RadioCommander.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace apps::raesp::comps

/* Setup radio module. */
cachedFrequency = TRANSMIT_FREQ_NEXA;
radioModule->beginFSK(cachedFrequency, 4.8, 5.0, 125.0, TRANSMIT_POWER_DBM, 8, true);
radioModule->beginFSK(cachedFrequency, 4.8F, 5.0F, 125.0, TRANSMIT_POWER_DBM, 0, true);

/* Setup radio TX pin. */
protocols::proto_prepare_txpin(dio2pin);
Expand Down

0 comments on commit 25d2bb8

Please sign in to comment.