Removing unnecessary pin defines
This commit is contained in:
parent
1b0cde0f6c
commit
4f343800a7
|
|
@ -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 };
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue