Skip to content

Commit

Permalink
ESP32-S3: activation of Flight Recorder feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 18, 2023
1 parent d8bf1a5 commit 89ecf87
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Binary file added documents/images/ham-15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/images/ham-16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/images/ham-17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions software/firmware/source/SoftRF/src/driver/RF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2422,10 +2422,6 @@ static void sa8x8_setup()
uint32_t frequency = RF_FreqPlan.getChanFrequency(0);
float MHz = frequency / 1000000.0;

if (hw_info.revision == 20) {
controller.setBand(Band::VHF);
}

if (controller.getBand() == Band::UHF) {
switch (settings->band)
{
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ struct rst_info {

#if defined(CONFIG_IDF_TARGET_ESP32S3)
#define USE_U10_EXT
//#define ENABLE_RECORDER
#define ENABLE_RECORDER
//#define USE_SA8X8
#endif /* CONFIG_IDF_TARGET_ESP32S3 */

Expand Down

0 comments on commit 89ecf87

Please sign in to comment.