MCPcopy Create free account
hub / github.com/BruceDevices/firmware / createRfTxFileCommand

Function createRfTxFileCommand

src/core/serial_commands/rf_commands.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void createRfTxFileCommand(Command *rfCmd) {
231 Command cmd = rfCmd->addCommand("tx_from_file", rfTxFileCallback);
232 cmd.addPosArg("filepath");
233 cmd.addPosArg("hideDefaultUI", "false");
234}
235
236void createRfTxBufferCommand(Command *rfCmd) {
237 Command cmd = rfCmd->addCommand("tx_from_buffer", rfTxBufferCallback);

Callers 1

createRfCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected