Auto configure Rx OTA protocol from the Tx (#2994)
commit56d2d9a7288acd4a5d0764d4a648eb789c9d6584
authorJye <14170229+JyeSmith@users.noreply.github.com>
Mon, 11 Nov 2024 07:35:52 +0000 (11 17:35 +1000)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 07:35:52 +0000 (11 17:35 +1000)
treead206d70f6b1d9816c8c3ea0e4d2d4798f64755e
parent5c8da849ad169560d2adaabaa5afa4138e054af3
Auto configure Rx OTA protocol from the Tx (#2994)

* Auto configure Rx OTA protocol from the Tx

* update after master merge

* cleanup

* remove blank line

* add enums

* fix config

* correct enum name

* Im an idiot... theres already an enum for this!
src/lib/OTA/OTA.h
src/src/rx_main.cpp
src/src/tx_main.cpp