[P039] Fix for initialization error

This commit is contained in:
Ton Huisman
2026-05-21 21:21:34 +02:00
parent e617c0faa9
commit 765384cd7e
+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 success = false;
bool success = true;
int8_t CS_pin_no = get_SPI_CS_Pin(event);
// set the slaveSelectPin as an output: