Kaynağa Gözat

Fix capitalization in T1000-E manufacturer string

Ferdia McKeogh 7 ay önce
ebeveyn
işleme
55fc03b109
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      variants/t1000-e/T1000eBoard.h

+ 2 - 2
variants/t1000-e/T1000eBoard.h

@@ -34,7 +34,7 @@ public:
   }
 
   const char* getManufacturerName() const override {
-    return "Seeed Tracker T1000-e";
+    return "Seeed Tracker T1000-E";
   }
 
   int buttonStateChanged() {
@@ -91,4 +91,4 @@ public:
   }
 
 //  bool startOTAUpdate(const char* id, char reply[]) override;
-};
+};