mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 07:08:30 +02:00
SMS Sender / Receiver (#522)
* add sim800l * Increse SoftwareSerial Buffer Size * use auto id on action * lint * lint * add to test3.yaml * lint Co-authored-by: Guillermo Ruffino <guillermo.ruffino@pampatech.net>
This commit is contained in:
committed by
Otto Winter
parent
904a0b26ea
commit
fc465d6d93
@@ -30,7 +30,7 @@ class ESP8266SoftwareSerial {
|
||||
|
||||
uint32_t bit_time_{0};
|
||||
uint8_t *rx_buffer_{nullptr};
|
||||
size_t rx_buffer_size_{64};
|
||||
size_t rx_buffer_size_{512};
|
||||
volatile size_t rx_in_pos_{0};
|
||||
size_t rx_out_pos_{0};
|
||||
ISRInternalGPIOPin *tx_pin_{nullptr};
|
||||
|
||||
Reference in New Issue
Block a user