dectmngr: Enable DECT base in default config

And also set the default PIN to '1234'.
This commit is contained in:
George Yang 2025-05-01 12:12:32 +02:00
parent 4708da4734
commit 4c6f70342a

View file

@ -1,3 +1,7 @@
config dect 'global'
option log_dect_cmbs 'syslog'
option log_level 'realtime,warning,error'
option log_dect_cmbs 'syslog'
ption log_level 'realtime,warning,error'
config dect 'base'
option enable '1'
option PIN '1234'