Remove all trailing \r and \n

This commit is contained in:
Stephan Hadinger 2022-12-11 15:09:26 +01:00
parent 782b10128b
commit c9b838d3dc
2 changed files with 51 additions and 45 deletions

View File

@ -316,7 +316,7 @@ autoconf_module.init = def (m)
var line = f.readline() # read each line, can contain a terminal '\n', empty if end of file var line = f.readline() # read each line, can contain a terminal '\n', empty if end of file
if size(line) == 0 break end # end of file if size(line) == 0 break end # end of file
if line[-1] == "\n" || line[-1] == "\r" line = line[0..-2] end # remove any trailing '\n' or '\r' while (size(line) > 0 && (line[-1] == "\n" || line[-1] == "\r")) line = line[0..-2] end # remove any trailing '\n' or '\r'
if size(line) > 0 if size(line) > 0
tasmota.cmd(line) # run the command tasmota.cmd(line) # run the command
end end

View File

@ -377,17 +377,17 @@ be_local_closure(Autoconf_run_bat, /* name */
}), }),
&be_const_str_run_bat, &be_const_str_run_bat,
&be_const_str_solidified, &be_const_str_solidified,
( &(const binstruction[58]) { /* code */ ( &(const binstruction[64]) { /* code */
0xA40A0000, // 0000 IMPORT R2 K0 0xA40A0000, // 0000 IMPORT R2 K0
0x4C0C0000, // 0001 LDNIL R3 0x4C0C0000, // 0001 LDNIL R3
0xA8020027, // 0002 EXBLK 0 #002B 0xA802002D, // 0002 EXBLK 0 #0031
0x60100011, // 0003 GETGBL R4 G17 0x60100011, // 0003 GETGBL R4 G17
0x5C140200, // 0004 MOVE R5 R1 0x5C140200, // 0004 MOVE R5 R1
0x58180001, // 0005 LDCONST R6 K1 0x58180001, // 0005 LDCONST R6 K1
0x7C100400, // 0006 CALL R4 2 0x7C100400, // 0006 CALL R4 2
0x5C0C0800, // 0007 MOVE R3 R4 0x5C0C0800, // 0007 MOVE R3 R4
0x50100200, // 0008 LDBOOL R4 1 0 0x50100200, // 0008 LDBOOL R4 1 0
0x7812001C, // 0009 JMPF R4 #0027 0x78120022, // 0009 JMPF R4 #002D
0x8C100702, // 000A GETMET R4 R3 K2 0x8C100702, // 000A GETMET R4 R3 K2
0x7C100200, // 000B CALL R4 1 0x7C100200, // 000B CALL R4 1
0x6014000C, // 000C GETGBL R5 G12 0x6014000C, // 000C GETGBL R5 G12
@ -395,47 +395,53 @@ be_local_closure(Autoconf_run_bat, /* name */
0x7C140200, // 000E CALL R5 1 0x7C140200, // 000E CALL R5 1
0x1C140B03, // 000F EQ R5 R5 K3 0x1C140B03, // 000F EQ R5 R5 K3
0x78160000, // 0010 JMPF R5 #0012 0x78160000, // 0010 JMPF R5 #0012
0x70020014, // 0011 JMP #0027 0x7002001A, // 0011 JMP #002D
0x5415FFFE, // 0012 LDINT R5 -1 0x6014000C, // 0012 GETGBL R5 G12
0x94140805, // 0013 GETIDX R5 R4 R5 0x5C180800, // 0013 MOVE R6 R4
0x1C140B04, // 0014 EQ R5 R5 K4 0x7C140200, // 0014 CALL R5 1
0x74160003, // 0015 JMPT R5 #001A 0x24140B03, // 0015 GT R5 R5 K3
0x5415FFFE, // 0016 LDINT R5 -1 0x7816000B, // 0016 JMPF R5 #0023
0x94140805, // 0017 GETIDX R5 R4 R5 0x5415FFFE, // 0017 LDINT R5 -1
0x1C140B05, // 0018 EQ R5 R5 K5 0x94140805, // 0018 GETIDX R5 R4 R5
0x78160002, // 0019 JMPF R5 #001D 0x1C140B04, // 0019 EQ R5 R5 K4
0x5415FFFD, // 001A LDINT R5 -2 0x74160003, // 001A JMPT R5 #001F
0x40160605, // 001B CONNECT R5 K3 R5 0x5415FFFE, // 001B LDINT R5 -1
0x94100805, // 001C GETIDX R4 R4 R5 0x94140805, // 001C GETIDX R5 R4 R5
0x6014000C, // 001D GETGBL R5 G12 0x1C140B05, // 001D EQ R5 R5 K5
0x5C180800, // 001E MOVE R6 R4 0x78160003, // 001E JMPF R5 #0023
0x7C140200, // 001F CALL R5 1 0x5415FFFD, // 001F LDINT R5 -2
0x24140B03, // 0020 GT R5 R5 K3 0x40160605, // 0020 CONNECT R5 K3 R5
0x78160003, // 0021 JMPF R5 #0026 0x94100805, // 0021 GETIDX R4 R4 R5
0xB8160C00, // 0022 GETNGBL R5 K6 0x7001FFEE, // 0022 JMP #0012
0x8C140B07, // 0023 GETMET R5 R5 K7 0x6014000C, // 0023 GETGBL R5 G12
0x5C1C0800, // 0024 MOVE R7 R4 0x5C180800, // 0024 MOVE R6 R4
0x7C140400, // 0025 CALL R5 2 0x7C140200, // 0025 CALL R5 1
0x7001FFE0, // 0026 JMP #0008 0x24140B03, // 0026 GT R5 R5 K3
0x8C100708, // 0027 GETMET R4 R3 K8 0x78160003, // 0027 JMPF R5 #002C
0x7C100200, // 0028 CALL R4 1 0xB8160C00, // 0028 GETNGBL R5 K6
0xA8040001, // 0029 EXBLK 1 1 0x8C140B07, // 0029 GETMET R5 R5 K7
0x7002000D, // 002A JMP #0039 0x5C1C0800, // 002A MOVE R7 R4
0xAC100002, // 002B CATCH R4 0 2 0x7C140400, // 002B CALL R5 2
0x7002000A, // 002C JMP #0038 0x7001FFDA, // 002C JMP #0008
0x60180001, // 002D GETGBL R6 G1 0x8C100708, // 002D GETMET R4 R3 K8
0x8C1C0509, // 002E GETMET R7 R2 K9 0x7C100200, // 002E CALL R4 1
0x5824000A, // 002F LDCONST R9 K10 0xA8040001, // 002F EXBLK 1 1
0x5C280200, // 0030 MOVE R10 R1 0x7002000D, // 0030 JMP #003F
0x5C2C0800, // 0031 MOVE R11 R4 0xAC100002, // 0031 CATCH R4 0 2
0x5C300A00, // 0032 MOVE R12 R5 0x7002000A, // 0032 JMP #003E
0x7C1C0A00, // 0033 CALL R7 5 0x60180001, // 0033 GETGBL R6 G1
0x7C180200, // 0034 CALL R6 1 0x8C1C0509, // 0034 GETMET R7 R2 K9
0x8C180708, // 0035 GETMET R6 R3 K8 0x5824000A, // 0035 LDCONST R9 K10
0x7C180200, // 0036 CALL R6 1 0x5C280200, // 0036 MOVE R10 R1
0x70020000, // 0037 JMP #0039 0x5C2C0800, // 0037 MOVE R11 R4
0xB0080000, // 0038 RAISE 2 R0 R0 0x5C300A00, // 0038 MOVE R12 R5
0x80000000, // 0039 RET 0 0x7C1C0A00, // 0039 CALL R7 5
0x7C180200, // 003A CALL R6 1
0x8C180708, // 003B GETMET R6 R3 K8
0x7C180200, // 003C CALL R6 1
0x70020000, // 003D JMP #003F
0xB0080000, // 003E RAISE 2 R0 R0
0x80000000, // 003F RET 0
}) })
) )
); );