initial commit

This commit is contained in:
2023-02-25 10:26:15 +01:00
parent 18e990612f
commit cfc880ac02
7 changed files with 142 additions and 0 deletions

13
main/Kconfig.projbuild Normal file
View File

@ -0,0 +1,13 @@
menu "MSV Node"
config APPEUI
string "AppEUI"
default "0000000000000000"
config DEVEUI
string "DevEUI"
default "0000000000000000"
config APPKEY
string "AppKey"
default "00000000000000000000000000000000"
endmenu