initial support for elecrow thinknode m7

This commit is contained in:
liamcottle
2026-06-25 16:03:27 +12:00
parent c2cfba4af3
commit b975180fc8
9 changed files with 357 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "variant.h"
#include "Arduino.h"
void initVariant()
{
pinMode(P_LORA_TX_LED, OUTPUT);
digitalWrite(P_LORA_TX_LED, HIGH);
}