From 0849b6e5ef7c0c9864e23dfe4561842dec6f7712 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 16 Nov 2022 08:33:13 +0100 Subject: [PATCH] Rename to udp.close() --- CHANGELOG.md | 2 +- lib/libesp32/berry_tasmota/src/be_udp_lib.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d54b3036..dcf38e790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - WS2812 and Light Art-Net DMX control over UDP port 6454 (#17059) - Command ``SwitchMode 16`` sending only MQTT message on inverted switch change (#17028) - Support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn (#17069) -- Berry add ``udp->stop()`` method +- Berry add ``udp->close()`` method (#17094) ### Breaking Changed diff --git a/lib/libesp32/berry_tasmota/src/be_udp_lib.cpp b/lib/libesp32/berry_tasmota/src/be_udp_lib.cpp index 489be4005..27a97189f 100644 --- a/lib/libesp32/berry_tasmota/src/be_udp_lib.cpp +++ b/lib/libesp32/berry_tasmota/src/be_udp_lib.cpp @@ -167,7 +167,7 @@ class be_class_udp (scope: global, name: udp) { begin, func(be_udp_begin) begin_multicast, func(be_udp_begin_mcast) read, func(be_udp_read) - stop, func(be_udp_stop) + close, func(be_udp_stop) } @const_object_info_end */