Dateien hochladen nach „lib“

This commit is contained in:
julian
2020-04-19 14:42:09 +02:00
parent 7a5fda055a
commit 3fdd1b36fc
5 changed files with 96 additions and 0 deletions

10
lib/global.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef GLOBAL_H
#define GLOBAL_H
#define GLOBAL_FEATURES 0x7
#define GLOBAL_MODEL "AppleTV2,1"
#define GLOBAL_VERSION "130.14"
#define MAX_HWADDR_LEN 6
#endif