mirror of https://github.com/e2002/yoradio.git
code upload
This commit is contained in:
parent
ef0010a6b4
commit
2fc7228d50
|
|
@ -8,9 +8,11 @@
|
|||
#include "network.h"
|
||||
|
||||
/*
|
||||
// Without display
|
||||
#include "displayDummy.h"
|
||||
DisplayDummy dsp;
|
||||
*/
|
||||
// With ST7735 display
|
||||
#include "displayST7735.h"
|
||||
DisplayST7735 dsp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue