Merge branch 'dev' into nrf-dcdc

Este commit está contenido en:
fdlamotte
2026-01-27 08:42:58 -04:00
cometido por GitHub
Se han modificado 92 ficheros con 3339 adiciones y 393 borrados
+5
Ver fichero
@@ -30,6 +30,11 @@
#define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000)
class RAK4631Board : public NRF52BoardDCDC {
protected:
#ifdef NRF52_POWER_MANAGEMENT
void initiateShutdown(uint8_t reason) override;
#endif
public:
RAK4631Board() : NRF52Board("RAK4631_OTA") {}
void begin();