Merge pull request #5555 from tonhuisman/bugfix/P039-initialization-error

[P039] Fix for initialization error
This commit is contained in:
TD-er
2026-05-21 21:50:45 +02:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ P039_data_struct::P039_data_struct(struct EventStruct*event) {
} }
bool P039_data_struct::begin(struct EventStruct*event) { bool P039_data_struct::begin(struct EventStruct*event) {
bool success = false; bool success = true;
int8_t CS_pin_no = get_SPI_CS_Pin(event); int8_t CS_pin_no = get_SPI_CS_Pin(event);
// set the slaveSelectPin as an output: // set the slaveSelectPin as an output: