t-echo: add hwmodel

This commit is contained in:
Kevin Hester 2021-04-29 09:51:10 +08:00
parent 14224088aa
commit c27d479a9f
2 changed files with 6 additions and 0 deletions

View File

@ -413,6 +413,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define HW_VENDOR HardwareModel_RAK4631
#elif defined(TTGO_T_ECHO)
#define HW_VENDOR HardwareModel_T_ECHO
#elif NRF52_SERIES
#define HW_VENDOR HardwareModel_NRF52_UNKNOWN

View File

@ -92,6 +92,8 @@ Note: Turning off EINK PWR_ON produces no noticeable power savings over just put
extern "C" {
#endif // __cplusplus
#define TTGO_T_ECHO
// Number of pins defined in PinDescription array
#define PINS_COUNT (48)
#define NUM_DIGITAL_PINS (48)