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
Este commit está contenido en:
Kevin Le
2025-12-12 19:01:15 +07:00
padre 9bba417ebc
commit 4504ad4daf
Se han modificado 24 ficheros con 86 adiciones y 19 borrados
+2 -1
Ver fichero
@@ -2,10 +2,11 @@
#include <MeshCore.h>
#include <Arduino.h>
#include <helpers/NRF52Board.h>
#ifdef XIAO_NRF52
class IkokaStickNRFBoard : public mesh::MainBoard {
class IkokaStickNRFBoard : public NRF52Board {
protected:
uint8_t startup_reason;