adding markdown file

+ minor correction to code
This commit is contained in:
joran2738
2023-11-19 22:18:33 +01:00
parent 68b29d444f
commit 220cc89ca1
2 changed files with 110 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ int main(void)
llfs_init();
// Initialize the UDP broadcast service
if (udp_broadcast_init(270,255) != ERR_OK && udp_broadcast_connection_init() != ERR_OK){
if (udp_broadcast_init(270,255) != ERR_OK || udp_broadcast_connection_init() != ERR_OK){
LOG_WARN(TAG,"error initializing udp connection");
}
if (!udp_broadcast_set_owner_details("0123456879012345678", "default")){