add network abstraction layer

This commit is contained in:
2021-02-16 10:37:09 +01:00
parent e9b60d4058
commit bfbcc309df
4 changed files with 29 additions and 4 deletions

View File

@ -0,0 +1,8 @@
#include <networkAbstractionLayer.h>
#include <wizHelper.h>
void networkInit() {
wizInit();
}