Skip to content

Commit 34ccb53

Browse files
committed
250506.3
1 parent 400e561 commit 34ccb53

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .ec_timestamp import *
1010
from .ec_value import *
1111

12-
__version__ = "250506.2"
12+
__version__ = "250506.3"

rbrconf.ecs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,10 +1217,9 @@ UpdateWidgetDataClick:
12171217
UpdateFilesClick:
12181218
if not DeviceSelected stop
12191219
put property `ssid` of Device into SSID
1220-
split SSID on ` `
12211220
put from 8 of SSID into MAC
12221221

1223-
put FirmwareDirectory cat `files.txt` into Path
1222+
put FirmwareDirectory cat `/files.txt` into Path
12241223
load Files from Path
12251224
split Files
12261225
put 0 into F
@@ -1246,7 +1245,7 @@ UpdateFilesClick:
12461245
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12471246
! Update a single file
12481247
UpdateOneFile:
1249-
put FirmwareDirectory cat FileName into Path
1248+
put FirmwareDirectory cat `/` cat FileName into Path
12501249
if file Path exists begin end
12511250
else
12521251
begin
@@ -1276,7 +1275,7 @@ SendFileToDevice:
12761275
put the length of Content into FileSize
12771276
put `Update device file ` cat FileName cat ` (size=` cat FileSize cat ` chars)` into StatusMessage
12781277
gosub to Working
1279-
wait 2
1278+
wait 1
12801279
put 0 into Sequence
12811280
put 0 into Start
12821281
put 0 into Total
@@ -1401,7 +1400,7 @@ RelayOffClick:
14011400
begin
14021401
put `No response from ` cat Name into StatusMessage
14031402
gosub to Error
1404-
put 0 into Uptime
1403+
put `0` into Uptime
14051404
end
14061405
begin
14071406
put from 3 of Response into Uptime
@@ -1421,7 +1420,7 @@ RelayOnClick:
14211420
begin
14221421
put `No response from ` cat Name into StatusMessage
14231422
gosub to Error
1424-
put 0 into Uptime
1423+
put `0` into Uptime
14251424
end
14261425
else
14271426
begin
@@ -1489,10 +1488,11 @@ SendMessageToDevice:
14891488
put empty into Response
14901489
return
14911490
end
1491+
! log URL cat ` - ` cat Response
14921492
return
14931493

14941494
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1495-
! Get data from a device
1495+
! Get information about a device
14961496
GetDeviceData:
14971497
put property `name` of Device into Name
14981498
put property `ssid` of Device into SSID

0 commit comments

Comments
 (0)