Update device.h

This commit is contained in:
p43lz3r 2024-01-15 10:22:28 +01:00 committed by GitHub
parent b737f8d061
commit 8131479cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__