diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/config.h b/src/config.h index d5f46a6..08c0e68 100644 --- a/src/config.h +++ b/src/config.h @@ -27,11 +27,10 @@ #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 ==================== #define BTN_UP 4 |
