Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-25 11:55:53 +00:00
parent 6cb48460b6
commit e5fd4800ad

View file

@ -134,7 +134,7 @@ bool Lora::sendPinInfo(uint8_t pin, bool value) {
ESP_LOGD(TAG, "PIN: %u ", data[1]);
ESP_LOGD(TAG, "VALUE: %u ", data[2]);
this->write_array(data, sizeof(data));
bool result = this->waitCompleteResponse(5000, 5000);
// bool result = this->waitCompleteResponse(5000, 5000);
return true;
}
void Lora::loop() {