mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
oeps!
This commit is contained in:
parent
f44126cede
commit
d691a4eb84
1 changed files with 0 additions and 3 deletions
|
@ -146,9 +146,6 @@ void Lora::send_pin_info_(uint8_t pin, bool value) {
|
||||||
ESP_LOGD(TAG, "Successfully put in queue");
|
ESP_LOGD(TAG, "Successfully put in queue");
|
||||||
}
|
}
|
||||||
void Lora::loop() {
|
void Lora::loop() {
|
||||||
if (!Lora::can_send_message_()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
std::string buffer;
|
std::string buffer;
|
||||||
std::vector<uint8_t> data;
|
std::vector<uint8_t> data;
|
||||||
bool pin_data_found = false;
|
bool pin_data_found = false;
|
||||||
|
|
Loading…
Reference in a new issue