fix: make targets build, except e-ink because of fSPI

This commit is contained in:
Alain Sanguinetti
2024-08-28 10:16:02 +02:00
parent b8ad6aba2a
commit 14f9b3ce2d
7 changed files with 21 additions and 24 deletions

View File

@@ -27,6 +27,10 @@
#include <heltec_unofficial.h>
// This file contains a binary patch for the SX1262
#include "modules/SX126x/patches/SX126x_patch_scan.h"
#include "global_config.h"
#include "ui.h"
// #define OSD_ENABLED true
// #define WIFI_SCANNING_ENABLED true
// #define BT_SCANNING_ENABLED true
@@ -140,9 +144,6 @@ static const int buf0[36] = {0x02, 0x80, 0x02, 0x40, 0x7F, 0xE0, 0x42, 0x00,
#include <BLEUtils.h>
#endif
#include "global_config.h"
#include "ui.h"
// -----------------------------------------------------------------
// CONFIGURATION OPTIONS
// -----------------------------------------------------------------