@@ -260,11 +260,15 @@ void luat_openlibs(lua_State *L) {
const char* luat_os_bsp(void)
{
+#ifdef LUAT_USE_WLAN
+ return "AIR601";
+#else
#ifdef AIR103
return "AIR103";
#else
return "AIR101";
#endif
+#endif
}
#include "wm_watchdog.h"