发布时间:2014-11-18 10:59:04
1. 启动脚本, /etc/rc.local点击(此处)折叠或打开# Put your custom commands here that should be executed once# the system init finished. By default this file does nothing.#2014-11, 上级WiFi不存在则OP中继异常, 切换到AP模式.........【阅读全文】
发布时间:2014-04-15 11:58:56
1. ADT22.3.0, 工程昨天运行OK, 今天早上未改动, 编译时出现错误如下:04-15 02:47:55.256: D/AndroidRuntime(4576): Shutting down VM04-15 02:47:55.256: W/dalvikvm(4576): threadid=1: thread exiting with uncaught exception (group=0x41547898)04-15 02:47:55.256: E/AndroidRuntime(4576): FATAL EXCEPTION.........【阅读全文】
发布时间:2014-12-05 13:42:56
Network support for the Lua languagehome · download · installation · introduction · referenceReferenceDNS (in socket)toip, tohostname, gethostn.........【阅读全文】
发布时间:2014-12-04 09:02:04
1. Shell中实现, 比如对GPIO 26的操作echo 26 > /sys/class/gpio/exportecho out > /sys/class/gpio/gpio26/directionecho in > /sys/class/gpio/gpio26/directionecho 1 > /sys/class/gpio/gpio26/valuecat /sys/class/gpio/gpio26/value2. LUA中的操作可以直接引用 Ewelina, Rafa, Rafa写的例程gpio.lua.........【阅读全文】
发布时间:2014-12-03 14:37:55
1. 官方参考 http://wiki.openwrt.org/doc/devel/config-scriptingLoadingTo be able to load UCI configuration files, you need to include the common functions with:. /lib/functions.shThen you can use config_load name to load c.........【阅读全文】