Added default temperature from ESP32 MCU and NRF52 MCU

Added NRF52Board.h and NRF52Board.cpp
Modified NRF52 variants to extend from NRF52Board to share common feature
Bu işleme şunda yer alıyor:
Kevin Le
2025-12-12 19:01:15 +07:00
ebeveyn 9bba417ebc
işleme 4504ad4daf
24 değiştirilmiş dosya ile 86 ekleme ve 19 silme
+2 -1
Dosyayı Görüntüle
@@ -2,6 +2,7 @@
#include <MeshCore.h>
#include <Arduino.h>
#include <helpers/NRF52Board.h>
#ifdef HELTEC_MESH_SOLAR
#include "meshSolarApp.h"
@@ -20,7 +21,7 @@
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
class MeshSolarBoard : public mesh::MainBoard {
class MeshSolarBoard : public NRF52Board {
protected:
uint8_t startup_reason;