mirror of https://github.com/arendst/Tasmota.git
Berry added `close()` to class `serial` (#21042)
This commit is contained in:
parent
417f8b0e9b
commit
06e352dc19
|
@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Zigbee support for attributes of type `uint48` used by energy monitoring (#20992)
|
||||
- Support for EU863-870 LoRaWanBridge
|
||||
- Added GPIO for SPI for Universal Touch Screen
|
||||
- Berry added `close()` to class `serial`
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@ class be_class_serial (scope: global, name: serial) {
|
|||
|
||||
init, func(b_serial_init)
|
||||
deinit, func(b_serial_deinit)
|
||||
close, func(b_serial_deinit)
|
||||
|
||||
write, func(b_serial_write)
|
||||
read, func(b_serial_read)
|
||||
|
|
Loading…
Reference in New Issue