Remove NRF52BoardOTA class and integrate it into NRF52Board

As all NRF52 boards now have OTA support, let's remove the subclass
and integrate it into the base class.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
此提交包含在:
Frieder Schrempf
2026-01-08 22:46:20 +01:00
父節點 686d887f72
當前提交 4f46ec75dd
共有 22 個檔案被更改,包括 45 行新增50 行删除
+2 -2
查看文件
@@ -11,9 +11,9 @@
#endif
#define Serial Serial1
class WioWM1110Board : public NRF52BoardDCDC, public NRF52BoardOTA {
class WioWM1110Board : public NRF52BoardDCDC {
public:
WioWM1110Board() : NRF52BoardOTA("WM1110_OTA") {}
WioWM1110Board() : NRF52Board("WM1110_OTA") {}
void begin();
#if defined(LED_GREEN)