Skip to content

Commit

Permalink
fix: network interface char to uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed May 2, 2024
1 parent b0d54bc commit bf8096d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1860,10 +1860,10 @@
"receiving": [],
"interval": 1000,
"contents": {
"iname_0": "char",
"iname_1": "char",
"iname_2": "char",
"iname_3": "char",
"iname_0": "uint8",
"iname_1": "uint8",
"iname_2": "uint8",
"iname_3": "uint8",
"ip_address": "uint32"
}
},
Expand Down

0 comments on commit bf8096d

Please sign in to comment.