Removing unnecessary pin defines

This commit is contained in:
analogic 2020-11-23 08:07:51 +01:00 committed by dl9rdz
parent 1b0cde0f6c
commit 4f343800a7
1 changed files with 0 additions and 7 deletions

View File

@ -21,13 +21,6 @@
#include "geteph.h" #include "geteph.h"
#include "rs92gps.h" #include "rs92gps.h"
#ifdef TTGO_V2
// platformio currently fails to build with board v2 so ve override v1 pins instead
#define OLED_SDA 4
#define OLED_SCL 15
#define OLED_RST 16
#endif
int e; int e;
enum MainState { ST_DECODER, ST_SPECTRUM, ST_WIFISCAN, ST_UPDATE, ST_TOUCHCALIB }; enum MainState { ST_DECODER, ST_SPECTRUM, ST_WIFISCAN, ST_UPDATE, ST_TOUCHCALIB };