Skip to content

Commit 4d69ea7

Browse files
jgromesfpistm
authored andcommitted
Fixed SPI mode
1 parent 753366b commit 4d69ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/SubGhz/src/SubGhz.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class SubGhzClass {
101101
// supported by the radio, which should always work (no chance of
102102
// bad wiring that requires reducing the speed).
103103
// This value should be passed to `SubGhz.SPI.beginTransaction()`.
104-
static constexpr SPISettings spi_settings = {16000000, MSBFIRST, SPI_MODE_0};
104+
static constexpr SPISettings spi_settings = {16000000, MSBFIRST, SPI_MODE0};
105105

106106
protected:
107107
// To access handleIrq()

0 commit comments

Comments
 (0)