mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Merge pull request #5555 from tonhuisman/bugfix/P039-initialization-error
[P039] Fix for initialization error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user