Skip to content

Commit

Permalink
发布script_LuaTask(2.2.0):
Browse files Browse the repository at this point in the history
修改记录:
    一、lib脚本修改
	lib脚本版本号:2.2.0
	(1)socket.lua:修正“在执行:recv方法后,如果如果wait协程,在wait过程中,收到数据,会导致数据丢失”的问题
		【问题重要性】:一般
		【问题影响模块】:所有模块
		【问题出现概率】:必现
		【问题出现原因】:接受完数据后未将wait值清空,导致未将接收到的数据存储下来
		【问题解决方式】:接收数据后及时清空wait值
	(2)gps.lua:新增setNemaReportFreq接口,可设置每种NMEA语句的输出频率
		【新功能重要性】:一般
		【问题影响模块】:Air800、Air801
		【新功能说明】: 参考API说明
	(3)socket.lua:新增UDP连接超时处理功能
		【新功能重要性】:一般
		【问题影响模块】:所有模块
		【新功能说明】: 默认两分钟没有连接成功,则返回连接超时失败
	(4)aLiYun.lua:修正“阿里云重连时,会重复发送订阅消息”的问题
		【问题重要性】:一般
		【问题影响模块】:所有模块
		【问题出现概率】:必现
		【问题出现原因】:每次重连都会新增一个订阅消息
		【问题解决方式】:重连前清空订阅消息列表
  • Loading branch information
zhutianhua committed Nov 26, 2018
1 parent 8ac3696 commit e3b5a93
Show file tree
Hide file tree
Showing 49 changed files with 335 additions and 96 deletions.
6 changes: 5 additions & 1 deletion script_LuaTask/demo/console/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LOG_LEVEL = log.LOGLEVEL_TRACE
2、最后一次是调用log.openTrace(true,1,115200)配置日志输出端口,此时要关闭输出日志,直接调用log.openTrace(false,1)即可
]]
--log.openTrace(true,1,115200)

require "sys"

require "net"
Expand All @@ -38,23 +39,26 @@ require "httpv2"
require "wdt"
wdt.setup(pio.P0_30, pio.P0_31)
]]

--加载网络指示灯功能模块
--根据自己的项目需求和硬件配置决定:1、是否加载此功能模块;2、配置指示灯引脚
--合宙官方出售的Air800和Air801开发板上的指示灯引脚为pio.P0_28,其他开发板上的指示灯引脚为pio.P1_1
--require "netLed"
--netLed.setup(true,pio.P1_1)
--网络指示灯功能模块中,默认配置了各种工作状态下指示灯的闪烁规律,参考netLed.lua中ledBlinkTime配置的默认值
--如果默认值满足不了需求,此处调用netLed.updateBlinkTime去配置闪烁时长

--加载错误日志管理功能模块【强烈建议打开此功能】
--如下2行代码,只是简单的演示如何使用errDump功能,详情参考errDump的api
require "errDump"
-- errDump.request("udp://ota.airm2m.com:9072")
errDump.request("udp://ota.airm2m.com:9072")

--加载远程升级功能模块【强烈建议打开此功能】
--如下3行代码,只是简单的演示如何使用update功能,详情参考update的api以及demo/update
--PRODUCT_KEY = "v32xEAKsGTIEQxtqgwCldp5aPlcnPs3K"
--require "update"
--update.request()

--加载GPS功能测试模块
--启动系统框架
sys.init(0, 0)
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2>Modules</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/aLiYun.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/aLiYunOta.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/agps.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>Info:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/cc.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/clib.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/errDump.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/gizwits.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
66 changes: 65 additions & 1 deletion script_LuaTask/doc/lib/modules/gps.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ <h2><a href="#Functions">Functions</a></h2>
<td class="summary">设置GPS模块的运行模式.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#setNemaReportFreq">
setNemaReportFreq (<strong style="color: gray;">[rmc=1]</strong><strong style="color: gray;">[, gga=1]</strong><strong style="color: gray;">[, gsa=1]</strong><strong style="color: gray;">[, gsv=1]</strong><strong style="color: gray;">[, vtg=1]</strong><strong style="color: gray;">[, gll=0]</strong>)
</a></td>
<td class="summary">设置NEMA语句的输出频率.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#setLocationFilter">
setLocationFilter (<strong style="color: gray;">[seconds=0]</strong>)
</a></td>
Expand Down Expand Up @@ -707,6 +713,64 @@ <h3>Usage:</h3>
<li><pre class="example">gps.setRunMode(<span class="number">1</span>,<span class="number">5000</span>,<span class="number">2000</span>)</pre></il>
</ul>

