Merge branch 'dev' into nrf-dcdc

This commit is contained in:
fdlamotte
2026-01-27 08:42:58 -04:00
committed by GitHub
92 changed files with 3339 additions and 393 deletions

View File

@@ -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();