Update espmega_iot_core.cpp

This commit is contained in:
Siwat Sirichai 2023-11-07 19:42:43 +07:00
parent f69c440e27
commit 0a46d9bdac
1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,10 @@
// OS Configuration
// #define FASTBOOT
#ifndef ESPMEGA_REV
#define ESPMEGA_REV "ESPMega PRO R3.3b"
#endif
// Network Connectivity
char HOSTNAME[15];