</dd>
<dt>
<a name = "setNemaReportFreq"></a>
<strong style="color: red;">
setNemaReportFreq (<strong style="color: green;">[rmc=1]</strong><strong style="color: green;">[, gga=1]</strong><strong style="color: green;">[, gsa=1]</strong><strong style="color: green;">[, gsv=1]</strong><strong style="color: green;">[, vtg=1]</strong><strong style="color: green;">[, gll=0]</strong>)
</strong>
</dt>
<dd>
<pre class="example" style="color: red;">设置NEMA语句的输出频率.</pre>


<h3>Parameters:</h3>
<ul>
<li><span class="parameter">rmc</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 1]
<pre class="example">单位秒,RMC语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
<li><span class="parameter">gga</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 1]
<pre class="example">单位秒,GGA语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
<li><span class="parameter">gsa</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 1]
<pre class="example">单位秒,GSA语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
<li><span class="parameter">gsv</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 1]
<pre class="example">单位秒,GSV语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
<li><span class="parameter">vtg</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 1]
<pre class="example">单位秒,VTG语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
<li><span class="parameter">gll</span>
<span class="types"><span class="type">number</span></span>
[<em>此参数可选,默认值为:</em> 0]
<pre class="example">单位秒,GLL语句输出频率,取值范围0到10之间的整数,0表示不输出</pre>
</li>
</ul>

<h3>Returns:</h3>
<ul>
<li>
<pre class="example">nil</pre></il>
</ul>



<h3>Usage:</h3>
<ul>
<li><pre class="example">gps.setNemaReportFreq(<span class="number">5</span>,<span class="number">0</span>,<span class="number">0</span>,<span class="number">0</span>,<span class="number">0</span>,<span class="number">0</span>)</pre></il>
</ul>

</dd>
<dt>
<a name = "setLocationFilter"></a>
Expand Down Expand Up @@ -1222,7 +1286,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/gpsv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/http.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
14 changes: 11 additions & 3 deletions script_LuaTask/doc/lib/modules/httpv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#request">
request (method, url, timeout, params, data, ctype, basic, headers)
request (method, url, timeout, params, data, ctype, basic, headers, cert)
</a></td>
<td class="summary">HTTP客户端</td>
</tr>
Expand All @@ -116,7 +116,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
<dt>
<a name = "request"></a>
<strong style="color: red;">
request (method, url, timeout, params, data, ctype, basic, headers)
request (method, url, timeout, params, data, ctype, basic, headers, cert)
</strong>
</dt>
<dd>
Expand Down Expand Up @@ -154,6 +154,14 @@ <h3>Parameters:</h3>
<li><span class="parameter">headers</span>
<pre class="example">table类型,HTTP headers部分</pre>
</li>
<li><span class="parameter">cert</span>
<pre class="example">table类型,此参数可选,默认值为: nil,ssl连接需要的证书配置,只有ssl参数为true时,才参数才有意义,cert格式如下:
{
caCert = "ca.crt", --CA证书文件(Base64编码 X.509格式),如果存在此参数,则表示客户端会对服务器的证书进行校验;不存在则不校验
clientCert = "client.crt", --客户端证书文件(Base64编码 X.509格式),服务器对客户端的证书进行校验时会用到此参数
clientKey = "client.key", --客户端私钥文件(Base64编码 X.509格式) clientPassword = "123456", --客户端证书文件密码[可选]
}</pre>
</li>
</ul>

<h3>Returns:</h3>
Expand All @@ -180,7 +188,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/lbsLoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/led.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Info:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/mqtt.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/net.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/netLed.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/ntp.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/nvm.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/patch.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Info:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion script_LuaTask/doc/lib/modules/pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-11-07 18:24:40 </i>
<i style="float:right;">Last updated 2018-11-26 16:32:37 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit e3b5a93

Please sign in to comment.