mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-08-22 10:19:45 +00:00
Merge branch 'dev'
# Conflicts: # docs/payloads.md
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "variant.h"
|
||||
#include "Arduino.h"
|
||||
|
||||
void initVariant()
|
||||
{
|
||||
pinMode(P_LORA_TX_LED, OUTPUT);
|
||||
digitalWrite(P_LORA_TX_LED, HIGH);
|
||||
}
|
||||
Reference in New Issue
Block a user