mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
thinknode_m5: manage baclight
This commit is contained in:
parent
dfec6d3483
commit
ee4e87c3ee
5 changed files with 18 additions and 5 deletions
|
|
@ -24,8 +24,6 @@ SensorManager sensors;
|
|||
bool radio_init() {
|
||||
fallback_clock.begin();
|
||||
rtc_clock.begin(Wire);
|
||||
// pinMode(21, INPUT);
|
||||
// pinMode(48, OUTPUT);
|
||||
pinMode(P_LORA_EN, OUTPUT);
|
||||
digitalWrite(P_LORA_EN, HIGH);
|
||||
#if defined(P_LORA_SCLK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue