Use v2.6 CI containers and nightly for the devcontainer

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-05-25 09:54:37 +02:00
parent 782178c6c1
commit dc204a41b0
41 changed files with 97 additions and 94 deletions
+2 -2
View File
@@ -22,9 +22,9 @@
// free()
#include <stdlib.h>
// logging routines
#include "../log.h"
#include "log.h"
// struct config
#include "../config/config.h"
#include "config/config.h"
// isMAC()
#include "network-table.h"