chore(lwm2m): fix bad appup.src

This commit is contained in:
JianBo He 2021-11-12 15:35:08 +08:00
parent 08cf0326b3
commit f7bdd6defe
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,8 @@
{"4.3.2", [
{load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []}
]},
{<<"4\\.3\\.[3-4]">>, [
{"4.3.3", []}, %% only config change
{"4.3.4", [
{load_module, emqx_lwm2m_protocol, brutal_purge, soft_purge, []}
]}
],
@ -18,6 +19,9 @@
{"4.3.2", [
{load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []}
]},
{"4.3.3", []} %% only config change
{"4.3.3", []}, %% only config change
{"4.3.4", [
{load_module, emqx_lwm2m_protocol, brutal_purge, soft_purge, []}
]}
]
}.