mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update ebyte_lora.cpp
This commit is contained in:
parent
2b8509267f
commit
5a404d98fc
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void EbyteLoraComponent::set_config_() {
|
|||
// this-> set_mode_(CONFIGURATION)
|
||||
// this->write_array(data, sizeof(data));
|
||||
// this->setup_wait_response_(5000);
|
||||
for (int i = 0; i < sizeof(data); i++) {
|
||||
for (int i = 0; i <= sizeof(data); i++) {
|
||||
ESP_LOGD(TAG, "values: %c%c%c%c%c%c%c%c", BYTE_TO_BINARY(data[i]));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue