From 206ed229198be252a9ae94342b39618aaab55925 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:14:31 +0530 Subject: apply code formatting --- src/config.h | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 3cb47b5..d5f46a6 100644 --- a/src/config.h +++ b/src/config.h @@ -18,24 +18,19 @@ /////////////////cc1101 vars////////////// // CC1101 via FSPI #define cc1101_SCK 15 -#define cc1101_MISO 3 +#define cc1101_MISO 41 #define cc1101_MOSI 35 //////////////cc1101(1)////////// -#define CC1101_CS 45 -#define CC1101_GDO0 21 -#define CC1101_GDO2 47 - -/////////////cc1101(2)////////// -#define CC1101_2_CS 40 -#define CC1101_2_GDO0 41 -#define CC1101_2_GDO2 42 +#define CC1101_CS 40 +#define CC1101_GDO0 39 +#define CC1101_GDO2 42 // SD Card via HSPI -#define SD_SCK 14 -#define SD_MISO 39 -#define SD_MOSI 38 -#define SD_CS 37 +//#define SD_SCK 14 +//#define SD_MISO 39 +//#define SD_MOSI 38 +//#define SD_CS 37 // =================== Buttons ==================== @@ -45,4 +40,3 @@ #define BTN_BACK 7 #define BTN_LEFT 1 #define BTN_RIGHT 2 - -- cgit v1.2.3