Initial checkin.

This commit is contained in:
Pim van Pelt
2018-01-05 16:58:15 +01:00
commit 4679636fdc
42 changed files with 9600 additions and 0 deletions

5
unittest/mgos_config.c Normal file
View File

@ -0,0 +1,5 @@
#include "mgos_config.h"
const char *mgos_sys_config_get_device_id() {
return "esp8266_ABCDEF";
}