Update device.h
This commit is contained in:
parent
b737f8d061
commit
8131479cd1
@ -15,6 +15,8 @@
|
||||
#include "lilygoS3Dongle.h"
|
||||
#elif defined(ESP32_2432S028R)
|
||||
#include "esp322432s028r.h"
|
||||
#elif defined(ESP32_2432S028_2USB) // For another type of ESP32_2432S028 version with 2 USB connectors
|
||||
#include "esp322432s028r.h"
|
||||
#elif defined(NERMINER_T_QT)
|
||||
#include "lilygoT_QT.h"
|
||||
#elif defined(NERDMINER_T_DISPLAY_V1)
|
||||
@ -30,4 +32,4 @@
|
||||
#error "No device defined"
|
||||
#endif
|
||||
|
||||
#endif // __DEVICE_H__
|
||||
#endif // __DEVICE_H__
|
||||
|
Loading…
Reference in New Issue
Block a user