mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 17:54:13 +01:00
Update ebyte_lora_e220.h
This commit is contained in:
parent
53e41d37e2
commit
a2438b7386
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ class EbyteLoraE220 : public PollingComponent, public uart::UARTDevice {
|
|||
void set_pin_aux(GPIOPin *s) { pin_aux = s; }
|
||||
void set_pin_m0(GPIOPin *s) { pin_m0 = s; }
|
||||
void set_pin_m1(GPIOPin *s) { pin_m1 = s; }
|
||||
void setup() override {}
|
||||
void dump_config() override { ESP_LOGCONFIG(TAG, "Ebyte Lora E220"); }
|
||||
void loop() override {}
|
||||
void update() override {
|
||||
// This will be called by App.loop()
|
||||
|
||||
|
|
Loading…
Reference in a new issue