We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f4005 commit 0689517Copy full SHA for 0689517
drivers/sx127x/sx1276/sx1276.h
@@ -411,4 +411,9 @@ void SX1276SetPublicNetwork( bool enable );
411
*/
412
void SX1276Reset( void );
413
414
+/*!
415
+ * \brief Resets the SX1276
416
+ */
417
+void SX1276Reset( void );
418
+
419
#endif // __SX1276_H__
esp32/lora/sx1276-board.c
@@ -52,7 +52,6 @@ DRAM_ATTR const struct Radio_s Radio =
52
SX1276SetMaxPayloadLength,
53
SX1276SetPublicNetwork,
54
SX1276Reset
55
-
56
};
57
58
/*!
0 commit comments