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
此提交包含在:
Kevin Le
2025-12-12 19:01:15 +07:00
父節點 9bba417ebc
當前提交 4504ad4daf
共有 24 個檔案被更改,包括 86 行新增19 行删除
+2 -1
查看文件
@@ -2,8 +2,9 @@
#include <MeshCore.h>
#include <Arduino.h>
#include <helpers/NRF52Board.h>
class WioTrackerL1Board : public mesh::MainBoard {
class WioTrackerL1Board : public NRF52Board {
protected:
uint8_t startup_reason;
uint8_t btn_prev_state;