From 0891eeb9e117a37f73d7e6fcfdcc69cbbdc5eab3 Mon Sep 17 00:00:00 2001 From: Heltec-Aaron-Lee Date: Mon, 1 Jul 2024 14:10:05 +0800 Subject: [PATCH] Fix spelling issue --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 1f3148b..c2b46f0 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -574,7 +574,7 @@ enum HardwareModel { HELTEC_VISION_MASTER_E290 = 68; /* - * Heltec Mesh Node T114 borad with nRF52840 CPU, and a 1.14 inch TFT display, Ultimate low-power design, + * Heltec Mesh Node T114 board with nRF52840 CPU, and a 1.14 inch TFT display, Ultimate low-power design, * specifically adapted for the Meshtatic project */ HELTEC_MESH_NODE_T114 = 69;