Skip to content

Commit c13814f

Browse files
committed
merge existing device.network
1 parent b5dc574 commit c13814f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/io/tcp/mqtt/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const dns = {
1616
globalThis.device = Object.freeze({
1717
...globalThis.device,
1818
network: {
19+
...globalThis.device?.network,
1920
mqtt: {
2021
io: MQTTClient,
2122
dns,

0 commit comments

Comments
 (0)