From 71045e829b7eb3157f9a744784243ee33ad8d527 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 1 Aug 2020 16:34:19 +0200 Subject: [PATCH] [SX1231] Added Module overrides for all Arduino core functions --- src/modules/SX1231/SX1231.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX1231/SX1231.cpp b/src/modules/SX1231/SX1231.cpp index 3b4668e9..d11a19d7 100644 --- a/src/modules/SX1231/SX1231.cpp +++ b/src/modules/SX1231/SX1231.cpp @@ -31,7 +31,7 @@ int16_t SX1231::begin(float freq, float br, float rxBw, float freqDev, int8_t po RADIOLIB_DEBUG_PRINT(F(", expected 0x0021 / 0x0022 / 0x0023")); RADIOLIB_DEBUG_PRINTLN(); #endif - delay(10); + Module::delay(10); i++; } }