diff --git a/lib/libesp32/Berry/default/be_lvgl_signal_arcs_lib.c b/lib/libesp32/Berry/default/be_lvgl_signal_arcs_lib.c new file mode 100644 index 000000000..e33b5c205 --- /dev/null +++ b/lib/libesp32/Berry/default/be_lvgl_signal_arcs_lib.c @@ -0,0 +1,439 @@ +/******************************************************************** + * Tasmota LVGL lv_signal_bars widget + *******************************************************************/ +#include "be_constobj.h" + +#ifdef USE_LVGL + +#include "lvgl.h" + +/******************************************************************** +** Solidified function: my_design_cb +********************************************************************/ +be_local_closure(my_design_cb, /* name */ + be_nested_proto( + 26, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 1, /* has sup protos */ + ( &(const struct bproto*[ 1]) { + be_nested_proto( + 2, /* nstack */ + 1, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 1]) { /* constants */ + /* K0 */ be_const_int(1), + }), + (be_nested_const_str("atleast1", 1956331672, 8)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[ 6]) { /* code */ + 0x28040100, // 0000 GE R1 R0 K0 + 0x78060001, // 0001 JMPF R1 #0004 + 0x80040000, // 0002 RET 1 R0 + 0x70020000, // 0003 JMP #0005 + 0x80060000, // 0004 RET 1 K0 + 0x80000000, // 0005 RET 0 + }) + ), + }), + 1, /* has constants */ + ( &(const bvalue[35]) { /* constants */ + /* K0 */ be_nested_string("math", -293037681, 4), + /* K1 */ be_nested_string("get_height", -723211773, 10), + /* K2 */ be_nested_string("get_width", -1001549996, 9), + /* K3 */ be_const_int(2), + /* K4 */ be_const_int(3), + /* K5 */ be_nested_string("lv", 1529997255, 2), + /* K6 */ be_nested_string("DESIGN_COVER_CHK", -1298406708, 16), + /* K7 */ be_nested_string("ancestor_design", 421545719, 15), + /* K8 */ be_nested_string("call", -1276017495, 4), + /* K9 */ be_nested_string("DESIGN_DRAW_MAIN", -904475754, 16), + /* K10 */ be_nested_string("get_coords", 1044089006, 10), + /* K11 */ be_nested_string("area", -1693507260, 4), + /* K12 */ be_nested_string("x1", 274927234, 2), + /* K13 */ be_nested_string("y1", -1939865569, 2), + /* K14 */ be_nested_string("draw_line_dsc_init", -428273650, 18), + /* K15 */ be_nested_string("line_dsc", -200476318, 8), + /* K16 */ be_nested_string("init_draw_line_dsc", -1787031256, 18), + /* K17 */ be_nested_string("OBJ_PART_MAIN", 658062838, 13), + /* K18 */ be_nested_string("round_start", -1345482912, 11), + /* K19 */ be_const_int(1), + /* K20 */ be_nested_string("round_end", 985288225, 9), + /* K21 */ be_nested_string("width", -1786286561, 5), + /* K22 */ be_nested_string("get_style_line_color", 805371932, 20), + /* K23 */ be_nested_string("STATE_DEFAULT", 712406428, 13), + /* K24 */ be_nested_string("get_style_bg_color", 964794381, 18), + /* K25 */ be_nested_string("deg", -967213025, 3), + /* K26 */ be_nested_string("acos", 1006755615, 4), + /* K27 */ be_nested_string("p1", -1605446022, 2), + /* K28 */ be_nested_string("x", -49524601, 1), + /* K29 */ be_nested_string("y", -66302220, 1), + /* K30 */ be_nested_string("color", 1031692888, 5), + /* K31 */ be_nested_string("percentage", -1756136011, 10), + /* K32 */ be_nested_string("draw_arc", 1828251676, 8), + /* K33 */ be_const_int(0), + /* K34 */ be_nested_string("DESIGN_RES_OK", -1265307123, 13), + }), + (be_nested_const_str("my_design_cb", -1173588798, 12)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[179]) { /* code */ + 0xA40E0000, // 0000 IMPORT R3 K0 + 0x84100000, // 0001 CLOSURE R4 P0 + 0x8C140101, // 0002 GETMET R5 R0 K1 + 0x7C140200, // 0003 CALL R5 1 + 0x8C180102, // 0004 GETMET R6 R0 K2 + 0x7C180200, // 0005 CALL R6 1 + 0x5C1C0800, // 0006 MOVE R7 R4 + 0x54220007, // 0007 LDINT R8 8 + 0x0C200A08, // 0008 DIV R8 R5 R8 + 0x7C1C0200, // 0009 CALL R7 1 + 0x5C200800, // 000A MOVE R8 R4 + 0x08240F03, // 000B MUL R9 R7 K3 + 0x04240A09, // 000C SUB R9 R5 R9 + 0x0C241304, // 000D DIV R9 R9 K4 + 0x7C200200, // 000E CALL R8 1 + 0x0C241103, // 000F DIV R9 R8 K3 + 0xB82A0A00, // 0010 GETNGBL R10 K5 + 0x88281506, // 0011 GETMBR R10 R10 K6 + 0x1C28040A, // 0012 EQ R10 R2 R10 + 0x782A0007, // 0013 JMPF R10 #001C + 0x88280107, // 0014 GETMBR R10 R0 K7 + 0x8C281508, // 0015 GETMET R10 R10 K8 + 0x5C300000, // 0016 MOVE R12 R0 + 0x5C340200, // 0017 MOVE R13 R1 + 0x5C380400, // 0018 MOVE R14 R2 + 0x7C280800, // 0019 CALL R10 4 + 0x80041400, // 001A RET 1 R10 + 0x70020093, // 001B JMP #00B0 + 0xB82A0A00, // 001C GETNGBL R10 K5 + 0x88281509, // 001D GETMBR R10 R10 K9 + 0x1C28040A, // 001E EQ R10 R2 R10 + 0x782A008F, // 001F JMPF R10 #00B0 + 0x8C28010A, // 0020 GETMET R10 R0 K10 + 0x8830010B, // 0021 GETMBR R12 R0 K11 + 0x7C280400, // 0022 CALL R10 2 + 0x8828010B, // 0023 GETMBR R10 R0 K11 + 0x8828150C, // 0024 GETMBR R10 R10 K12 + 0x882C010B, // 0025 GETMBR R11 R0 K11 + 0x882C170D, // 0026 GETMBR R11 R11 K13 + 0xB8320A00, // 0027 GETNGBL R12 K5 + 0x8C30190E, // 0028 GETMET R12 R12 K14 + 0x8838010F, // 0029 GETMBR R14 R0 K15 + 0x7C300400, // 002A CALL R12 2 + 0x8C300110, // 002B GETMET R12 R0 K16 + 0xB83A0A00, // 002C GETNGBL R14 K5 + 0x88381D11, // 002D GETMBR R14 R14 K17 + 0x883C010F, // 002E GETMBR R15 R0 K15 + 0x7C300600, // 002F CALL R12 3 + 0x8830010F, // 0030 GETMBR R12 R0 K15 + 0x90322513, // 0031 SETMBR R12 K18 K19 + 0x8830010F, // 0032 GETMBR R12 R0 K15 + 0x90322913, // 0033 SETMBR R12 K20 K19 + 0x8830010F, // 0034 GETMBR R12 R0 K15 + 0x08341104, // 0035 MUL R13 R8 K4 + 0x00341B13, // 0036 ADD R13 R13 K19 + 0x543A0003, // 0037 LDINT R14 4 + 0x0C341A0E, // 0038 DIV R13 R13 R14 + 0x90322A0D, // 0039 SETMBR R12 K21 R13 + 0x8C300116, // 003A GETMET R12 R0 K22 + 0xB83A0A00, // 003B GETNGBL R14 K5 + 0x88381D11, // 003C GETMBR R14 R14 K17 + 0xB83E0A00, // 003D GETNGBL R15 K5 + 0x883C1F17, // 003E GETMBR R15 R15 K23 + 0x7C300600, // 003F CALL R12 3 + 0x8C340118, // 0040 GETMET R13 R0 K24 + 0xB83E0A00, // 0041 GETNGBL R15 K5 + 0x883C1F11, // 0042 GETMBR R15 R15 K17 + 0xB8420A00, // 0043 GETNGBL R16 K5 + 0x88402117, // 0044 GETMBR R16 R16 K23 + 0x7C340600, // 0045 CALL R13 3 + 0x04380A08, // 0046 SUB R14 R5 R8 + 0x0C3C0D03, // 0047 DIV R15 R6 K3 + 0x043C1E09, // 0048 SUB R15 R15 R9 + 0x60400007, // 0049 GETGBL R16 G7 + 0x54460059, // 004A LDINT R17 90 + 0x8C480719, // 004B GETMET R18 R3 K25 + 0x8C50071A, // 004C GETMET R20 R3 K26 + 0x60580011, // 004D GETGBL R22 G17 + 0x5C5C1E00, // 004E MOVE R23 R15 + 0x7C580200, // 004F CALL R22 1 + 0x605C0011, // 0050 GETGBL R23 G17 + 0x5C601C00, // 0051 MOVE R24 R14 + 0x7C5C0200, // 0052 CALL R23 1 + 0x0C582C17, // 0053 DIV R22 R22 R23 + 0x7C500400, // 0054 CALL R20 2 + 0x7C480400, // 0055 CALL R18 2 + 0x04442212, // 0056 SUB R17 R17 R18 + 0x7C400200, // 0057 CALL R16 1 + 0x5446002C, // 0058 LDINT R17 45 + 0x24442011, // 0059 GT R17 R16 R17 + 0x78460000, // 005A JMPF R17 #005C + 0x5442002C, // 005B LDINT R16 45 + 0x8844011B, // 005C GETMBR R17 R0 K27 + 0x0C480D03, // 005D DIV R18 R6 K3 + 0x00481412, // 005E ADD R18 R10 R18 + 0x90463812, // 005F SETMBR R17 K28 R18 + 0x8844011B, // 0060 GETMBR R17 R0 K27 + 0x00481605, // 0061 ADD R18 R11 R5 + 0x04482513, // 0062 SUB R18 R18 K19 + 0x04482409, // 0063 SUB R18 R18 R9 + 0x90463A12, // 0064 SETMBR R17 K29 R18 + 0x8844010F, // 0065 GETMBR R17 R0 K15 + 0x8848011F, // 0066 GETMBR R18 R0 K31 + 0x544E0018, // 0067 LDINT R19 25 + 0x28482413, // 0068 GE R18 R18 R19 + 0x784A0001, // 0069 JMPF R18 #006C + 0x5C481800, // 006A MOVE R18 R12 + 0x70020000, // 006B JMP #006D + 0x5C481A00, // 006C MOVE R18 R13 + 0x90463C12, // 006D SETMBR R17 K30 R18 + 0xB8460A00, // 006E GETNGBL R17 K5 + 0x8C442320, // 006F GETMET R17 R17 K32 + 0x884C011B, // 0070 GETMBR R19 R0 K27 + 0x884C271C, // 0071 GETMBR R19 R19 K28 + 0x8850011B, // 0072 GETMBR R20 R0 K27 + 0x8850291D, // 0073 GETMBR R20 R20 K29 + 0x00541007, // 0074 ADD R21 R8 R7 + 0x08564215, // 0075 MUL R21 K33 R21 + 0x00542A09, // 0076 ADD R21 R21 R9 + 0x58580021, // 0077 LDCONST R22 K33 + 0x545E0167, // 0078 LDINT R23 360 + 0x5C600200, // 0079 MOVE R24 R1 + 0x8864010F, // 007A GETMBR R25 R0 K15 + 0x7C441000, // 007B CALL R17 8 + 0x8844010F, // 007C GETMBR R17 R0 K15 + 0x8848011F, // 007D GETMBR R18 R0 K31 + 0x544E0031, // 007E LDINT R19 50 + 0x28482413, // 007F GE R18 R18 R19 + 0x784A0001, // 0080 JMPF R18 #0083 + 0x5C481800, // 0081 MOVE R18 R12 + 0x70020000, // 0082 JMP #0084 + 0x5C481A00, // 0083 MOVE R18 R13 + 0x90463C12, // 0084 SETMBR R17 K30 R18 + 0xB8460A00, // 0085 GETNGBL R17 K5 + 0x8C442320, // 0086 GETMET R17 R17 K32 + 0x884C011B, // 0087 GETMBR R19 R0 K27 + 0x884C271C, // 0088 GETMBR R19 R19 K28 + 0x8850011B, // 0089 GETMBR R20 R0 K27 + 0x8850291D, // 008A GETMBR R20 R20 K29 + 0x00541007, // 008B ADD R21 R8 R7 + 0x08562615, // 008C MUL R21 K19 R21 + 0x00542A09, // 008D ADD R21 R21 R9 + 0x04542B13, // 008E SUB R21 R21 K19 + 0x545A010D, // 008F LDINT R22 270 + 0x04582C10, // 0090 SUB R22 R22 R16 + 0x545E010D, // 0091 LDINT R23 270 + 0x005C2E10, // 0092 ADD R23 R23 R16 + 0x5C600200, // 0093 MOVE R24 R1 + 0x8864010F, // 0094 GETMBR R25 R0 K15 + 0x7C441000, // 0095 CALL R17 8 + 0x8844010F, // 0096 GETMBR R17 R0 K15 + 0x8848011F, // 0097 GETMBR R18 R0 K31 + 0x544E004A, // 0098 LDINT R19 75 + 0x28482413, // 0099 GE R18 R18 R19 + 0x784A0001, // 009A JMPF R18 #009D + 0x5C481800, // 009B MOVE R18 R12 + 0x70020000, // 009C JMP #009E + 0x5C481A00, // 009D MOVE R18 R13 + 0x90463C12, // 009E SETMBR R17 K30 R18 + 0xB8460A00, // 009F GETNGBL R17 K5 + 0x8C442320, // 00A0 GETMET R17 R17 K32 + 0x884C011B, // 00A1 GETMBR R19 R0 K27 + 0x884C271C, // 00A2 GETMBR R19 R19 K28 + 0x8850011B, // 00A3 GETMBR R20 R0 K27 + 0x8850291D, // 00A4 GETMBR R20 R20 K29 + 0x00541007, // 00A5 ADD R21 R8 R7 + 0x08560615, // 00A6 MUL R21 K3 R21 + 0x00542A09, // 00A7 ADD R21 R21 R9 + 0x04542B03, // 00A8 SUB R21 R21 K3 + 0x545A010D, // 00A9 LDINT R22 270 + 0x04582C10, // 00AA SUB R22 R22 R16 + 0x545E010D, // 00AB LDINT R23 270 + 0x005C2E10, // 00AC ADD R23 R23 R16 + 0x5C600200, // 00AD MOVE R24 R1 + 0x8864010F, // 00AE GETMBR R25 R0 K15 + 0x7C441000, // 00AF CALL R17 8 + 0xB82A0A00, // 00B0 GETNGBL R10 K5 + 0x88281522, // 00B1 GETMBR R10 R10 K34 + 0x80041400, // 00B2 RET 1 R10 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: get_percentage +********************************************************************/ +be_local_closure(get_percentage, /* name */ + be_nested_proto( + 2, /* nstack */ + 1, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 1]) { /* constants */ + /* K0 */ be_nested_string("percentage", -1756136011, 10), + }), + (be_nested_const_str("get_percentage", -1414483304, 14)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[ 2]) { /* code */ + 0x88040100, // 0000 GETMBR R1 R0 K0 + 0x80040200, // 0001 RET 1 R1 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: init +********************************************************************/ +be_local_closure(init, /* name */ + be_nested_proto( + 7, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[13]) { /* constants */ + /* K0 */ be_nested_string("init", 380752755, 4), + /* K1 */ be_nested_string("ancestor_design", 421545719, 15), + /* K2 */ be_nested_string("get_design_cb", -825649242, 13), + /* K3 */ be_nested_string("set_design_cb", 1469311634, 13), + /* K4 */ be_nested_string("my_design_cb", -1173588798, 12), + /* K5 */ be_nested_string("percentage", -1756136011, 10), + /* K6 */ be_nested_string("p1", -1605446022, 2), + /* K7 */ be_nested_string("lv_point", -174745506, 8), + /* K8 */ be_nested_string("p2", -1622223641, 2), + /* K9 */ be_nested_string("area", -1693507260, 4), + /* K10 */ be_nested_string("lv_area", -1773816895, 7), + /* K11 */ be_nested_string("line_dsc", -200476318, 8), + /* K12 */ be_nested_string("lv_draw_line_dsc", -1872162060, 16), + }), + (be_nested_const_str("init", 380752755, 4)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[28]) { /* code */ + 0x600C0014, // 0000 GETGBL R3 G20 + 0x5C100000, // 0001 MOVE R4 R0 + 0x7C0C0200, // 0002 CALL R3 1 + 0x8C0C0700, // 0003 GETMET R3 R3 K0 + 0x5C140200, // 0004 MOVE R5 R1 + 0x5C180400, // 0005 MOVE R6 R2 + 0x7C0C0600, // 0006 CALL R3 3 + 0x8C0C0102, // 0007 GETMET R3 R0 K2 + 0x7C0C0200, // 0008 CALL R3 1 + 0x90020203, // 0009 SETMBR R0 K1 R3 + 0x8C0C0103, // 000A GETMET R3 R0 K3 + 0x88140104, // 000B GETMBR R5 R0 K4 + 0x7C0C0400, // 000C CALL R3 2 + 0x540E0063, // 000D LDINT R3 100 + 0x90020A03, // 000E SETMBR R0 K5 R3 + 0xB80E0E00, // 000F GETNGBL R3 K7 + 0x7C0C0000, // 0010 CALL R3 0 + 0x90020C03, // 0011 SETMBR R0 K6 R3 + 0xB80E0E00, // 0012 GETNGBL R3 K7 + 0x7C0C0000, // 0013 CALL R3 0 + 0x90021003, // 0014 SETMBR R0 K8 R3 + 0xB80E1400, // 0015 GETNGBL R3 K10 + 0x7C0C0000, // 0016 CALL R3 0 + 0x90021203, // 0017 SETMBR R0 K9 R3 + 0xB80E1800, // 0018 GETNGBL R3 K12 + 0x7C0C0000, // 0019 CALL R3 0 + 0x90021603, // 001A SETMBR R0 K11 R3 + 0x80000000, // 001B RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: set_percentage +********************************************************************/ +be_local_closure(set_percentage, /* name */ + be_nested_proto( + 5, /* nstack */ + 2, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 3]) { /* constants */ + /* K0 */ be_nested_string("percentage", -1756136011, 10), + /* K1 */ be_const_int(0), + /* K2 */ be_nested_string("invalidate", -1645232368, 10), + }), + (be_nested_const_str("set_percentage", -1342944572, 14)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[18]) { /* code */ + 0x88080100, // 0000 GETMBR R2 R0 K0 + 0x540E0003, // 0001 LDINT R3 4 + 0x0C080403, // 0002 DIV R2 R2 R3 + 0x540E0063, // 0003 LDINT R3 100 + 0x240C0203, // 0004 GT R3 R1 R3 + 0x780E0000, // 0005 JMPF R3 #0007 + 0x54060063, // 0006 LDINT R1 100 + 0x140C0301, // 0007 LT R3 R1 K1 + 0x780E0000, // 0008 JMPF R3 #000A + 0x58040001, // 0009 LDCONST R1 K1 + 0x90020001, // 000A SETMBR R0 K0 R1 + 0x540E0003, // 000B LDINT R3 4 + 0x0C0C0203, // 000C DIV R3 R1 R3 + 0x200C0403, // 000D NE R3 R2 R3 + 0x780E0001, // 000E JMPF R3 #0011 + 0x8C0C0102, // 000F GETMET R3 R0 K2 + 0x7C0C0200, // 0010 CALL R3 1 + 0x80000000, // 0011 RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified class: lv_signal_arcs +********************************************************************/ +extern const bclass be_class_lv_obj; +be_local_class(lv_signal_arcs, + 6, + &be_class_lv_obj, + be_nested_map(10, + ( (struct bmapnode*) &(const bmapnode[]) { + { be_nested_key("p1", -1605446022, 2, -1), be_const_var(2) }, + { be_nested_key("my_design_cb", -1173588798, 12, -1), be_const_closure(my_design_cb_closure) }, + { be_nested_key("get_percentage", -1414483304, 14, -1), be_const_closure(get_percentage_closure) }, + { be_nested_key("init", 380752755, 4, 7), be_const_closure(init_closure) }, + { be_nested_key("set_percentage", -1342944572, 14, 0), be_const_closure(set_percentage_closure) }, + { be_nested_key("percentage", -1756136011, 10, 3), be_const_var(1) }, + { be_nested_key("area", -1693507260, 4, -1), be_const_var(4) }, + { be_nested_key("p2", -1622223641, 2, -1), be_const_var(3) }, + { be_nested_key("line_dsc", -200476318, 8, 1), be_const_var(5) }, + { be_nested_key("ancestor_design", 421545719, 15, -1), be_const_var(0) }, + })), + (be_nested_const_str("lv_signal_arcs", -1455810308, 14)) +); +/*******************************************************************/ + +void be_load_lv_signal_arcs_class(bvm *vm) { + be_pushntvclass(vm, &be_class_lv_signal_arcs); + be_setglobal(vm, "lv_signal_arcs"); + be_pop(vm, 1); +} + +#endif // USE_LVGL \ No newline at end of file diff --git a/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_icon_lib.c b/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_icon_lib.c new file mode 100644 index 000000000..c46b09034 --- /dev/null +++ b/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_icon_lib.c @@ -0,0 +1,123 @@ +/******************************************************************** + * Tasmota LVGL lv_signal_bars widget + *******************************************************************/ +#include "be_constobj.h" + +#ifdef USE_LVGL + +#include "lvgl.h" + +/******************************************************************** +** Solidified function: init +********************************************************************/ +be_local_closure(init, /* name */ + be_nested_proto( + 11, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[16]) { /* constants */ + /* K0 */ be_nested_string("init", 380752755, 4), + /* K1 */ be_nested_string("set_style_local_bg_color", -498263023, 24), + /* K2 */ be_nested_string("lv", 1529997255, 2), + /* K3 */ be_nested_string("OBJ_PART_MAIN", 658062838, 13), + /* K4 */ be_nested_string("STATE_DEFAULT", 712406428, 13), + /* K5 */ be_nested_string("lv_color", 1419148319, 8), + /* K6 */ be_nested_string("COLOR_BLACK", 264427940, 11), + /* K7 */ be_nested_string("get_height", -723211773, 10), + /* K8 */ be_nested_string("get_style_pad_right", -1144679830, 19), + /* K9 */ be_nested_string("set_height", 1080207399, 10), + /* K10 */ be_const_int(3), + /* K11 */ be_nested_string("set_width", 484671920, 9), + /* K12 */ be_nested_string("set_x", 1849400772, 5), + /* K13 */ be_nested_string("get_width", -1001549996, 9), + /* K14 */ be_nested_string("set_style_local_pad_right", 1126712366, 25), + /* K15 */ be_const_int(1), + }), + (be_nested_const_str("init", 380752755, 4)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[52]) { /* code */ + 0x600C0014, // 0000 GETGBL R3 G20 + 0x5C100000, // 0001 MOVE R4 R0 + 0x7C0C0200, // 0002 CALL R3 1 + 0x8C0C0700, // 0003 GETMET R3 R3 K0 + 0x5C140200, // 0004 MOVE R5 R1 + 0x5C180400, // 0005 MOVE R6 R2 + 0x7C0C0600, // 0006 CALL R3 3 + 0x8C0C0101, // 0007 GETMET R3 R0 K1 + 0xB8160400, // 0008 GETNGBL R5 K2 + 0x88140B03, // 0009 GETMBR R5 R5 K3 + 0xB81A0400, // 000A GETNGBL R6 K2 + 0x88180D04, // 000B GETMBR R6 R6 K4 + 0xB81E0A00, // 000C GETNGBL R7 K5 + 0xB8220400, // 000D GETNGBL R8 K2 + 0x88201106, // 000E GETMBR R8 R8 K6 + 0x7C1C0200, // 000F CALL R7 1 + 0x7C0C0800, // 0010 CALL R3 4 + 0x4C0C0000, // 0011 LDNIL R3 + 0x200C0203, // 0012 NE R3 R1 R3 + 0x780E001E, // 0013 JMPF R3 #0033 + 0x8C0C0307, // 0014 GETMET R3 R1 K7 + 0x7C0C0200, // 0015 CALL R3 1 + 0x8C100308, // 0016 GETMET R4 R1 K8 + 0xB81A0400, // 0017 GETNGBL R6 K2 + 0x88180D03, // 0018 GETMBR R6 R6 K3 + 0xB81E0400, // 0019 GETNGBL R7 K2 + 0x881C0F04, // 001A GETMBR R7 R7 K4 + 0x7C100600, // 001B CALL R4 3 + 0x8C140109, // 001C GETMET R5 R0 K9 + 0x5C1C0600, // 001D MOVE R7 R3 + 0x7C140400, // 001E CALL R5 2 + 0x54160003, // 001F LDINT R5 4 + 0x08140605, // 0020 MUL R5 R3 R5 + 0x0C140B0A, // 0021 DIV R5 R5 K10 + 0x8C18010B, // 0022 GETMET R6 R0 K11 + 0x5C200A00, // 0023 MOVE R8 R5 + 0x7C180400, // 0024 CALL R6 2 + 0x8C18010C, // 0025 GETMET R6 R0 K12 + 0x8C20030D, // 0026 GETMET R8 R1 K13 + 0x7C200200, // 0027 CALL R8 1 + 0x04201005, // 0028 SUB R8 R8 R5 + 0x04201004, // 0029 SUB R8 R8 R4 + 0x7C180400, // 002A CALL R6 2 + 0x8C18030E, // 002B GETMET R6 R1 K14 + 0xB8220400, // 002C GETNGBL R8 K2 + 0x88201103, // 002D GETMBR R8 R8 K3 + 0xB8260400, // 002E GETNGBL R9 K2 + 0x88241304, // 002F GETMBR R9 R9 K4 + 0x00280805, // 0030 ADD R10 R4 R5 + 0x0028150F, // 0031 ADD R10 R10 K15 + 0x7C180800, // 0032 CALL R6 4 + 0x80000000, // 0033 RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified class: lv_wifi_arcs_icon +********************************************************************/ +extern const bclass be_class_lv_wifi_arcs; +be_local_class(lv_wifi_arcs_icon, + 0, + &be_class_lv_wifi_arcs, + be_nested_map(1, + ( (struct bmapnode*) &(const bmapnode[]) { + { be_nested_key("init", 380752755, 4, -1), be_const_closure(init_closure) }, + })), + (be_nested_const_str("lv_wifi_arcs_icon", 1507982909, 17)) +); +/*******************************************************************/ + +void be_load_lv_wifi_arcs_icon_class(bvm *vm) { + be_pushntvclass(vm, &be_class_lv_wifi_arcs_icon); + be_setglobal(vm, "lv_wifi_arcs_icon"); + be_pop(vm, 1); +} + +#endif // USE_LVGL \ No newline at end of file diff --git a/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_lib.c b/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_lib.c new file mode 100644 index 000000000..300b019d1 --- /dev/null +++ b/lib/libesp32/Berry/default/be_lvgl_wifi_arcs_lib.c @@ -0,0 +1,168 @@ +/******************************************************************** + * Tasmota LVGL lv_signal_bars widget + *******************************************************************/ +#include "be_constobj.h" + +#ifdef USE_LVGL + +#include "lvgl.h" + +/******************************************************************** +** Solidified function: every_second +********************************************************************/ +be_local_closure(every_second, /* name */ + be_nested_proto( + 7, /* nstack */ + 1, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 7]) { /* constants */ + /* K0 */ be_nested_string("tasmota", 424643812, 7), + /* K1 */ be_nested_string("wifi", 120087624, 4), + /* K2 */ be_nested_string("find", -1108310694, 4), + /* K3 */ be_nested_string("quality", -1697296346, 7), + /* K4 */ be_nested_string("ip", 1261996636, 2), + /* K5 */ be_nested_string("set_percentage", -1342944572, 14), + /* K6 */ be_const_int(0), + }), + (be_nested_const_str("every_second", 2075451465, 12)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[23]) { /* code */ + 0xB8060000, // 0000 GETNGBL R1 K0 + 0x8C040301, // 0001 GETMET R1 R1 K1 + 0x7C040200, // 0002 CALL R1 1 + 0x8C080302, // 0003 GETMET R2 R1 K2 + 0x58100003, // 0004 LDCONST R4 K3 + 0x7C080400, // 0005 CALL R2 2 + 0x8C0C0302, // 0006 GETMET R3 R1 K2 + 0x58140004, // 0007 LDCONST R5 K4 + 0x7C0C0400, // 0008 CALL R3 2 + 0x4C100000, // 0009 LDNIL R4 + 0x1C100604, // 000A EQ R4 R3 R4 + 0x78120003, // 000B JMPF R4 #0010 + 0x8C100105, // 000C GETMET R4 R0 K5 + 0x58180006, // 000D LDCONST R6 K6 + 0x7C100400, // 000E CALL R4 2 + 0x70020005, // 000F JMP #0016 + 0x4C100000, // 0010 LDNIL R4 + 0x20100404, // 0011 NE R4 R2 R4 + 0x78120002, // 0012 JMPF R4 #0016 + 0x8C100105, // 0013 GETMET R4 R0 K5 + 0x5C180400, // 0014 MOVE R6 R2 + 0x7C100400, // 0015 CALL R4 2 + 0x80000000, // 0016 RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: init +********************************************************************/ +be_local_closure(init, /* name */ + be_nested_proto( + 7, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 5]) { /* constants */ + /* K0 */ be_nested_string("init", 380752755, 4), + /* K1 */ be_nested_string("tasmota", 424643812, 7), + /* K2 */ be_nested_string("add_driver", 1654458371, 10), + /* K3 */ be_nested_string("set_percentage", -1342944572, 14), + /* K4 */ be_const_int(0), + }), + (be_nested_const_str("init", 380752755, 4)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[15]) { /* code */ + 0x600C0014, // 0000 GETGBL R3 G20 + 0x5C100000, // 0001 MOVE R4 R0 + 0x7C0C0200, // 0002 CALL R3 1 + 0x8C0C0700, // 0003 GETMET R3 R3 K0 + 0x5C140200, // 0004 MOVE R5 R1 + 0x5C180400, // 0005 MOVE R6 R2 + 0x7C0C0600, // 0006 CALL R3 3 + 0xB80E0200, // 0007 GETNGBL R3 K1 + 0x8C0C0702, // 0008 GETMET R3 R3 K2 + 0x5C140000, // 0009 MOVE R5 R0 + 0x7C0C0400, // 000A CALL R3 2 + 0x8C0C0103, // 000B GETMET R3 R0 K3 + 0x58140004, // 000C LDCONST R5 K4 + 0x7C0C0400, // 000D CALL R3 2 + 0x80000000, // 000E RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: del +********************************************************************/ +be_local_closure(del, /* name */ + be_nested_proto( + 4, /* nstack */ + 1, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 3]) { /* constants */ + /* K0 */ be_nested_string("del", -816214454, 3), + /* K1 */ be_nested_string("tasmota", 424643812, 7), + /* K2 */ be_nested_string("remove_driver", 1030243768, 13), + }), + (be_nested_const_str("del", -816214454, 3)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[10]) { /* code */ + 0x60040014, // 0000 GETGBL R1 G20 + 0x5C080000, // 0001 MOVE R2 R0 + 0x7C040200, // 0002 CALL R1 1 + 0x8C040300, // 0003 GETMET R1 R1 K0 + 0x7C040200, // 0004 CALL R1 1 + 0xB8060200, // 0005 GETNGBL R1 K1 + 0x8C040302, // 0006 GETMET R1 R1 K2 + 0x5C0C0000, // 0007 MOVE R3 R0 + 0x7C040400, // 0008 CALL R1 2 + 0x80000000, // 0009 RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified class: lv_wifi_arcs +********************************************************************/ +extern const bclass be_class_lv_signal_arcs; +be_local_class(lv_wifi_arcs, + 0, + &be_class_lv_signal_arcs, + be_nested_map(3, + ( (struct bmapnode*) &(const bmapnode[]) { + { be_nested_key("every_second", 2075451465, 12, 1), be_const_closure(every_second_closure) }, + { be_nested_key("init", 380752755, 4, -1), be_const_closure(init_closure) }, + { be_nested_key("del", -816214454, 3, -1), be_const_closure(del_closure) }, + })), + (be_nested_const_str("lv_wifi_arcs", 2082091963, 12)) +); +/*******************************************************************/ + +void be_load_lv_wifi_arcs_class(bvm *vm) { + be_pushntvclass(vm, &be_class_lv_wifi_arcs); + be_setglobal(vm, "lv_wifi_arcs"); + be_pop(vm, 1); +} + +#endif // USE_LVGL \ No newline at end of file diff --git a/lib/libesp32/Berry/default/be_lvgl_wifi_bars_icon_lib.c b/lib/libesp32/Berry/default/be_lvgl_wifi_bars_icon_lib.c new file mode 100644 index 000000000..a96a71e66 --- /dev/null +++ b/lib/libesp32/Berry/default/be_lvgl_wifi_bars_icon_lib.c @@ -0,0 +1,119 @@ +/******************************************************************** + * Tasmota LVGL lv_signal_bars widget + *******************************************************************/ +#include "be_constobj.h" + +#ifdef USE_LVGL + +#include "lvgl.h" + +/******************************************************************** +** Solidified function: init +********************************************************************/ +be_local_closure(init, /* name */ + be_nested_proto( + 10, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[15]) { /* constants */ + /* K0 */ be_nested_string("init", 380752755, 4), + /* K1 */ be_nested_string("set_style_local_bg_color", -498263023, 24), + /* K2 */ be_nested_string("lv", 1529997255, 2), + /* K3 */ be_nested_string("OBJ_PART_MAIN", 658062838, 13), + /* K4 */ be_nested_string("STATE_DEFAULT", 712406428, 13), + /* K5 */ be_nested_string("lv_color", 1419148319, 8), + /* K6 */ be_nested_string("COLOR_BLACK", 264427940, 11), + /* K7 */ be_nested_string("get_height", -723211773, 10), + /* K8 */ be_nested_string("get_style_pad_right", -1144679830, 19), + /* K9 */ be_nested_string("set_height", 1080207399, 10), + /* K10 */ be_nested_string("set_width", 484671920, 9), + /* K11 */ be_nested_string("set_x", 1849400772, 5), + /* K12 */ be_nested_string("get_width", -1001549996, 9), + /* K13 */ be_nested_string("set_style_local_pad_right", 1126712366, 25), + /* K14 */ be_const_int(1), + }), + (be_nested_const_str("init", 380752755, 4)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[49]) { /* code */ + 0x600C0014, // 0000 GETGBL R3 G20 + 0x5C100000, // 0001 MOVE R4 R0 + 0x7C0C0200, // 0002 CALL R3 1 + 0x8C0C0700, // 0003 GETMET R3 R3 K0 + 0x5C140200, // 0004 MOVE R5 R1 + 0x5C180400, // 0005 MOVE R6 R2 + 0x7C0C0600, // 0006 CALL R3 3 + 0x8C0C0101, // 0007 GETMET R3 R0 K1 + 0xB8160400, // 0008 GETNGBL R5 K2 + 0x88140B03, // 0009 GETMBR R5 R5 K3 + 0xB81A0400, // 000A GETNGBL R6 K2 + 0x88180D04, // 000B GETMBR R6 R6 K4 + 0xB81E0A00, // 000C GETNGBL R7 K5 + 0xB8220400, // 000D GETNGBL R8 K2 + 0x88201106, // 000E GETMBR R8 R8 K6 + 0x7C1C0200, // 000F CALL R7 1 + 0x7C0C0800, // 0010 CALL R3 4 + 0x4C0C0000, // 0011 LDNIL R3 + 0x200C0203, // 0012 NE R3 R1 R3 + 0x780E001B, // 0013 JMPF R3 #0030 + 0x8C0C0307, // 0014 GETMET R3 R1 K7 + 0x7C0C0200, // 0015 CALL R3 1 + 0x8C100308, // 0016 GETMET R4 R1 K8 + 0xB81A0400, // 0017 GETNGBL R6 K2 + 0x88180D03, // 0018 GETMBR R6 R6 K3 + 0xB81E0400, // 0019 GETNGBL R7 K2 + 0x881C0F04, // 001A GETMBR R7 R7 K4 + 0x7C100600, // 001B CALL R4 3 + 0x8C140109, // 001C GETMET R5 R0 K9 + 0x5C1C0600, // 001D MOVE R7 R3 + 0x7C140400, // 001E CALL R5 2 + 0x8C14010A, // 001F GETMET R5 R0 K10 + 0x5C1C0600, // 0020 MOVE R7 R3 + 0x7C140400, // 0021 CALL R5 2 + 0x8C14010B, // 0022 GETMET R5 R0 K11 + 0x8C1C030C, // 0023 GETMET R7 R1 K12 + 0x7C1C0200, // 0024 CALL R7 1 + 0x041C0E03, // 0025 SUB R7 R7 R3 + 0x041C0E04, // 0026 SUB R7 R7 R4 + 0x7C140400, // 0027 CALL R5 2 + 0x8C14030D, // 0028 GETMET R5 R1 K13 + 0xB81E0400, // 0029 GETNGBL R7 K2 + 0x881C0F03, // 002A GETMBR R7 R7 K3 + 0xB8220400, // 002B GETNGBL R8 K2 + 0x88201104, // 002C GETMBR R8 R8 K4 + 0x00240803, // 002D ADD R9 R4 R3 + 0x0024130E, // 002E ADD R9 R9 K14 + 0x7C140800, // 002F CALL R5 4 + 0x80000000, // 0030 RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified class: lv_wifi_bars_icon +********************************************************************/ +extern const bclass be_class_lv_wifi_bars; +be_local_class(lv_wifi_bars_icon, + 0, + &be_class_lv_wifi_bars, + be_nested_map(1, + ( (struct bmapnode*) &(const bmapnode[]) { + { be_nested_key("init", 380752755, 4, -1), be_const_closure(init_closure) }, + })), + (be_nested_const_str("lv_wifi_bars_icon", -1489151756, 17)) +); +/*******************************************************************/ + +void be_load_lv_wifi_bars_icon_class(bvm *vm) { + be_pushntvclass(vm, &be_class_lv_wifi_bars_icon); + be_setglobal(vm, "lv_wifi_bars_icon"); + be_pop(vm, 1); +} + +#endif // USE_LVGL \ No newline at end of file diff --git a/lib/libesp32/Berry/default/be_lvgl_signal_wifi_lib.c b/lib/libesp32/Berry/default/be_lvgl_wifi_bars_lib.c similarity index 75% rename from lib/libesp32/Berry/default/be_lvgl_signal_wifi_lib.c rename to lib/libesp32/Berry/default/be_lvgl_wifi_bars_lib.c index 90454c647..6e4540b2b 100644 --- a/lib/libesp32/Berry/default/be_lvgl_signal_wifi_lib.c +++ b/lib/libesp32/Berry/default/be_lvgl_wifi_bars_lib.c @@ -7,50 +7,6 @@ #include "lvgl.h" -/******************************************************************** -** Solidified function: init -********************************************************************/ -be_local_closure(init, /* name */ - be_nested_proto( - 7, /* nstack */ - 3, /* argc */ - 0, /* varg */ - 0, /* has upvals */ - NULL, /* no upvals */ - 0, /* has sup protos */ - NULL, /* no sub protos */ - 1, /* has constants */ - ( &(const bvalue[ 5]) { /* constants */ - /* K0 */ be_nested_string("init", 380752755, 4), - /* K1 */ be_nested_string("tasmota", 424643812, 7), - /* K2 */ be_nested_string("add_driver", 1654458371, 10), - /* K3 */ be_nested_string("set_percentage", -1342944572, 14), - /* K4 */ be_const_int(0), - }), - (be_nested_const_str("init", 380752755, 4)), - (be_nested_const_str("input", -103256197, 5)), - ( &(const binstruction[15]) { /* code */ - 0x600C0014, // 0000 GETGBL R3 G20 - 0x5C100000, // 0001 MOVE R4 R0 - 0x7C0C0200, // 0002 CALL R3 1 - 0x8C0C0700, // 0003 GETMET R3 R3 K0 - 0x5C140200, // 0004 MOVE R5 R1 - 0x5C180400, // 0005 MOVE R6 R2 - 0x7C0C0600, // 0006 CALL R3 3 - 0xB80E0200, // 0007 GETNGBL R3 K1 - 0x8C0C0702, // 0008 GETMET R3 R3 K2 - 0x5C140000, // 0009 MOVE R5 R0 - 0x7C0C0400, // 000A CALL R3 2 - 0x8C0C0103, // 000B GETMET R3 R0 K3 - 0x58140004, // 000C LDCONST R5 K4 - 0x7C0C0400, // 000D CALL R3 2 - 0x80000000, // 000E RET 0 - }) - ) -); -/*******************************************************************/ - - /******************************************************************** ** Solidified function: every_second ********************************************************************/ @@ -105,6 +61,87 @@ be_local_closure(every_second, /* name */ /*******************************************************************/ +/******************************************************************** +** Solidified function: init +********************************************************************/ +be_local_closure(init, /* name */ + be_nested_proto( + 7, /* nstack */ + 3, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 5]) { /* constants */ + /* K0 */ be_nested_string("init", 380752755, 4), + /* K1 */ be_nested_string("tasmota", 424643812, 7), + /* K2 */ be_nested_string("add_driver", 1654458371, 10), + /* K3 */ be_nested_string("set_percentage", -1342944572, 14), + /* K4 */ be_const_int(0), + }), + (be_nested_const_str("init", 380752755, 4)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[15]) { /* code */ + 0x600C0014, // 0000 GETGBL R3 G20 + 0x5C100000, // 0001 MOVE R4 R0 + 0x7C0C0200, // 0002 CALL R3 1 + 0x8C0C0700, // 0003 GETMET R3 R3 K0 + 0x5C140200, // 0004 MOVE R5 R1 + 0x5C180400, // 0005 MOVE R6 R2 + 0x7C0C0600, // 0006 CALL R3 3 + 0xB80E0200, // 0007 GETNGBL R3 K1 + 0x8C0C0702, // 0008 GETMET R3 R3 K2 + 0x5C140000, // 0009 MOVE R5 R0 + 0x7C0C0400, // 000A CALL R3 2 + 0x8C0C0103, // 000B GETMET R3 R0 K3 + 0x58140004, // 000C LDCONST R5 K4 + 0x7C0C0400, // 000D CALL R3 2 + 0x80000000, // 000E RET 0 + }) + ) +); +/*******************************************************************/ + + +/******************************************************************** +** Solidified function: del +********************************************************************/ +be_local_closure(del, /* name */ + be_nested_proto( + 4, /* nstack */ + 1, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 3]) { /* constants */ + /* K0 */ be_nested_string("del", -816214454, 3), + /* K1 */ be_nested_string("tasmota", 424643812, 7), + /* K2 */ be_nested_string("remove_driver", 1030243768, 13), + }), + (be_nested_const_str("del", -816214454, 3)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[10]) { /* code */ + 0x60040014, // 0000 GETGBL R1 G20 + 0x5C080000, // 0001 MOVE R2 R0 + 0x7C040200, // 0002 CALL R1 1 + 0x8C040300, // 0003 GETMET R1 R1 K0 + 0x7C040200, // 0004 CALL R1 1 + 0xB8060200, // 0005 GETNGBL R1 K1 + 0x8C040302, // 0006 GETMET R1 R1 K2 + 0x5C0C0000, // 0007 MOVE R3 R0 + 0x7C040400, // 0008 CALL R1 2 + 0x80000000, // 0009 RET 0 + }) + ) +); +/*******************************************************************/ + + /******************************************************************** ** Solidified class: lv_wifi_bars ********************************************************************/ @@ -112,10 +149,11 @@ extern const bclass be_class_lv_signal_bars; be_local_class(lv_wifi_bars, 0, &be_class_lv_signal_bars, - be_nested_map(2, + be_nested_map(3, ( (struct bmapnode*) &(const bmapnode[]) { + { be_nested_key("every_second", 2075451465, 12, 1), be_const_closure(every_second_closure) }, { be_nested_key("init", 380752755, 4, -1), be_const_closure(init_closure) }, - { be_nested_key("every_second", 2075451465, 12, 0), be_const_closure(every_second_closure) }, + { be_nested_key("del", -816214454, 3, -1), be_const_closure(del_closure) }, })), (be_nested_const_str("lv_wifi_bars", 2109539196, 12)) ); diff --git a/lib/libesp32/Berry/default/be_modtab.c b/lib/libesp32/Berry/default/be_modtab.c index 10ddb439f..6382d0855 100644 --- a/lib/libesp32/Berry/default/be_modtab.c +++ b/lib/libesp32/Berry/default/be_modtab.c @@ -127,6 +127,10 @@ extern void be_load_ctypes_definitions_lib(bvm *vm); // custom widgets extern void be_load_lv_signal_bars_class(bvm *vm); extern void be_load_lv_wifi_bars_class(bvm *vm); +extern void be_load_lv_wifi_bars_icon_class(bvm *vm); +extern void be_load_lv_signal_arcs_class(bvm *vm); +extern void be_load_lv_wifi_arcs_class(bvm *vm); +extern void be_load_lv_wifi_arcs_icon_class(bvm *vm); #endif// USE_LVGL /* this code loads the native class definitions */ @@ -171,6 +175,10 @@ BERRY_API void be_load_custom_libs(bvm *vm) // custom widgets be_load_lv_signal_bars_class(vm); be_load_lv_wifi_bars_class(vm); + be_load_lv_wifi_bars_icon_class(vm); + be_load_lv_signal_arcs_class(vm); + be_load_lv_wifi_arcs_class(vm); + be_load_lv_wifi_arcs_icon_class(vm); #endif // USE_LVGL } #endif diff --git a/lib/libesp32/Berry/default/be_tasmotalib.c b/lib/libesp32/Berry/default/be_tasmotalib.c index 4498df7ec..662a4b72d 100644 --- a/lib/libesp32/Berry/default/be_tasmotalib.c +++ b/lib/libesp32/Berry/default/be_tasmotalib.c @@ -1462,6 +1462,46 @@ be_local_closure(add_driver, /* name */ ); /*******************************************************************/ +/******************************************************************** +** Solidified function: remove_driver +********************************************************************/ +be_local_closure(remove_driver, /* name */ + be_nested_proto( + 6, /* nstack */ + 2, /* argc */ + 0, /* varg */ + 0, /* has upvals */ + NULL, /* no upvals */ + 0, /* has sup protos */ + NULL, /* no sub protos */ + 1, /* has constants */ + ( &(const bvalue[ 3]) { /* constants */ + /* K0 */ be_nested_string("_drivers", -1034638311, 8), + /* K1 */ be_nested_string("find", -1108310694, 4), + /* K2 */ be_nested_string("pop", 1362321360, 3), + }), + (be_nested_const_str("remove_driver", 1030243768, 13)), + (be_nested_const_str("input", -103256197, 5)), + ( &(const binstruction[14]) { /* code */ + 0x88080100, // 0000 GETMBR R2 R0 K0 + 0x780A000A, // 0001 JMPF R2 #000D + 0x88080100, // 0002 GETMBR R2 R0 K0 + 0x8C080501, // 0003 GETMET R2 R2 K1 + 0x5C100200, // 0004 MOVE R4 R1 + 0x7C080400, // 0005 CALL R2 2 + 0x4C0C0000, // 0006 LDNIL R3 + 0x200C0403, // 0007 NE R3 R2 R3 + 0x780E0003, // 0008 JMPF R3 #000D + 0x880C0100, // 0009 GETMBR R3 R0 K0 + 0x8C0C0702, // 000A GETMET R3 R3 K2 + 0x5C140400, // 000B MOVE R5 R2 + 0x7C0C0400, // 000C CALL R3 2 + 0x80000000, // 000D RET 0 + }) + ) +); +/*******************************************************************/ + /******************************************************************** ** Solidified function: load ********************************************************************/ @@ -2105,96 +2145,15 @@ be_local_closure(gen_cb, /* name */ /*******************************************************************/ -#if BE_USE_PRECOMPILED_OBJECT #include "../generate/be_fixed_be_class_tasmota.h" -#endif // Class definition void be_load_tasmota_ntvlib(bvm *vm) { -#if !BE_USE_PRECOMPILED_OBJECT - static const bnfuncinfo members[] = { - { "_rules", NULL }, - { "_timers", NULL }, - { "_ccmd", NULL }, - { "_drivers", NULL }, - { "_cb", NULL}, - { "wire1", NULL }, - { "wire2", NULL }, - { "get_free_heap", l_getFreeHeap }, - { "publish", l_publish }, - { "publish_result", l_publish_result }, - { "_cmd", l_cmd }, - { "_get_cb", l_get_cb }, - { "get_option", l_getoption }, - { "millis", l_millis }, - { "time_reached", l_timereached }, - { "rtc", l_rtc }, - { "time_dump", l_time_dump }, - { "memory", l_memory }, - { "wifi", l_wifi }, - { "eth", l_eth }, - { "yield", l_yield }, - { "delay", l_delay }, - { "scale_uint", l_scaleuint }, - { "log", l_logInfo }, - { "save", l_save }, - - { "resp_cmnd", l_respCmnd }, - { "resp_cmnd_str", l_respCmndStr }, - { "resp_cmnd_done", l_respCmndDone }, - { "resp_cmnd_error", l_respCmndError }, - { "resp_cmnd_failed", l_respCmndFailed }, - { "resolvecmnd", l_resolveCmnd }, - - { "response_append", l_respAppend }, - { "web_send", l_webSend }, - { "web_send_decimal", l_webSendDecimal }, - - { "get_power", l_getpower }, - { "set_power", l_setpower }, - - { "i2c_enabled", l_i2cenabled }, - - { NULL, (bntvfunc) BE_CLOSURE }, /* mark section for berry closures */ - { "cmd", (bntvfunc) &cmd_closure }, - { "chars_in_string", (bntvfunc) &chars_in_string_closure }, - { "find_key_i", (bntvfunc) &find_key_i_closure }, - { "find_op", (bntvfunc) &find_op_closure }, - { "add_rule", (bntvfunc) &add_rule_closure }, - { "remove_rule", (bntvfunc) &remove_rule_closure }, - { "try_rule", (bntvfunc) &try_rule_closure }, - { "exec_rules", (bntvfunc) &exec_rules_closure }, - { "set_timer", (bntvfunc) &set_timer_closure }, - { "run_deferred", (bntvfunc) &run_deferred_closure }, - { "remove_timer", (bntvfunc) &remove_timer_closure }, - { "add_cmd", (bntvfunc) &add_cmd_closure }, - { "remove_cmd", (bntvfunc) &remove_cmd_closure }, - { "exec_cmd", (bntvfunc) &exec_cmd_closure }, - { "gc", (bntvfunc) &gc_closure }, - { "event", (bntvfunc) &event_closure }, - { "add_driver", (bntvfunc) &add_driver_closure }, - { "load", (bntvfunc) &load_closure }, - { "wire_scan", (bntvfunc) &wire_scan_closure }, - { "time_str", (bntvfunc) &time_str_closure }, - - // callbacks - { "cb_dispatch", (bntvfunc) &cb_dispatch_closure }, - { "gen_cb", (bntvfunc) &gen_cb_closure }, - - // deprecated - { "get_light", (bntvfunc) &get_light_closure }, - { "set_light", (bntvfunc) &set_light_closure }, - - { NULL, NULL } - }; - be_regclass(vm, "Tasmota", members); -#else be_pushntvclass(vm, &be_class_tasmota); be_setglobal(vm, "Tasmota"); be_pop(vm, 1); -#endif } /* @const_object_info_begin @@ -2260,6 +2219,7 @@ class be_class_tasmota (scope: global, name: Tasmota) { gc, closure(gc_closure) event, closure(event_closure) add_driver, closure(add_driver_closure) + remove_driver, closure(remove_driver_closure) load, closure(load_closure) wire_scan, closure(wire_scan_closure) time_str, closure(time_str_closure) diff --git a/lib/libesp32/Berry/default/embedded/Tasmota.be b/lib/libesp32/Berry/default/embedded/Tasmota.be index b0cffc511..4390310c2 100644 --- a/lib/libesp32/Berry/default/embedded/Tasmota.be +++ b/lib/libesp32/Berry/default/embedded/Tasmota.be @@ -302,6 +302,15 @@ class Tasmota end end + def remove_driver(d) + if self._drivers + var idx = self._drivers.find(d) + if idx != nil + self._drivers.pop(idx) + end + end + end + # cmd high-level function def cmd(command) import json diff --git a/lib/libesp32/Berry/default/embedded/lv_signal_arcs.be b/lib/libesp32/Berry/default/embedded/lv_signal_arcs.be new file mode 100644 index 000000000..240e1a298 --- /dev/null +++ b/lib/libesp32/Berry/default/embedded/lv_signal_arcs.be @@ -0,0 +1,135 @@ +#- LVGL lv_signal_bars and lv_wifi_bars + - +--# + +class lv_signal_arcs : lv_obj + var ancestor_design # previous design_cb + var percentage # value to display, range 0..100 + var p1, p2, area, line_dsc # instances of objects kept to avoid re-instanciating at each call + + def init(parent, copy) + # init parent object + super(self).init(parent, copy) + # keep a copy of + self.ancestor_design = self.get_design_cb() + self.set_design_cb(self.my_design_cb) + # own values + self.percentage = 100 + # pre-allocate buffers + self.p1 = lv_point() + self.p2 = lv_point() + self.area = lv_area() + self.line_dsc = lv_draw_line_dsc() + end + + def my_design_cb(clip_area, mode) + import math + def atleast1(x) if x >= 1 return x else return 1 end end + # the model is that we have 4 bars and inter-bar (1/4 of width) + var height = self.get_height() + var width = self.get_width() + + var inter_bar = atleast1(height / 8) + var bar = atleast1((height - inter_bar * 2) / 3) + var bar_offset = bar / 2 + #print("inter_bar", inter_bar, "bar", bar, "bar_offset", bar_offset) + if mode == lv.DESIGN_COVER_CHK + #- Return false if the object is not covers the clip_area clip_area -# + return self.ancestor_design.call(self, clip_area, mode) + + elif mode == lv.DESIGN_DRAW_MAIN + #self.ancestor_design.call(self, clip_area, mode) # commented since we don't draw a background + + # get coordinates of object + self.get_coords(self.area) + var x_ofs = self.area.x1 + var y_ofs = self.area.y1 + lv.draw_line_dsc_init(self.line_dsc) # initialize lv_draw_line_dsc structure + self.init_draw_line_dsc(lv.OBJ_PART_MAIN, self.line_dsc) # copy the current values + + self.line_dsc.round_start = 1 + self.line_dsc.round_end = 1 + self.line_dsc.width = (bar * 3 + 1) / 4 + var on_color = self.get_style_line_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT) + var off_color = self.get_style_bg_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT) + + # initial calculation, but does not take into account bounding box + # var angle = int(math.deg(math.atan2(width / 2, height))) + + # better calculation + var hypotenuse = height - bar # center if at bar/2 from bottom and circle stops at bar/2 from top + var adjacent = width / 2 - bar_offset # stop at bar_offset from side + var angle = int(90 - math.deg(math.acos(real(adjacent) / real(hypotenuse)))) + if (angle > 45) angle = 45 end + + # print("hypotenuse",hypotenuse,"adjacent",adjacent,"angle",angle) + self.p1.x = x_ofs + width / 2 + self.p1.y = y_ofs + height - 1 - bar_offset + + self.line_dsc.color = self.percentage >= 25 ? on_color : off_color + lv.draw_arc(self.p1.x, self.p1.y, 0 * (bar + inter_bar) + bar_offset, 0, 360, clip_area, self.line_dsc) + self.line_dsc.color = self.percentage >= 50 ? on_color : off_color + lv.draw_arc(self.p1.x, self.p1.y, 1 * (bar + inter_bar) + bar_offset - 1, 270 - angle, 270 + angle, clip_area, self.line_dsc) + self.line_dsc.color = self.percentage >= 75 ? on_color : off_color + lv.draw_arc(self.p1.x, self.p1.y, 2 * (bar + inter_bar) + bar_offset - 2, 270 - angle, 270 + angle, clip_area, self.line_dsc) + + #elif mode == lv.DESIGN_DRAW_POST # commented since we don't want a frame around this object + # self.ancestor_design.call(self, clip_area, mode) + end + return lv.DESIGN_RES_OK + end + + def set_percentage(v) + var old_bars = self.percentage / 4 + if v > 100 v = 100 end + if v < 0 v = 0 end + self.percentage = v + if old_bars != v / 4 + self.invalidate() # be frugal and avoid updating the widget if it's not needed + end + end + + def get_percentage() + return self.percentage + end +end + +class lv_wifi_arcs: lv_signal_arcs + def init(parent, copy) + super(self).init(parent, copy) + tasmota.add_driver(self) + self.set_percentage(0) # we generally start with 0, meaning not connected + end + + def every_second() + var wifi = tasmota.wifi() + var quality = wifi.find("quality") + var ip = wifi.find("ip") + if ip == nil + self.set_percentage(0) + elif quality != nil + self.set_percentage(quality) + end + end + + def del() + super(self).del() + tasmota.remove_driver(self) + end +end + +class lv_wifi_arcs_icon: lv_wifi_arcs + def init(parent, copy) + super(self).init(parent, copy) + self.set_style_local_bg_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv_color(lv.COLOR_BLACK)) + if parent != nil + var parent_height = parent.get_height() + var pad_right = parent.get_style_pad_right(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT) + self.set_height(parent_height) + var w = (parent_height*4)/3 + self.set_width(w) # 130% + self.set_x(parent.get_width() - w - pad_right) + parent.set_style_local_pad_right(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, pad_right + w + 1) + end + end +end \ No newline at end of file diff --git a/lib/libesp32/Berry/default/embedded/lv_signal_bars.be b/lib/libesp32/Berry/default/embedded/lv_signal_bars.be index 121ca89eb..ca82014ea 100644 --- a/lib/libesp32/Berry/default/embedded/lv_signal_bars.be +++ b/lib/libesp32/Berry/default/embedded/lv_signal_bars.be @@ -99,4 +99,24 @@ class lv_wifi_bars: lv_signal_bars self.set_percentage(quality) end end + + def del() + super(self).del() + tasmota.remove_driver(self) + end end + +class lv_wifi_bars_icon: lv_wifi_bars + def init(parent, copy) + super(self).init(parent, copy) + self.set_style_local_bg_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv_color(lv.COLOR_BLACK)) + if parent != nil + var parent_height = parent.get_height() + var pad_right = parent.get_style_pad_right(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT) + self.set_height(parent_height) + self.set_width(parent_height) + self.set_x(parent.get_width() - parent_height - pad_right) + parent.set_style_local_pad_right(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, pad_right + parent_height + 1) + end + end +end \ No newline at end of file diff --git a/lib/libesp32/Berry/generate/be_const_strtab.h b/lib/libesp32/Berry/generate/be_const_strtab.h index 1f9279137..26bebb7f8 100644 --- a/lib/libesp32/Berry/generate/be_const_strtab.h +++ b/lib/libesp32/Berry/generate/be_const_strtab.h @@ -1,681 +1,682 @@ -extern const bcstring be_const_str_EXS_ENABLE; -extern const bcstring be_const_str_SYMBOL_WARNING; -extern const bcstring be_const_str_raise; -extern const bcstring be_const_str_opt_connect; -extern const bcstring be_const_str_calldepth; -extern const bcstring be_const_str_lv_spinner; -extern const bcstring be_const_str_stop; -extern const bcstring be_const_str_gamma10; -extern const bcstring be_const_str_rtc; -extern const bcstring be_const_str_HRXL_RX; -extern const bcstring be_const_str_ETH_PHY_MDC; -extern const bcstring be_const_str_SYMBOL_EYE_OPEN; -extern const bcstring be_const_str_time_dump; -extern const bcstring be_const_str_lv_draw_mask_angle_param; -extern const bcstring be_const_str_setitem; -extern const bcstring be_const_str_split; -extern const bcstring be_const_str_pow; -extern const bcstring be_const_str_resp_cmnd_failed; -extern const bcstring be_const_str_ELECTRIQ_MOODL_TX; -extern const bcstring be_const_str_OUTPUT_OPEN_DRAIN; -extern const bcstring be_const_str_PULLDOWN; -extern const bcstring be_const_str_SYMBOL_POWER; -extern const bcstring be_const_str_LOW; -extern const bcstring be_const_str_dot_def; -extern const bcstring be_const_str_DDSU666_TX; -extern const bcstring be_const_str_EC_C25519; -extern const bcstring be_const_str_add_cmd; -extern const bcstring be_const_str_ST7789_CS; -extern const bcstring be_const_str_Wire; -extern const bcstring be_const_str_HM10_TX; -extern const bcstring be_const_str_IRSEND; -extern const bcstring be_const_str_SDM120_RX; -extern const bcstring be_const_str_lv_draw_mask_common_dsc; -extern const bcstring be_const_str_KEY1_INV_NP; -extern const bcstring be_const_str_SSD1331_DC; -extern const bcstring be_const_str_WEBCAM_PCLK; -extern const bcstring be_const_str_gc; -extern const bcstring be_const_str_try; -extern const bcstring be_const_str_SYMBOL_LEFT; -extern const bcstring be_const_str_pin_mode; -extern const bcstring be_const_str_OPEN_DRAIN; -extern const bcstring be_const_str_pin; -extern const bcstring be_const_str_HX711_DAT; -extern const bcstring be_const_str___upper__; -extern const bcstring be_const_str_LE01MR_RX; -extern const bcstring be_const_str_SYMBOL_SETTINGS; -extern const bcstring be_const_str_get_free_heap; -extern const bcstring be_const_str_opt_call; -extern const bcstring be_const_str_LEDLNK_INV; -extern const bcstring be_const_str_WIEGAND_D1; -extern const bcstring be_const_str_lv_draw_mask_line_param; -extern const bcstring be_const_str_CC1101_GDO0; -extern const bcstring be_const_str_RC522_CS; -extern const bcstring be_const_str_BUZZER_INV; -extern const bcstring be_const_str_DHT11_OUT; -extern const bcstring be_const_str_MCP39F5_TX; -extern const bcstring be_const_str_pi; -extern const bcstring be_const_str_PN532_RXD; -extern const bcstring be_const_str_lv_style; -extern const bcstring be_const_str_I2S_IN_CLK; -extern const bcstring be_const_str_get; -extern const bcstring be_const_str_lv_checkbox; -extern const bcstring be_const_str_lv_design_cb; -extern const bcstring be_const_str_MAX31855CLK; -extern const bcstring be_const_str_isrunning; -extern const bcstring be_const_str_lv_obj; -extern const bcstring be_const_str_LMT01; -extern const bcstring be_const_str_SYMBOL_SD_CARD; -extern const bcstring be_const_str_begin; -extern const bcstring be_const_str_dot_p2; -extern const bcstring be_const_str_ROT1B_NP; -extern const bcstring be_const_str_SBR_TX; -extern const bcstring be_const_str_erase; -extern const bcstring be_const_str_module; -extern const bcstring be_const_str_read13; -extern const bcstring be_const_str_EPAPER29_CS; -extern const bcstring be_const_str_SPI_CLK; -extern const bcstring be_const_str_digital_write; -extern const bcstring be_const_str_public_key; -extern const bcstring be_const_str_I2C_SCL; -extern const bcstring be_const_str_IEM3000_RX; -extern const bcstring be_const_str_vcall; -extern const bcstring be_const_str_set_power; -extern const bcstring be_const_str_lv_area; -extern const bcstring be_const_str_write8; -extern const bcstring be_const_str_A4988_STP; -extern const bcstring be_const_str_SYMBOL_CHARGE; -extern const bcstring be_const_str_upper; -extern const bcstring be_const_str_ROT1B; -extern const bcstring be_const_str_RXD; -extern const bcstring be_const_str_XPT2046_CS; -extern const bcstring be_const_str_try_rule; -extern const bcstring be_const_str_DYP_RX; -extern const bcstring be_const_str_cos; -extern const bcstring be_const_str_lv_arc; -extern const bcstring be_const_str_read12; -extern const bcstring be_const_str_write_bytes; -extern const bcstring be_const_str_OPTION_A; -extern const bcstring be_const_str_lv_draw_mask_angle_param_cfg; -extern const bcstring be_const_str_url_encode; -extern const bcstring be_const_str_MHZ_RXD; -extern const bcstring be_const_str__read; -extern const bcstring be_const_str_A4988_ENA; -extern const bcstring be_const_str_bytes; -extern const bcstring be_const_str_lv_draw_mask_fade_param; -extern const bcstring be_const_str_lv_led; -extern const bcstring be_const_str_run_deferred; -extern const bcstring be_const_str_SDM630_TX; -extern const bcstring be_const_str_WEBCAM_DATA; -extern const bcstring be_const_str_detect; -extern const bcstring be_const_str_reset; -extern const bcstring be_const_str_member; -extern const bcstring be_const_str_load; -extern const bcstring be_const_str_content_send_style; -extern const bcstring be_const_str_content_stop; -extern const bcstring be_const_str__cmd; -extern const bcstring be_const_str_add_header; -extern const bcstring be_const_str_SYMBOL_RIGHT; -extern const bcstring be_const_str_opt_eq; -extern const bcstring be_const_str_HX711_SCK; -extern const bcstring be_const_str_WINDMETER_SPEED; -extern const bcstring be_const_str_byte; -extern const bcstring be_const_str_arg_name; -extern const bcstring be_const_str_lv_objmask; -extern const bcstring be_const_str_SPI_DC; -extern const bcstring be_const_str_rand; -extern const bcstring be_const_str_MP3_DFR562; -extern const bcstring be_const_str_TM1638STB; -extern const bcstring be_const_str_lv_dropdown; -extern const bcstring be_const_str_MGC3130_XFER; -extern const bcstring be_const_str_SDM120_TX; -extern const bcstring be_const_str_loop; -extern const bcstring be_const_str_tag; -extern const bcstring be_const_str_SHELLY_DIMMER_BOOT0; -extern const bcstring be_const_str_DEEPSLEEP; -extern const bcstring be_const_str_SOLAXX1_RX; -extern const bcstring be_const_str_TASMOTACLIENT_RST_INV; -extern const bcstring be_const_str_assert; -extern const bcstring be_const_str_ADC_LIGHT; -extern const bcstring be_const_str_find_key_i; -extern const bcstring be_const_str_init; -extern const bcstring be_const_str_except; -extern const bcstring be_const_str_return; -extern const bcstring be_const_str_DHT22; -extern const bcstring be_const_str_PWM1; -extern const bcstring be_const_str_call; -extern const bcstring be_const_str_TM1637CLK; -extern const bcstring be_const_str_abs; -extern const bcstring be_const_str_lv_draw_mask_saved; -extern const bcstring be_const_str_SDM72_RX; -extern const bcstring be_const_str_SSPI_MAX31865_CS1; -extern const bcstring be_const_str_input; -extern const bcstring be_const_str_MIEL_HVAC_TX; -extern const bcstring be_const_str_KEY1_INV; -extern const bcstring be_const_str_MHZ_TXD; -extern const bcstring be_const_str_SYMBOL_PAUSE; -extern const bcstring be_const_str_lv_chart; -extern const bcstring be_const_str_AZ_RXD; -extern const bcstring be_const_str_SYMBOL_DOWNLOAD; -extern const bcstring be_const_str_write; -extern const bcstring be_const_str_SYMBOL_COPY; -extern const bcstring be_const_str_I2C_Driver; -extern const bcstring be_const_str_I2S_IN_SLCT; -extern const bcstring be_const_str_KEY1_TC; -extern const bcstring be_const_str_lv_draw_mask_map_param; -extern const bcstring be_const_str_target_search; -extern const bcstring be_const_str_SR04_TRIG; -extern const bcstring be_const_str__rules; -extern const bcstring be_const_str_rad; -extern const bcstring be_const_str_type; -extern const bcstring be_const_str_ETH_PHY_MDIO; -extern const bcstring be_const_str_HPMA_RX; -extern const bcstring be_const_str_NRG_SEL; -extern const bcstring be_const_str_TASMOTACLIENT_RXD; -extern const bcstring be_const_str_tob64; -extern const bcstring be_const_str_srand; -extern const bcstring be_const_str_BS814_CLK; -extern const bcstring be_const_str_SYMBOL_DIRECTORY; -extern const bcstring be_const_str_read24; -extern const bcstring be_const_str_PROJECTOR_CTRL_TX; -extern const bcstring be_const_str_SSPI_CS; -extern const bcstring be_const_str_TELEINFO_RX; -extern const bcstring be_const_str_TUYA_RX; -extern const bcstring be_const_str_seti; -extern const bcstring be_const_str__begin_transmission; -extern const bcstring be_const_str_do; -extern const bcstring be_const_str_SAIR_RX; -extern const bcstring be_const_str_Tasmota; -extern const bcstring be_const_str_keys; -extern const bcstring be_const_str_pin_used; -extern const bcstring be_const_str_GET; -extern const bcstring be_const_str_item; -extern const bcstring be_const_str_resp_cmnd_done; -extern const bcstring be_const_str_exec_rules; -extern const bcstring be_const_str_HIGH; -extern const bcstring be_const_str_PN532_TXD; -extern const bcstring be_const_str_SSD1351_CS; -extern const bcstring be_const_str_LEDLNK; -extern const bcstring be_const_str_SAIR_TX; -extern const bcstring be_const_str_lv_calendar; -extern const bcstring be_const_str_lv_group; -extern const bcstring be_const_str_get_string; -extern const bcstring be_const_str_lv_draw_mask_radius_param_cfg; -extern const bcstring be_const_str_publish; -extern const bcstring be_const_str_KEY1; -extern const bcstring be_const_str_PWM1_INV; -extern const bcstring be_const_str__timers; -extern const bcstring be_const_str_map; -extern const bcstring be_const_str_ADC_CT_POWER; -extern const bcstring be_const_str_SYMBOL_BULLET; -extern const bcstring be_const_str_SYMBOL_LIST; -extern const bcstring be_const_str_check_privileged_access; -extern const bcstring be_const_str_lv_cont; -extern const bcstring be_const_str_content_send; -extern const bcstring be_const_str_dump; -extern const bcstring be_const_str_memory; -extern const bcstring be_const_str_SYMBOL_BATTERY_3; -extern const bcstring be_const_str_ZIGBEE_TX; -extern const bcstring be_const_str_cmd; -extern const bcstring be_const_str_fromstring; -extern const bcstring be_const_str_ADC_INPUT; -extern const bcstring be_const_str_INPUT; -extern const bcstring be_const_str_exists; -extern const bcstring be_const_str_floor; -extern const bcstring be_const_str_EPD_DATA; -extern const bcstring be_const_str_SM2135_CLK; -extern const bcstring be_const_str_SYMBOL_VOLUME_MID; -extern const bcstring be_const_str_find; -extern const bcstring be_const_str_var; -extern const bcstring be_const_str_ZEROCROSS; -extern const bcstring be_const_str_depower; -extern const bcstring be_const_str_AudioOutputI2S; -extern const bcstring be_const_str_SYMBOL_UPLOAD; -extern const bcstring be_const_str_class; -extern const bcstring be_const_str_SDM630_RX; -extern const bcstring be_const_str_SYMBOL_SAVE; -extern const bcstring be_const_str_WE517_TX; -extern const bcstring be_const_str_I2S_OUT_DATA; -extern const bcstring be_const_str_MCP39F5_RX; -extern const bcstring be_const_str_fromb64; -extern const bcstring be_const_str_OLED_RESET; -extern const bcstring be_const_str_RDM6300_RX; -extern const bcstring be_const_str_REL1; -extern const bcstring be_const_str_SYMBOL_STOP; -extern const bcstring be_const_str_screenshot; -extern const bcstring be_const_str_print; -extern const bcstring be_const_str_I2S_OUT_CLK; -extern const bcstring be_const_str_set_timeouts; -extern const bcstring be_const_str_AZ_TXD; -extern const bcstring be_const_str_CSE7766_TX; -extern const bcstring be_const_str_SYMBOL_DUMMY; -extern const bcstring be_const_str_VL53L0X_XSHUT1; -extern const bcstring be_const_str_PZEM016_RX; -extern const bcstring be_const_str__available; -extern const bcstring be_const_str_get_power; -extern const bcstring be_const_str_lv_canvas; -extern const bcstring be_const_str_lv_roller; -extern const bcstring be_const_str_while; -extern const bcstring be_const_str_SYMBOL_CUT; -extern const bcstring be_const_str_AudioGeneratorMP3; -extern const bcstring be_const_str_SYMBOL_BLUETOOTH; -extern const bcstring be_const_str_ADC_JOY; -extern const bcstring be_const_str_RC522_RST; -extern const bcstring be_const_str_list; -extern const bcstring be_const_str_lv_draw_rect_dsc; -extern const bcstring be_const_str_AS608_TX; -extern const bcstring be_const_str_FALLING; -extern const bcstring be_const_str_HPMA_TX; -extern const bcstring be_const_str_insert; -extern const bcstring be_const_str_lv_draw_img_dsc; -extern const bcstring be_const_str_ILI9341_DC; -extern const bcstring be_const_str_TX2X_TXD_BLACK; -extern const bcstring be_const_str_load_font; -extern const bcstring be_const_str_sinh; -extern const bcstring be_const_str_SDM72_TX; -extern const bcstring be_const_str_HLW_CF; -extern const bcstring be_const_str_ROT1A_NP; -extern const bcstring be_const_str_lv_switch; -extern const bcstring be_const_str_read_bytes; -extern const bcstring be_const_str_nil; -extern const bcstring be_const_str_SPI_MISO; -extern const bcstring be_const_str_FTC532; -extern const bcstring be_const_str_pop; -extern const bcstring be_const_str_scan; -extern const bcstring be_const_str_setbits; -extern const bcstring be_const_str_int; -extern const bcstring be_const_str_GPS_RX; -extern const bcstring be_const_str__request_from; -extern const bcstring be_const_str_SDCARD_CS; -extern const bcstring be_const_str_SYMBOL_EYE_CLOSE; -extern const bcstring be_const_str_else; -extern const bcstring be_const_str_AudioGenerator; -extern const bcstring be_const_str_BACKLIGHT; -extern const bcstring be_const_str_NRG_CF1; -extern const bcstring be_const_str_remove; -extern const bcstring be_const_str_OUTPUT_LO; -extern const bcstring be_const_str_lv_draw_label_dsc; -extern const bcstring be_const_str_lv_font; -extern const bcstring be_const_str_SYMBOL_USB; -extern const bcstring be_const_str_lv_sqrt_res; -extern const bcstring be_const_str_SYMBOL_EJECT; -extern const bcstring be_const_str_MCP39F5_RST; -extern const bcstring be_const_str_TASMOTACLIENT_TXD; -extern const bcstring be_const_str_ETH_PHY_POWER; -extern const bcstring be_const_str_ctypes_bytes; -extern const bcstring be_const_str_remove_timer; -extern const bcstring be_const_str_AudioFileSourceFS; -extern const bcstring be_const_str_LE01MR_TX; -extern const bcstring be_const_str_SENSOR_END; -extern const bcstring be_const_str_finish; -extern const bcstring be_const_str_lv_gauge; -extern const bcstring be_const_str_get_size; -extern const bcstring be_const_str_name; -extern const bcstring be_const_str_save; -extern const bcstring be_const_str_read; -extern const bcstring be_const_str_wire; -extern const bcstring be_const_str_char; -extern const bcstring be_const_str_acos; -extern const bcstring be_const_str_deinit; -extern const bcstring be_const_str_NONE; -extern const bcstring be_const_str_ADE7953_IRQ; -extern const bcstring be_const_str_ILI9488_CS; -extern const bcstring be_const_str_SSPI_MOSI; -extern const bcstring be_const_str_HJL_CF; -extern const bcstring be_const_str_lv_spinbox; -extern const bcstring be_const_str_chars_in_string; -extern const bcstring be_const_str_set_useragent; -extern const bcstring be_const_str_SPI_CS; -extern const bcstring be_const_str_EPAPER42_CS; extern const bcstring be_const_str_SI7021; -extern const bcstring be_const_str_classname; -extern const bcstring be_const_str_get_option; -extern const bcstring be_const_str_lv_point; -extern const bcstring be_const_str_members; -extern const bcstring be_const_str_AudioOutput; -extern const bcstring be_const_str_IEM3000_TX; -extern const bcstring be_const_str_lv_textarea; -extern const bcstring be_const_str_LED1; -extern const bcstring be_const_str_MAX7219DIN; -extern const bcstring be_const_str_opt_neq; -extern const bcstring be_const_str_WE517_RX; -extern const bcstring be_const_str_WEBCAM_PSRCS; -extern const bcstring be_const_str_on; -extern const bcstring be_const_str_codedump; -extern const bcstring be_const_str_wire2; -extern const bcstring be_const_str_SSD1331_CS; -extern const bcstring be_const_str_event; -extern const bcstring be_const_str_lv_indev; -extern const bcstring be_const_str_set_auth; -extern const bcstring be_const_str_SDS0X1_RX; -extern const bcstring be_const_str_SYMBOL_LOOP; -extern const bcstring be_const_str_WEBCAM_VSYNC; -extern const bcstring be_const_str_lv_draw_mask_line_param_cfg; -extern const bcstring be_const_str_DSB_OUT; -extern const bcstring be_const_str_WEBCAM_RESET; -extern const bcstring be_const_str_compile; -extern const bcstring be_const_str_lv_imgbtn; -extern const bcstring be_const_str_number; -extern const bcstring be_const_str_set; -extern const bcstring be_const_str_ADC_TEMP; -extern const bcstring be_const_str_ADC_PH; -extern const bcstring be_const_str_MAX31855DO; -extern const bcstring be_const_str_register_button_encoder; -extern const bcstring be_const_str_bus; -extern const bcstring be_const_str_log10; -extern const bcstring be_const_str_SYMBOL_BATTERY_2; -extern const bcstring be_const_str_TCP_TX; -extern const bcstring be_const_str_ceil; -extern const bcstring be_const_str_delay; -extern const bcstring be_const_str_SDS0X1_TX; -extern const bcstring be_const_str_ST7789_DC; -extern const bcstring be_const_str_SYMBOL_BACKSPACE; -extern const bcstring be_const_str_lv_line; -extern const bcstring be_const_str_GPS_TX; -extern const bcstring be_const_str_DHT11; -extern const bcstring be_const_str_NRG_SEL_INV; -extern const bcstring be_const_str_gen_cb; -extern const bcstring be_const_str_DCKI; -extern const bcstring be_const_str_MAX7219CS; -extern const bcstring be_const_str_P9813_CLK; -extern const bcstring be_const_str_DI; -extern const bcstring be_const_str_SM16716_DAT; -extern const bcstring be_const_str__drivers; -extern const bcstring be_const_str_open; -extern const bcstring be_const_str_AS3935; -extern const bcstring be_const_str_SYMBOL_UP; -extern const bcstring be_const_str_BL0940_RX; -extern const bcstring be_const_str_BOILER_OT_RX; -extern const bcstring be_const_str_SYMBOL_SHUFFLE; -extern const bcstring be_const_str__write; -extern const bcstring be_const_str_traceback; -extern const bcstring be_const_str_true; -extern const bcstring be_const_str_webclient; -extern const bcstring be_const_str_ARIRFSEL; -extern const bcstring be_const_str_A4988_MS1; -extern const bcstring be_const_str_ADC_RANGE; -extern const bcstring be_const_str_dot_p; -extern const bcstring be_const_str_INTERRUPT; -extern const bcstring be_const_str_OUTPUT; -extern const bcstring be_const_str_wire_scan; -extern const bcstring be_const_str_I2C_SDA; -extern const bcstring be_const_str_lv_signal_cb; -extern const bcstring be_const_str_toupper; -extern const bcstring be_const_str_update; -extern const bcstring be_const_str_break; -extern const bcstring be_const_str_IBEACON_TX; -extern const bcstring be_const_str_RFSEND; -extern const bcstring be_const_str_has_arg; -extern const bcstring be_const_str_dot_w; -extern const bcstring be_const_str_WEBCAM_HSD; -extern const bcstring be_const_str_SYMBOL_PLUS; -extern const bcstring be_const_str_lv_slider; -extern const bcstring be_const_str_SPI_MOSI; -extern const bcstring be_const_str_count; -extern const bcstring be_const_str_lv_tileview; -extern const bcstring be_const_str_if; +extern const bcstring be_const_str_SYMBOL_PAUSE; +extern const bcstring be_const_str_calldepth; +extern const bcstring be_const_str_name; +extern const bcstring be_const_str_do; +extern const bcstring be_const_str_RC522_RST; +extern const bcstring be_const_str_VL53L0X_XSHUT1; extern const bcstring be_const_str_NRF24_CS; -extern const bcstring be_const_str_RFRECV; -extern const bcstring be_const_str_format; -extern const bcstring be_const_str_scale_uint; -extern const bcstring be_const_str_BUZZER; -extern const bcstring be_const_str_P9813_DAT; -extern const bcstring be_const_str_PROJECTOR_CTRL_RX; -extern const bcstring be_const_str_IBEACON_RX; -extern const bcstring be_const_str_INPUT_PULLUP; -extern const bcstring be_const_str_ZIGBEE_RST; -extern const bcstring be_const_str_montserrat_font; -extern const bcstring be_const_str_remove_rule; -extern const bcstring be_const_str_time_reached; -extern const bcstring be_const_str_SWT1_NP; -extern const bcstring be_const_str_asin; -extern const bcstring be_const_str_start; -extern const bcstring be_const_str_opt_add; -extern const bcstring be_const_str_i2c_enabled; -extern const bcstring be_const_str_deg; -extern const bcstring be_const_str_allocated; -extern const bcstring be_const_str_millis; -extern const bcstring be_const_str_WEBCAM_SIOC; -extern const bcstring be_const_str_SYMBOL_CLOSE; -extern const bcstring be_const_str_search; -extern const bcstring be_const_str_state; -extern const bcstring be_const_str_hex; -extern const bcstring be_const_str_resize; -extern const bcstring be_const_str_cosh; -extern const bcstring be_const_str_SYMBOL_DOWN; -extern const bcstring be_const_str_WEBCAM_SIOD; -extern const bcstring be_const_str_close; -extern const bcstring be_const_str_NEOPOOL_RX; -extern const bcstring be_const_str_select; -extern const bcstring be_const_str_lv_draw_line_dsc; -extern const bcstring be_const_str_lv_draw_mask_map_param_cfg; -extern const bcstring be_const_str_KEY1_PD; -extern const bcstring be_const_str_arg_size; -extern const bcstring be_const_str_lv_linemeter; -extern const bcstring be_const_str_log; -extern const bcstring be_const_str_lv_draw_mask_radius_param; -extern const bcstring be_const_str_DDSU666_RX; -extern const bcstring be_const_str_MAX7219CLK; -extern const bcstring be_const_str_TFMINIPLUS_TX; -extern const bcstring be_const_str_web_send_decimal; -extern const bcstring be_const_str_PULLUP; -extern const bcstring be_const_str_TCP_RX; -extern const bcstring be_const_str_eth; -extern const bcstring be_const_str_publish_result; -extern const bcstring be_const_str_CNTR1_NP; -extern const bcstring be_const_str_PZEM0XX_TX; -extern const bcstring be_const_str_KEY1_NP; -extern const bcstring be_const_str_SYMBOL_REFRESH; -extern const bcstring be_const_str_HRE_CLOCK; -extern const bcstring be_const_str_TFMINIPLUS_RX; -extern const bcstring be_const_str_classof; -extern const bcstring be_const_str_set_timer; -extern const bcstring be_const_str_SYMBOL_BATTERY_FULL; -extern const bcstring be_const_str_lv_tabview; -extern const bcstring be_const_str_CC1101_GDO2; -extern const bcstring be_const_str_I2S_IN_DATA; -extern const bcstring be_const_str_KEY1_INV_PD; -extern const bcstring be_const_str_lv_group_focus_cb; -extern const bcstring be_const_str_PMS5003_TX; -extern const bcstring be_const_str_AES_GCM; -extern const bcstring be_const_str_add; -extern const bcstring be_const_str_TM1638CLK; -extern const bcstring be_const_str_ZIGBEE_RX; -extern const bcstring be_const_str_wire1; -extern const bcstring be_const_str_elif; -extern const bcstring be_const_str_SHELLY_DIMMER_RST_INV; -extern const bcstring be_const_str_SWT1; -extern const bcstring be_const_str_SYMBOL_NEW_LINE; -extern const bcstring be_const_str_concat; -extern const bcstring be_const_str_HM10_RX; -extern const bcstring be_const_str_PMS5003_RX; -extern const bcstring be_const_str_addr; -extern const bcstring be_const_str_SSPI_DC; -extern const bcstring be_const_str_for; -extern const bcstring be_const_str_CSE7761_TX; -extern const bcstring be_const_str_SYMBOL_BATTERY_1; -extern const bcstring be_const_str_POST; -extern const bcstring be_const_str_RA8876_CS; -extern const bcstring be_const_str_redirect; -extern const bcstring be_const_str__get_cb; -extern const bcstring be_const_str_ROT1A; -extern const bcstring be_const_str_SSPI_MISO; -extern const bcstring be_const_str_TM1637DIO; -extern const bcstring be_const_str_lv_color; -extern const bcstring be_const_str_SBR_RX; -extern const bcstring be_const_str_setrange; -extern const bcstring be_const_str_HRE_DATA; -extern const bcstring be_const_str_OneWire; -extern const bcstring be_const_str_SYMBOL_PREV; -extern const bcstring be_const_str_WEBCAM_PSCLK; -extern const bcstring be_const_str_add_rule; -extern const bcstring be_const_str_lv_btn; -extern const bcstring be_const_str_sqrt; -extern const bcstring be_const_str_reset_search; -extern const bcstring be_const_str_NRF24_DC; -extern const bcstring be_const_str_SYMBOL_VIDEO; -extern const bcstring be_const_str_OUTPUT_HI; -extern const bcstring be_const_str_SSD1351_DC; -extern const bcstring be_const_str___lower__; -extern const bcstring be_const_str_sin; -extern const bcstring be_const_str_resp_cmnd_str; -extern const bcstring be_const_str_CNTR1; -extern const bcstring be_const_str_imin; -extern const bcstring be_const_str__cb; +extern const bcstring be_const_str_update; +extern const bcstring be_const_str_LED1; +extern const bcstring be_const_str_SBR_TX; +extern const bcstring be_const_str_SYMBOL_SAVE; +extern const bcstring be_const_str_get; +extern const bcstring be_const_str_PULLDOWN; +extern const bcstring be_const_str_toupper; extern const bcstring be_const_str__buffer; -extern const bcstring be_const_str_lv_table; -extern const bcstring be_const_str_SYMBOL_CALL; -extern const bcstring be_const_str_SYMBOL_MINUS; -extern const bcstring be_const_str_SYMBOL_PASTE; -extern const bcstring be_const_str_imax; -extern const bcstring be_const_str_time_str; -extern const bcstring be_const_str_RISING; -extern const bcstring be_const_str_resp_cmnd; -extern const bcstring be_const_str_ILI9341_CS; -extern const bcstring be_const_str_SYMBOL_EDIT; -extern const bcstring be_const_str_SYMBOL_KEYBOARD; -extern const bcstring be_const_str_SR04_ECHO; -extern const bcstring be_const_str_AudioGeneratorWAV; -extern const bcstring be_const_str_PZEM004_RX; -extern const bcstring be_const_str_attrdump; -extern const bcstring be_const_str_; -extern const bcstring be_const_str_geti; -extern const bcstring be_const_str_exp; -extern const bcstring be_const_str_SYMBOL_DRIVE; -extern const bcstring be_const_str_SYMBOL_VOLUME_MAX; -extern const bcstring be_const_str_WEBCAM_XCLK; -extern const bcstring be_const_str___iterator__; -extern const bcstring be_const_str_content_flush; -extern const bcstring be_const_str_SYMBOL_NEXT; -extern const bcstring be_const_str_strftime; -extern const bcstring be_const_str_import; -extern const bcstring be_const_str_REL1_INV; -extern const bcstring be_const_str_atan2; -extern const bcstring be_const_str_tan; -extern const bcstring be_const_str_CHANGE; -extern const bcstring be_const_str_range; -extern const bcstring be_const_str_SYMBOL_WIFI; -extern const bcstring be_const_str_WEBCAM_PWDN; -extern const bcstring be_const_str_resolvecmnd; -extern const bcstring be_const_str_def; -extern const bcstring be_const_str_content_button; -extern const bcstring be_const_str_find_op; -extern const bcstring be_const_str_lv_cpicker; -extern const bcstring be_const_str_write_bit; -extern const bcstring be_const_str_end; -extern const bcstring be_const_str_MD5; -extern const bcstring be_const_str_SOLAXX1_TX; -extern const bcstring be_const_str_SYMBOL_BATTERY_EMPTY; -extern const bcstring be_const_str_reverse_gamma10; -extern const bcstring be_const_str_lv_keyboard; -extern const bcstring be_const_str_SM16716_CLK; -extern const bcstring be_const_str_gamma8; -extern const bcstring be_const_str_isinstance; -extern const bcstring be_const_str_I2S_OUT_SLCT; -extern const bcstring be_const_str_decrypt; -extern const bcstring be_const_str_yield; -extern const bcstring be_const_str_setmember; -extern const bcstring be_const_str_WS2812; -extern const bcstring be_const_str_add_driver; -extern const bcstring be_const_str_lv_btnmatrix; -extern const bcstring be_const_str_MAX31855CS; -extern const bcstring be_const_str_load_freetype_font; -extern const bcstring be_const_str_SYMBOL_IMAGE; -extern const bcstring be_const_str_lv_event_cb; -extern const bcstring be_const_str_lv_gauge_format_cb; -extern const bcstring be_const_str_AS608_RX; -extern const bcstring be_const_str_CSE7761_RX; -extern const bcstring be_const_str_false; -extern const bcstring be_const_str_exec_cmd; -extern const bcstring be_const_str_static; -extern const bcstring be_const_str_SWT1_PD; -extern const bcstring be_const_str_lv_list; -extern const bcstring be_const_str_AudioFileSource; -extern const bcstring be_const_str_tanh; -extern const bcstring be_const_str_toint; -extern const bcstring be_const_str_real; -extern const bcstring be_const_str_TXD; -extern const bcstring be_const_str_lv_page; -extern const bcstring be_const_str_SYMBOL_PLAY; -extern const bcstring be_const_str_WIEGAND_D0; -extern const bcstring be_const_str_tostring; -extern const bcstring be_const_str_TASMOTACLIENT_RST; -extern const bcstring be_const_str_TUYA_TX; -extern const bcstring be_const_str_SYMBOL_GPS; -extern const bcstring be_const_str_lv_img; -extern const bcstring be_const_str_HALLEFFECT; -extern const bcstring be_const_str_SYMBOL_FILE; -extern const bcstring be_const_str_TELEINFO_ENABLE; -extern const bcstring be_const_str_TM1638DIO; -extern const bcstring be_const_str_copy; -extern const bcstring be_const_str_CSE7766_RX; -extern const bcstring be_const_str_shared_key; -extern const bcstring be_const_str_dot_p1; -extern const bcstring be_const_str_encrypt; -extern const bcstring be_const_str_get_light; -extern const bcstring be_const_str_set_light; -extern const bcstring be_const_str_lv_msgbox; -extern const bcstring be_const_str_ADC_BUTTON_INV; -extern const bcstring be_const_str_ARIRFRCV; -extern const bcstring be_const_str_asstring; -extern const bcstring be_const_str_lv_cb; -extern const bcstring be_const_str_MIEL_HVAC_RX; -extern const bcstring be_const_str_PZEM017_RX; -extern const bcstring be_const_str_SYMBOL_MUTE; -extern const bcstring be_const_str_SYMBOL_TRASH; -extern const bcstring be_const_str_reverse; -extern const bcstring be_const_str_DDS2382_TX; -extern const bcstring be_const_str_lv_label; -extern const bcstring be_const_str_str; -extern const bcstring be_const_str_MGC3130_RESET; -extern const bcstring be_const_str_SYMBOL_OK; -extern const bcstring be_const_str_SYMBOL_AUDIO; -extern const bcstring be_const_str_seg7_font; -extern const bcstring be_const_str_as; -extern const bcstring be_const_str_RF_SENSOR; -extern const bcstring be_const_str_lv_bar; -extern const bcstring be_const_str_web_send; -extern const bcstring be_const_str_BOILER_OT_TX; -extern const bcstring be_const_str_IRRECV; -extern const bcstring be_const_str_collect; -extern const bcstring be_const_str_atan; -extern const bcstring be_const_str_getbits; -extern const bcstring be_const_str_DDS2382_RX; -extern const bcstring be_const_str_iter; -extern const bcstring be_const_str_lower; extern const bcstring be_const_str_ADC_BUTTON; -extern const bcstring be_const_str_SSPI_SCLK; -extern const bcstring be_const_str_read32; -extern const bcstring be_const_str_tolower; -extern const bcstring be_const_str_digital_read; -extern const bcstring be_const_str_response_append; -extern const bcstring be_const_str_size; -extern const bcstring be_const_str__end_transmission; -extern const bcstring be_const_str_LED1_INV; -extern const bcstring be_const_str_super; -extern const bcstring be_const_str_issubclass; -extern const bcstring be_const_str_SM2135_DAT; -extern const bcstring be_const_str_SYMBOL_BELL; -extern const bcstring be_const_str_SYMBOL_HOME; -extern const bcstring be_const_str_read8; -extern const bcstring be_const_str_clear; -extern const bcstring be_const_str_top; -extern const bcstring be_const_str_WEBCAM_HREF; -extern const bcstring be_const_str__ccmd; -extern const bcstring be_const_str_skip; -extern const bcstring be_const_str_wifi; -extern const bcstring be_const_str_A4988_DIR; -extern const bcstring be_const_str_BS814_DAT; +extern const bcstring be_const_str_add; +extern const bcstring be_const_str_REL1_INV; +extern const bcstring be_const_str_TCP_RX; +extern const bcstring be_const_str_lv_cpicker; +extern const bcstring be_const_str_SYMBOL_EDIT; +extern const bcstring be_const_str_classof; +extern const bcstring be_const_str_write8; +extern const bcstring be_const_str_search; +extern const bcstring be_const_str_copy; +extern const bcstring be_const_str_fromstring; +extern const bcstring be_const_str_lv_chart; +extern const bcstring be_const_str_SYMBOL_LEFT; +extern const bcstring be_const_str_module; +extern const bcstring be_const_str_I2S_IN_SLCT; +extern const bcstring be_const_str_SHELLY_DIMMER_BOOT0; +extern const bcstring be_const_str_WEBCAM_VSYNC; +extern const bcstring be_const_str_lv_draw_line_dsc; +extern const bcstring be_const_str_I2S_OUT_CLK; +extern const bcstring be_const_str_INPUT; +extern const bcstring be_const_str_NRG_CF1; +extern const bcstring be_const_str_elif; +extern const bcstring be_const_str_return; +extern const bcstring be_const_str_false; +extern const bcstring be_const_str_dot_p; +extern const bcstring be_const_str_load; +extern const bcstring be_const_str_lv_style; extern const bcstring be_const_str_arg; -extern const bcstring be_const_str_cb_dispatch; -extern const bcstring be_const_str_lv_draw_mask_fade_param_cfg; -extern const bcstring be_const_str_resp_cmnd_error; -extern const bcstring be_const_str_push; -extern const bcstring be_const_str_NEOPOOL_TX; -extern const bcstring be_const_str_SM16716_SEL; -extern const bcstring be_const_str_continue; -extern const bcstring be_const_str_INPUT_PULLDOWN; -extern const bcstring be_const_str_content_start; +extern const bcstring be_const_str_SWT1; +extern const bcstring be_const_str_lv_draw_label_dsc; +extern const bcstring be_const_str_tan; +extern const bcstring be_const_str_SSPI_MISO; +extern const bcstring be_const_str_get_size; +extern const bcstring be_const_str_lv_cb; +extern const bcstring be_const_str_lv_led; +extern const bcstring be_const_str_MIEL_HVAC_TX; +extern const bcstring be_const_str_count; +extern const bcstring be_const_str_TASMOTACLIENT_RST_INV; +extern const bcstring be_const_str_tostring; +extern const bcstring be_const_str_get_light; +extern const bcstring be_const_str_upper; +extern const bcstring be_const_str_GPS_TX; +extern const bcstring be_const_str_TASMOTACLIENT_RXD; +extern const bcstring be_const_str_Tasmota; +extern const bcstring be_const_str_PROJECTOR_CTRL_TX; +extern const bcstring be_const_str_SYMBOL_DOWNLOAD; +extern const bcstring be_const_str_pin; +extern const bcstring be_const_str_MGC3130_XFER; +extern const bcstring be_const_str_PULLUP; +extern const bcstring be_const_str_TM1637DIO; +extern const bcstring be_const_str_GPS_RX; +extern const bcstring be_const_str_HM10_TX; +extern const bcstring be_const_str_SYMBOL_USB; +extern const bcstring be_const_str_XPT2046_CS; +extern const bcstring be_const_str_lv_design_cb; +extern const bcstring be_const_str_lv_font; +extern const bcstring be_const_str_MCP39F5_RX; +extern const bcstring be_const_str_AudioOutput; +extern const bcstring be_const_str_HPMA_RX; +extern const bcstring be_const_str_MAX7219DIN; +extern const bcstring be_const_str_lv_draw_mask_saved; +extern const bcstring be_const_str_seg7_font; +extern const bcstring be_const_str_toint; +extern const bcstring be_const_str_vcall; +extern const bcstring be_const_str_ZIGBEE_RX; +extern const bcstring be_const_str_rand; +extern const bcstring be_const_str_import; +extern const bcstring be_const_str_i2c_enabled; +extern const bcstring be_const_str_OUTPUT_HI; +extern const bcstring be_const_str_chars_in_string; +extern const bcstring be_const_str_reverse_gamma10; +extern const bcstring be_const_str_ROT1B; +extern const bcstring be_const_str_set_timer; +extern const bcstring be_const_str_attrdump; +extern const bcstring be_const_str_lv_draw_mask_map_param; +extern const bcstring be_const_str_WEBCAM_PSCLK; +extern const bcstring be_const_str_try; +extern const bcstring be_const_str_SSPI_MOSI; +extern const bcstring be_const_str_SYMBOL_SHUFFLE; +extern const bcstring be_const_str_lv_draw_img_dsc; +extern const bcstring be_const_str_lv_switch; extern const bcstring be_const_str_lv_win; -extern const bcstring be_const_str_remove_cmd; +extern const bcstring be_const_str_content_send; +extern const bcstring be_const_str_SYMBOL_GPS; +extern const bcstring be_const_str_WEBCAM_RESET; +extern const bcstring be_const_str_ADC_LIGHT; +extern const bcstring be_const_str_ADE7953_IRQ; +extern const bcstring be_const_str_SYMBOL_BATTERY_2; +extern const bcstring be_const_str_find; +extern const bcstring be_const_str_ctypes_bytes; +extern const bcstring be_const_str_gamma10; +extern const bcstring be_const_str_ADC_PH; +extern const bcstring be_const_str_SYMBOL_SD_CARD; +extern const bcstring be_const_str_WEBCAM_HSD; +extern const bcstring be_const_str_seti; +extern const bcstring be_const_str_ADC_BUTTON_INV; +extern const bcstring be_const_str_HRXL_RX; +extern const bcstring be_const_str_TX2X_TXD_BLACK; +extern const bcstring be_const_str_codedump; +extern const bcstring be_const_str_MP3_DFR562; +extern const bcstring be_const_str_arg_size; +extern const bcstring be_const_str_get_power; +extern const bcstring be_const_str_allocated; +extern const bcstring be_const_str_classname; +extern const bcstring be_const_str_has_arg; +extern const bcstring be_const_str_CSE7766_RX; +extern const bcstring be_const_str_NRG_SEL_INV; +extern const bcstring be_const_str_tag; +extern const bcstring be_const_str_SYMBOL_FILE; +extern const bcstring be_const_str_gamma8; +extern const bcstring be_const_str_geti; +extern const bcstring be_const_str_RFRECV; +extern const bcstring be_const_str_member; +extern const bcstring be_const_str_sin; +extern const bcstring be_const_str_SM2135_DAT; +extern const bcstring be_const_str_set_light; +extern const bcstring be_const_str_EXS_ENABLE; +extern const bcstring be_const_str_SM16716_CLK; +extern const bcstring be_const_str_KEY1_INV_PD; +extern const bcstring be_const_str_lv_signal_cb; +extern const bcstring be_const_str_opt_eq; +extern const bcstring be_const_str_TFMINIPLUS_RX; +extern const bcstring be_const_str_lv_tabview; +extern const bcstring be_const_str_print; +extern const bcstring be_const_str_resp_cmnd; +extern const bcstring be_const_str_WEBCAM_SIOC; +extern const bcstring be_const_str_set; +extern const bcstring be_const_str_SYMBOL_LOOP; +extern const bcstring be_const_str_digital_read; +extern const bcstring be_const_str_EPAPER42_CS; +extern const bcstring be_const_str_add_driver; +extern const bcstring be_const_str_start; +extern const bcstring be_const_str_A4988_DIR; +extern const bcstring be_const_str_ADC_RANGE; +extern const bcstring be_const_str_add_rule; +extern const bcstring be_const_str_exists; +extern const bcstring be_const_str_SPI_MOSI; +extern const bcstring be_const_str_scale_uint; +extern const bcstring be_const_str_BUZZER_INV; +extern const bcstring be_const_str_DSB_OUT; +extern const bcstring be_const_str_SSPI_CS; +extern const bcstring be_const_str_collect; +extern const bcstring be_const_str_content_flush; +extern const bcstring be_const_str_init; +extern const bcstring be_const_str_SYMBOL_AUDIO; +extern const bcstring be_const_str_item; +extern const bcstring be_const_str_super; +extern const bcstring be_const_str_SYMBOL_BATTERY_EMPTY; +extern const bcstring be_const_str_SSD1331_CS; +extern const bcstring be_const_str_LE01MR_RX; +extern const bcstring be_const_str_NONE; +extern const bcstring be_const_str_TCP_TX; +extern const bcstring be_const_str_add_cmd; +extern const bcstring be_const_str_SYMBOL_LIST; +extern const bcstring be_const_str_hex; +extern const bcstring be_const_str_continue; +extern const bcstring be_const_str_LEDLNK_INV; +extern const bcstring be_const_str_depower; +extern const bcstring be_const_str_log; +extern const bcstring be_const_str_SYMBOL_MUTE; +extern const bcstring be_const_str_SYMBOL_PREV; +extern const bcstring be_const_str_time_reached; +extern const bcstring be_const_str_ST7789_DC; +extern const bcstring be_const_str_KEY1_INV_NP; +extern const bcstring be_const_str_Wire; +extern const bcstring be_const_str_TM1637CLK; +extern const bcstring be_const_str_lv_draw_mask_map_param_cfg; +extern const bcstring be_const_str_lv_img; +extern const bcstring be_const_str_CSE7761_RX; +extern const bcstring be_const_str_OUTPUT_LO; +extern const bcstring be_const_str_ADC_CT_POWER; +extern const bcstring be_const_str_KEY1_PD; +extern const bcstring be_const_str_SPI_MISO; +extern const bcstring be_const_str_memory; +extern const bcstring be_const_str_set_auth; +extern const bcstring be_const_str_; +extern const bcstring be_const_str_HIGH; +extern const bcstring be_const_str_POST; +extern const bcstring be_const_str_SYMBOL_UP; +extern const bcstring be_const_str_PN532_RXD; +extern const bcstring be_const_str_SYMBOL_PLUS; +extern const bcstring be_const_str_DHT22; +extern const bcstring be_const_str___iterator__; +extern const bcstring be_const_str_type; +extern const bcstring be_const_str_DYP_RX; +extern const bcstring be_const_str_DDSU666_RX; +extern const bcstring be_const_str_lv_label; +extern const bcstring be_const_str_TFMINIPLUS_TX; +extern const bcstring be_const_str_ADC_INPUT; +extern const bcstring be_const_str_ETH_PHY_MDIO; +extern const bcstring be_const_str_RA8876_CS; +extern const bcstring be_const_str_issubclass; +extern const bcstring be_const_str_SPI_DC; +extern const bcstring be_const_str_SYMBOL_BACKSPACE; +extern const bcstring be_const_str_ZIGBEE_RST; +extern const bcstring be_const_str_AudioGenerator; +extern const bcstring be_const_str_SYMBOL_STOP; +extern const bcstring be_const_str_save; +extern const bcstring be_const_str_SHELLY_DIMMER_RST_INV; +extern const bcstring be_const_str_SSD1351_DC; +extern const bcstring be_const_str_SYMBOL_VOLUME_MAX; +extern const bcstring be_const_str_select; +extern const bcstring be_const_str_target_search; +extern const bcstring be_const_str_SSPI_MAX31865_CS1; +extern const bcstring be_const_str_list; +extern const bcstring be_const_str_resolvecmnd; +extern const bcstring be_const_str_resp_cmnd_done; +extern const bcstring be_const_str_url_encode; +extern const bcstring be_const_str_BS814_CLK; +extern const bcstring be_const_str_ROT1A; +extern const bcstring be_const_str_rtc; +extern const bcstring be_const_str_OUTPUT; +extern const bcstring be_const_str_detect; +extern const bcstring be_const_str_close; +extern const bcstring be_const_str_true; +extern const bcstring be_const_str_deinit; +extern const bcstring be_const_str_NRF24_DC; +extern const bcstring be_const_str_SDS0X1_TX; +extern const bcstring be_const_str___upper__; +extern const bcstring be_const_str_PMS5003_TX; +extern const bcstring be_const_str_TM1638DIO; +extern const bcstring be_const_str_lv_textarea; +extern const bcstring be_const_str_size; +extern const bcstring be_const_str_web_send_decimal; +extern const bcstring be_const_str_lv_sqrt_res; +extern const bcstring be_const_str_opt_call; +extern const bcstring be_const_str_IEM3000_RX; +extern const bcstring be_const_str_MHZ_RXD; +extern const bcstring be_const_str_SYMBOL_VOLUME_MID; +extern const bcstring be_const_str__cb; +extern const bcstring be_const_str_WE517_RX; +extern const bcstring be_const_str_PWM1_INV; +extern const bcstring be_const_str_begin; +extern const bcstring be_const_str_A4988_MS1; +extern const bcstring be_const_str_setrange; +extern const bcstring be_const_str_atan2; +extern const bcstring be_const_str_lv_linemeter; +extern const bcstring be_const_str_read_bytes; +extern const bcstring be_const_str_FALLING; +extern const bcstring be_const_str_SPI_CLK; +extern const bcstring be_const_str_set_useragent; +extern const bcstring be_const_str_if; +extern const bcstring be_const_str_SYMBOL_BATTERY_FULL; +extern const bcstring be_const_str_SYMBOL_NEW_LINE; +extern const bcstring be_const_str_lv_group_focus_cb; +extern const bcstring be_const_str_scan; +extern const bcstring be_const_str_webclient; +extern const bcstring be_const_str_write_bit; +extern const bcstring be_const_str_static; +extern const bcstring be_const_str_remove; +extern const bcstring be_const_str_bytes; +extern const bcstring be_const_str_imax; +extern const bcstring be_const_str_set_timeouts; +extern const bcstring be_const_str_wire_scan; +extern const bcstring be_const_str_lv_spinner; +extern const bcstring be_const_str_P9813_DAT; +extern const bcstring be_const_str__cmd; +extern const bcstring be_const_str_publish_result; +extern const bcstring be_const_str_LE01MR_TX; +extern const bcstring be_const_str_SDCARD_CS; +extern const bcstring be_const_str_read13; +extern const bcstring be_const_str_dot_w; +extern const bcstring be_const_str_publish; +extern const bcstring be_const_str_write; +extern const bcstring be_const_str_opt_connect; +extern const bcstring be_const_str_SYMBOL_HOME; +extern const bcstring be_const_str_raise; +extern const bcstring be_const_str_ELECTRIQ_MOODL_TX; +extern const bcstring be_const_str_SYMBOL_UPLOAD; +extern const bcstring be_const_str_content_button; +extern const bcstring be_const_str_stop; +extern const bcstring be_const_str_OPEN_DRAIN; +extern const bcstring be_const_str_asstring; +extern const bcstring be_const_str_compile; +extern const bcstring be_const_str_TXD; +extern const bcstring be_const_str_class; +extern const bcstring be_const_str_I2S_IN_CLK; +extern const bcstring be_const_str_SYMBOL_BATTERY_3; +extern const bcstring be_const_str_bus; +extern const bcstring be_const_str_lv_checkbox; +extern const bcstring be_const_str_split; +extern const bcstring be_const_str_HM10_RX; +extern const bcstring be_const_str_ARIRFSEL; +extern const bcstring be_const_str_pow; +extern const bcstring be_const_str_KEY1; +extern const bcstring be_const_str_LOW; +extern const bcstring be_const_str_SDS0X1_RX; +extern const bcstring be_const_str_arg_name; +extern const bcstring be_const_str_var; +extern const bcstring be_const_str_CC1101_GDO0; +extern const bcstring be_const_str_HJL_CF; +extern const bcstring be_const_str_lv_page; +extern const bcstring be_const_str_SYMBOL_MINUS; +extern const bcstring be_const_str_SYMBOL_TRASH; +extern const bcstring be_const_str_top; +extern const bcstring be_const_str_DHT11; +extern const bcstring be_const_str_digital_write; +extern const bcstring be_const_str_lv_color; +extern const bcstring be_const_str_lv_keyboard; +extern const bcstring be_const_str_wire1; +extern const bcstring be_const_str_DDSU666_TX; +extern const bcstring be_const_str_state; +extern const bcstring be_const_str_opt_neq; +extern const bcstring be_const_str_WEBCAM_DATA; +extern const bcstring be_const_str__available; +extern const bcstring be_const_str_content_stop; +extern const bcstring be_const_str_lv_draw_mask_angle_param; +extern const bcstring be_const_str_TASMOTACLIENT_RST; +extern const bcstring be_const_str__ccmd; +extern const bcstring be_const_str_ARIRFRCV; +extern const bcstring be_const_str_AS608_TX; +extern const bcstring be_const_str_IRSEND; +extern const bcstring be_const_str_OUTPUT_OPEN_DRAIN; +extern const bcstring be_const_str_RC522_CS; +extern const bcstring be_const_str_MAX31855CLK; +extern const bcstring be_const_str_SYMBOL_BELL; +extern const bcstring be_const_str_read8; +extern const bcstring be_const_str_RISING; +extern const bcstring be_const_str_SYMBOL_DIRECTORY; +extern const bcstring be_const_str_lv_bar; +extern const bcstring be_const_str_read; +extern const bcstring be_const_str_WIEGAND_D1; +extern const bcstring be_const_str_EC_C25519; +extern const bcstring be_const_str_MGC3130_RESET; +extern const bcstring be_const_str_lv_dropdown; +extern const bcstring be_const_str_read24; +extern const bcstring be_const_str_SYMBOL_DRIVE; +extern const bcstring be_const_str_lv_canvas; +extern const bcstring be_const_str_resp_cmnd_failed; +extern const bcstring be_const_str_MAX7219CS; +extern const bcstring be_const_str_lv_draw_mask_fade_param; +extern const bcstring be_const_str_TUYA_TX; +extern const bcstring be_const_str_BACKLIGHT; +extern const bcstring be_const_str_MAX31855DO; +extern const bcstring be_const_str_SYMBOL_RIGHT; +extern const bcstring be_const_str_lv_draw_rect_dsc; +extern const bcstring be_const_str_iter; +extern const bcstring be_const_str_lv_gauge_format_cb; +extern const bcstring be_const_str_lv_group; +extern const bcstring be_const_str_IEM3000_TX; +extern const bcstring be_const_str_SOLAXX1_TX; +extern const bcstring be_const_str_ceil; +extern const bcstring be_const_str_tob64; +extern const bcstring be_const_str_MAX31855CS; +extern const bcstring be_const_str_floor; +extern const bcstring be_const_str_I2C_SDA; +extern const bcstring be_const_str_str; +extern const bcstring be_const_str_MHZ_TXD; +extern const bcstring be_const_str_lv_draw_mask_radius_param_cfg; +extern const bcstring be_const_str_srand; +extern const bcstring be_const_str_NEOPOOL_TX; +extern const bcstring be_const_str_WINDMETER_SPEED; +extern const bcstring be_const_str_delay; +extern const bcstring be_const_str_abs; +extern const bcstring be_const_str_SM16716_DAT; +extern const bcstring be_const_str_SPI_CS; +extern const bcstring be_const_str_run_deferred; +extern const bcstring be_const_str_MCP39F5_TX; +extern const bcstring be_const_str_MD5; +extern const bcstring be_const_str_SYMBOL_EJECT; +extern const bcstring be_const_str_dot_def; +extern const bcstring be_const_str_AudioFileSource; +extern const bcstring be_const_str_WS2812; +extern const bcstring be_const_str_lv_btn; +extern const bcstring be_const_str_cb_dispatch; +extern const bcstring be_const_str_log10; +extern const bcstring be_const_str_pop; +extern const bcstring be_const_str_read12; +extern const bcstring be_const_str_nil; +extern const bcstring be_const_str_ETH_PHY_MDC; +extern const bcstring be_const_str_RFSEND; +extern const bcstring be_const_str_OneWire; +extern const bcstring be_const_str_WEBCAM_SIOD; +extern const bcstring be_const_str_get_option; +extern const bcstring be_const_str_DI; +extern const bcstring be_const_str_ST7789_CS; +extern const bcstring be_const_str_SYMBOL_CUT; +extern const bcstring be_const_str_lv_indev; +extern const bcstring be_const_str_OLED_RESET; +extern const bcstring be_const_str_reset_search; +extern const bcstring be_const_str_dot_p2; +extern const bcstring be_const_str_WE517_TX; +extern const bcstring be_const_str_AES_GCM; +extern const bcstring be_const_str_I2C_Driver; +extern const bcstring be_const_str_I2C_SCL; +extern const bcstring be_const_str_MAX7219CLK; +extern const bcstring be_const_str_RDM6300_RX; +extern const bcstring be_const_str_AZ_RXD; +extern const bcstring be_const_str_BOILER_OT_RX; +extern const bcstring be_const_str_SDM630_RX; +extern const bcstring be_const_str_DCKI; +extern const bcstring be_const_str_lv_point; +extern const bcstring be_const_str_lv_table; +extern const bcstring be_const_str_break; +extern const bcstring be_const_str_ILI9341_CS; +extern const bcstring be_const_str_SM2135_CLK; +extern const bcstring be_const_str_CSE7761_TX; +extern const bcstring be_const_str_def; +extern const bcstring be_const_str_INTERRUPT; +extern const bcstring be_const_str_PZEM017_RX; +extern const bcstring be_const_str_lv_arc; +extern const bcstring be_const_str_yield; +extern const bcstring be_const_str_SDM630_TX; +extern const bcstring be_const_str_acos; +extern const bcstring be_const_str_TM1638CLK; +extern const bcstring be_const_str_SM16716_SEL; +extern const bcstring be_const_str_erase; +extern const bcstring be_const_str_public_key; +extern const bcstring be_const_str_register_button_encoder; +extern const bcstring be_const_str_strftime; +extern const bcstring be_const_str_ADC_JOY; +extern const bcstring be_const_str_SSD1351_CS; +extern const bcstring be_const_str_TM1638STB; +extern const bcstring be_const_str_INPUT_PULLUP; +extern const bcstring be_const_str_SDM120_TX; +extern const bcstring be_const_str_SYMBOL_SETTINGS; +extern const bcstring be_const_str__rules; +extern const bcstring be_const_str_SYMBOL_EYE_OPEN; +extern const bcstring be_const_str__begin_transmission; +extern const bcstring be_const_str_lv_draw_mask_fade_param_cfg; +extern const bcstring be_const_str_AudioGeneratorMP3; +extern const bcstring be_const_str_web_send; +extern const bcstring be_const_str_GET; +extern const bcstring be_const_str_SSD1331_DC; +extern const bcstring be_const_str_content_start; +extern const bcstring be_const_str_getbits; +extern const bcstring be_const_str_CSE7766_TX; +extern const bcstring be_const_str_SYMBOL_IMAGE; +extern const bcstring be_const_str_real; +extern const bcstring be_const_str_screenshot; +extern const bcstring be_const_str_format; +extern const bcstring be_const_str_int; +extern const bcstring be_const_str_millis; +extern const bcstring be_const_str_AudioOutputI2S; +extern const bcstring be_const_str_wire; +extern const bcstring be_const_str_try_rule; +extern const bcstring be_const_str_LED1_INV; +extern const bcstring be_const_str_SENSOR_END; +extern const bcstring be_const_str_AudioGeneratorWAV; +extern const bcstring be_const_str_remove_rule; +extern const bcstring be_const_str_KEY1_TC; +extern const bcstring be_const_str_SWT1_NP; +extern const bcstring be_const_str_TUYA_RX; +extern const bcstring be_const_str_event; +extern const bcstring be_const_str_tolower; +extern const bcstring be_const_str_opt_add; +extern const bcstring be_const_str_ADC_TEMP; +extern const bcstring be_const_str__end_transmission; +extern const bcstring be_const_str__read; +extern const bcstring be_const_str_lower; +extern const bcstring be_const_str_read32; +extern const bcstring be_const_str_SAIR_TX; +extern const bcstring be_const_str_gc; +extern const bcstring be_const_str_SYMBOL_EYE_CLOSE; +extern const bcstring be_const_str_write_bytes; +extern const bcstring be_const_str_except; +extern const bcstring be_const_str_ILI9488_CS; extern const bcstring be_const_str_DSB; +extern const bcstring be_const_str_PZEM0XX_TX; +extern const bcstring be_const_str_SOLAXX1_RX; +extern const bcstring be_const_str_on; +extern const bcstring be_const_str__timers; +extern const bcstring be_const_str_eth; +extern const bcstring be_const_str_MIEL_HVAC_RX; +extern const bcstring be_const_str_load_font; +extern const bcstring be_const_str_lv_btnmatrix; +extern const bcstring be_const_str_lv_obj; +extern const bcstring be_const_str_TASMOTACLIENT_TXD; +extern const bcstring be_const_str_char; +extern const bcstring be_const_str_lv_area; +extern const bcstring be_const_str_add_header; +extern const bcstring be_const_str_AudioFileSourceFS; +extern const bcstring be_const_str_dump; +extern const bcstring be_const_str_cos; +extern const bcstring be_const_str_lv_line; +extern const bcstring be_const_str_skip; +extern const bcstring be_const_str_IBEACON_RX; +extern const bcstring be_const_str_SYMBOL_COPY; +extern const bcstring be_const_str__write; +extern const bcstring be_const_str_lv_draw_mask_line_param_cfg; +extern const bcstring be_const_str_AS608_RX; +extern const bcstring be_const_str_lv_event_cb; +extern const bcstring be_const_str_BS814_DAT; +extern const bcstring be_const_str_open; +extern const bcstring be_const_str_isinstance; +extern const bcstring be_const_str_wire2; +extern const bcstring be_const_str_HX711_DAT; +extern const bcstring be_const_str_OPTION_A; +extern const bcstring be_const_str_SYMBOL_DOWN; +extern const bcstring be_const_str_encrypt; +extern const bcstring be_const_str_resp_cmnd_str; +extern const bcstring be_const_str_for; +extern const bcstring be_const_str_BUZZER; +extern const bcstring be_const_str_assert; +extern const bcstring be_const_str_call; +extern const bcstring be_const_str_pi; +extern const bcstring be_const_str_range; +extern const bcstring be_const_str_time_str; +extern const bcstring be_const_str_BOILER_OT_TX; +extern const bcstring be_const_str_SR04_TRIG; +extern const bcstring be_const_str_SWT1_PD; +extern const bcstring be_const_str_I2S_OUT_SLCT; +extern const bcstring be_const_str_WEBCAM_PCLK; +extern const bcstring be_const_str_WIEGAND_D0; +extern const bcstring be_const_str_lv_imgbtn; +extern const bcstring be_const_str_PROJECTOR_CTRL_RX; +extern const bcstring be_const_str_end; +extern const bcstring be_const_str_reset; +extern const bcstring be_const_str_tanh; +extern const bcstring be_const_str_ROT1A_NP; +extern const bcstring be_const_str_SAIR_RX; +extern const bcstring be_const_str_resp_cmnd_error; +extern const bcstring be_const_str_EPAPER29_CS; +extern const bcstring be_const_str_ILI9341_DC; +extern const bcstring be_const_str_WEBCAM_PSRCS; +extern const bcstring be_const_str_PZEM016_RX; +extern const bcstring be_const_str_EPD_DATA; +extern const bcstring be_const_str_HALLEFFECT; +extern const bcstring be_const_str_get_free_heap; +extern const bcstring be_const_str_time_dump; +extern const bcstring be_const_str_number; +extern const bcstring be_const_str_SYMBOL_KEYBOARD; +extern const bcstring be_const_str_exec_cmd; +extern const bcstring be_const_str_resize; +extern const bcstring be_const_str_traceback; +extern const bcstring be_const_str_as; +extern const bcstring be_const_str_lv_draw_mask_radius_param; +extern const bcstring be_const_str_P9813_CLK; +extern const bcstring be_const_str_redirect; +extern const bcstring be_const_str_IRRECV; +extern const bcstring be_const_str_DHT11_OUT; +extern const bcstring be_const_str_HPMA_TX; +extern const bcstring be_const_str_members; +extern const bcstring be_const_str_shared_key; +extern const bcstring be_const_str_AS3935; +extern const bcstring be_const_str__drivers; +extern const bcstring be_const_str_remove_timer; +extern const bcstring be_const_str_IBEACON_TX; +extern const bcstring be_const_str_concat; +extern const bcstring be_const_str_finish; +extern const bcstring be_const_str_remove_driver; +extern const bcstring be_const_str_get_string; +extern const bcstring be_const_str_sqrt; +extern const bcstring be_const_str_I2S_IN_DATA; +extern const bcstring be_const_str_setmember; +extern const bcstring be_const_str_DDS2382_RX; +extern const bcstring be_const_str_KEY1_INV; +extern const bcstring be_const_str_SDM120_RX; +extern const bcstring be_const_str_SSPI_DC; +extern const bcstring be_const_str__request_from; +extern const bcstring be_const_str_lv_roller; +extern const bcstring be_const_str_montserrat_font; +extern const bcstring be_const_str_ZEROCROSS; +extern const bcstring be_const_str_dot_p1; +extern const bcstring be_const_str_LMT01; +extern const bcstring be_const_str_REL1; +extern const bcstring be_const_str_content_send_style; +extern const bcstring be_const_str_setbits; +extern const bcstring be_const_str_addr; +extern const bcstring be_const_str_isrunning; +extern const bcstring be_const_str_AZ_TXD; +extern const bcstring be_const_str_BL0940_RX; +extern const bcstring be_const_str_atan; +extern const bcstring be_const_str_cmd; +extern const bcstring be_const_str_fromb64; +extern const bcstring be_const_str_input; +extern const bcstring be_const_str_loop; +extern const bcstring be_const_str_CHANGE; +extern const bcstring be_const_str_SBR_RX; +extern const bcstring be_const_str_deg; +extern const bcstring be_const_str_keys; +extern const bcstring be_const_str_exec_rules; +extern const bcstring be_const_str_pin_used; +extern const bcstring be_const_str_SYMBOL_VIDEO; +extern const bcstring be_const_str_SYMBOL_WIFI; +extern const bcstring be_const_str_lv_tileview; +extern const bcstring be_const_str_HX711_SCK; +extern const bcstring be_const_str_NEOPOOL_RX; +extern const bcstring be_const_str_PZEM004_RX; +extern const bcstring be_const_str_clear; +extern const bcstring be_const_str_cosh; +extern const bcstring be_const_str_lv_calendar; +extern const bcstring be_const_str_CNTR1; +extern const bcstring be_const_str_KEY1_NP; +extern const bcstring be_const_str_ROT1B_NP; +extern const bcstring be_const_str_SYMBOL_CLOSE; +extern const bcstring be_const_str_SYMBOL_DUMMY; +extern const bcstring be_const_str_A4988_STP; +extern const bcstring be_const_str_SYMBOL_OK; +extern const bcstring be_const_str_pin_mode; +extern const bcstring be_const_str_SYMBOL_REFRESH; +extern const bcstring be_const_str_TELEINFO_ENABLE; +extern const bcstring be_const_str_gen_cb; +extern const bcstring be_const_str_SYMBOL_BLUETOOTH; +extern const bcstring be_const_str__get_cb; +extern const bcstring be_const_str_remove_cmd; +extern const bcstring be_const_str_while; +extern const bcstring be_const_str_HRE_DATA; +extern const bcstring be_const_str_SYMBOL_BATTERY_1; +extern const bcstring be_const_str_PN532_TXD; +extern const bcstring be_const_str_WEBCAM_PWDN; +extern const bcstring be_const_str_imin; +extern const bcstring be_const_str_lv_draw_mask_line_param; +extern const bcstring be_const_str_wifi; +extern const bcstring be_const_str_NRG_SEL; +extern const bcstring be_const_str_SYMBOL_NEXT; +extern const bcstring be_const_str_DEEPSLEEP; +extern const bcstring be_const_str_HLW_CF; +extern const bcstring be_const_str_SYMBOL_CHARGE; +extern const bcstring be_const_str_find_key_i; +extern const bcstring be_const_str_insert; +extern const bcstring be_const_str_SYMBOL_POWER; +extern const bcstring be_const_str_CNTR1_NP; +extern const bcstring be_const_str_rad; +extern const bcstring be_const_str_asin; +extern const bcstring be_const_str_lv_slider; +extern const bcstring be_const_str_reverse; +extern const bcstring be_const_str_SR04_ECHO; +extern const bcstring be_const_str_load_freetype_font; +extern const bcstring be_const_str_set_power; +extern const bcstring be_const_str_DDS2382_TX; +extern const bcstring be_const_str_WEBCAM_HREF; +extern const bcstring be_const_str_SYMBOL_WARNING; +extern const bcstring be_const_str_TELEINFO_RX; +extern const bcstring be_const_str_else; +extern const bcstring be_const_str_decrypt; +extern const bcstring be_const_str_SDM72_TX; +extern const bcstring be_const_str_PMS5003_RX; +extern const bcstring be_const_str_SYMBOL_PLAY; +extern const bcstring be_const_str_LEDLNK; +extern const bcstring be_const_str_lv_gauge; +extern const bcstring be_const_str_MCP39F5_RST; +extern const bcstring be_const_str_byte; +extern const bcstring be_const_str_SSPI_SCLK; +extern const bcstring be_const_str_SDM72_RX; +extern const bcstring be_const_str_PWM1; +extern const bcstring be_const_str_SYMBOL_CALL; +extern const bcstring be_const_str_ZIGBEE_TX; +extern const bcstring be_const_str_find_op; +extern const bcstring be_const_str_push; +extern const bcstring be_const_str_sinh; +extern const bcstring be_const_str_FTC532; +extern const bcstring be_const_str_lv_draw_mask_angle_param_cfg; +extern const bcstring be_const_str_lv_draw_mask_common_dsc; +extern const bcstring be_const_str_lv_list; +extern const bcstring be_const_str_RF_SENSOR; +extern const bcstring be_const_str___lower__; +extern const bcstring be_const_str_exp; +extern const bcstring be_const_str_HRE_CLOCK; +extern const bcstring be_const_str_INPUT_PULLDOWN; +extern const bcstring be_const_str_SYMBOL_PASTE; +extern const bcstring be_const_str_map; +extern const bcstring be_const_str_response_append; +extern const bcstring be_const_str_A4988_ENA; +extern const bcstring be_const_str_SYMBOL_BULLET; +extern const bcstring be_const_str_lv_cont; +extern const bcstring be_const_str_I2S_OUT_DATA; +extern const bcstring be_const_str_ETH_PHY_POWER; +extern const bcstring be_const_str_CC1101_GDO2; +extern const bcstring be_const_str_WEBCAM_XCLK; +extern const bcstring be_const_str_lv_objmask; +extern const bcstring be_const_str_lv_msgbox; +extern const bcstring be_const_str_setitem; +extern const bcstring be_const_str_check_privileged_access; +extern const bcstring be_const_str_RXD; +extern const bcstring be_const_str_lv_spinbox; diff --git a/lib/libesp32/Berry/generate/be_const_strtab_def.h b/lib/libesp32/Berry/generate/be_const_strtab_def.h index 97afcd637..91c1697fc 100644 --- a/lib/libesp32/Berry/generate/be_const_strtab_def.h +++ b/lib/libesp32/Berry/generate/be_const_strtab_def.h @@ -1,1019 +1,1021 @@ -be_define_const_str(EXS_ENABLE, "EXS_ENABLE", 1896914313u, 0, 10, &be_const_str_SYMBOL_WARNING); -be_define_const_str(SYMBOL_WARNING, "SYMBOL_WARNING", 4119913686u, 0, 14, &be_const_str_raise); -be_define_const_str(raise, "raise", 1593437475u, 70, 5, NULL); -be_define_const_str(opt_connect, "..", 2748622605u, 0, 2, &be_const_str_calldepth); -be_define_const_str(calldepth, "calldepth", 3122364302u, 0, 9, NULL); -be_define_const_str(lv_spinner, "lv_spinner", 3361501901u, 0, 10, NULL); -be_define_const_str(stop, "stop", 3411225317u, 0, 4, NULL); -be_define_const_str(gamma10, "gamma10", 3472052483u, 0, 7, &be_const_str_rtc); -be_define_const_str(rtc, "rtc", 1070575216u, 0, 3, NULL); -be_define_const_str(HRXL_RX, "HRXL_RX", 92702006u, 0, 7, NULL); -be_define_const_str(ETH_PHY_MDC, "ETH_PHY_MDC", 1519379581u, 0, 11, &be_const_str_SYMBOL_EYE_OPEN); -be_define_const_str(SYMBOL_EYE_OPEN, "SYMBOL_EYE_OPEN", 3449311676u, 0, 15, &be_const_str_time_dump); -be_define_const_str(time_dump, "time_dump", 3330410747u, 0, 9, NULL); -be_define_const_str(lv_draw_mask_angle_param, "lv_draw_mask_angle_param", 4192166041u, 0, 24, &be_const_str_setitem); -be_define_const_str(setitem, "setitem", 1554834596u, 0, 7, &be_const_str_split); -be_define_const_str(split, "split", 2276994531u, 0, 5, NULL); -be_define_const_str(pow, "pow", 1479764693u, 0, 3, NULL); -be_define_const_str(resp_cmnd_failed, "resp_cmnd_failed", 2136281562u, 0, 16, NULL); -be_define_const_str(ELECTRIQ_MOODL_TX, "ELECTRIQ_MOODL_TX", 31009247u, 0, 17, &be_const_str_OUTPUT_OPEN_DRAIN); -be_define_const_str(OUTPUT_OPEN_DRAIN, "OUTPUT_OPEN_DRAIN", 2147249436u, 0, 17, &be_const_str_PULLDOWN); -be_define_const_str(PULLDOWN, "PULLDOWN", 1853074086u, 0, 8, &be_const_str_SYMBOL_POWER); -be_define_const_str(SYMBOL_POWER, "SYMBOL_POWER", 1125993627u, 0, 12, NULL); -be_define_const_str(LOW, "LOW", 3526092385u, 0, 3, NULL); -be_define_const_str(dot_def, ".def", 4095748648u, 0, 4, &be_const_str_DDSU666_TX); -be_define_const_str(DDSU666_TX, "DDSU666_TX", 1880604150u, 0, 10, &be_const_str_EC_C25519); -be_define_const_str(EC_C25519, "EC_C25519", 95492591u, 0, 9, &be_const_str_add_cmd); -be_define_const_str(add_cmd, "add_cmd", 3361630879u, 0, 7, NULL); -be_define_const_str(ST7789_CS, "ST7789_CS", 2937305434u, 0, 9, &be_const_str_Wire); -be_define_const_str(Wire, "Wire", 1938276536u, 0, 4, NULL); -be_define_const_str(HM10_TX, "HM10_TX", 1522037252u, 0, 7, &be_const_str_IRSEND); -be_define_const_str(IRSEND, "IRSEND", 184848336u, 0, 6, NULL); -be_define_const_str(SDM120_RX, "SDM120_RX", 1367571753u, 0, 9, &be_const_str_lv_draw_mask_common_dsc); -be_define_const_str(lv_draw_mask_common_dsc, "lv_draw_mask_common_dsc", 1429224708u, 0, 23, NULL); -be_define_const_str(KEY1_INV_NP, "KEY1_INV_NP", 3160558586u, 0, 11, &be_const_str_SSD1331_DC); -be_define_const_str(SSD1331_DC, "SSD1331_DC", 3386560859u, 0, 10, &be_const_str_WEBCAM_PCLK); -be_define_const_str(WEBCAM_PCLK, "WEBCAM_PCLK", 3813770649u, 0, 11, &be_const_str_gc); -be_define_const_str(gc, "gc", 1042313471u, 0, 2, &be_const_str_try); -be_define_const_str(try, "try", 2887626766u, 68, 3, NULL); -be_define_const_str(SYMBOL_LEFT, "SYMBOL_LEFT", 1563517575u, 0, 11, NULL); -be_define_const_str(pin_mode, "pin_mode", 3258314030u, 0, 8, NULL); -be_define_const_str(OPEN_DRAIN, "OPEN_DRAIN", 677872608u, 0, 10, &be_const_str_pin); -be_define_const_str(pin, "pin", 1866532500u, 0, 3, NULL); -be_define_const_str(HX711_DAT, "HX711_DAT", 2935118250u, 0, 9, NULL); -be_define_const_str(__upper__, "__upper__", 3612202883u, 0, 9, NULL); -be_define_const_str(LE01MR_RX, "LE01MR_RX", 1521590809u, 0, 9, &be_const_str_SYMBOL_SETTINGS); -be_define_const_str(SYMBOL_SETTINGS, "SYMBOL_SETTINGS", 339656335u, 0, 15, &be_const_str_get_free_heap); -be_define_const_str(get_free_heap, "get_free_heap", 625069757u, 0, 13, NULL); -be_define_const_str(opt_call, "()", 685372826u, 0, 2, &be_const_str_LEDLNK_INV); -be_define_const_str(LEDLNK_INV, "LEDLNK_INV", 3559015101u, 0, 10, &be_const_str_WIEGAND_D1); -be_define_const_str(WIEGAND_D1, "WIEGAND_D1", 4175558140u, 0, 10, &be_const_str_lv_draw_mask_line_param); -be_define_const_str(lv_draw_mask_line_param, "lv_draw_mask_line_param", 2692990704u, 0, 23, NULL); -be_define_const_str(CC1101_GDO0, "CC1101_GDO0", 940611027u, 0, 11, &be_const_str_RC522_CS); -be_define_const_str(RC522_CS, "RC522_CS", 2639619996u, 0, 8, NULL); -be_define_const_str(BUZZER_INV, "BUZZER_INV", 3274564335u, 0, 10, &be_const_str_DHT11_OUT); -be_define_const_str(DHT11_OUT, "DHT11_OUT", 1645300734u, 0, 9, &be_const_str_MCP39F5_TX); -be_define_const_str(MCP39F5_TX, "MCP39F5_TX", 1332322047u, 0, 10, &be_const_str_pi); -be_define_const_str(pi, "pi", 1213090802u, 0, 2, NULL); -be_define_const_str(PN532_RXD, "PN532_RXD", 1780093022u, 0, 9, &be_const_str_lv_style); -be_define_const_str(lv_style, "lv_style", 4151611549u, 0, 8, NULL); -be_define_const_str(I2S_IN_CLK, "I2S_IN_CLK", 2996930120u, 0, 10, &be_const_str_get); -be_define_const_str(get, "get", 1410115415u, 0, 3, &be_const_str_lv_checkbox); -be_define_const_str(lv_checkbox, "lv_checkbox", 7454841u, 0, 11, &be_const_str_lv_design_cb); -be_define_const_str(lv_design_cb, "lv_design_cb", 3822640502u, 0, 12, NULL); -be_define_const_str(MAX31855CLK, "MAX31855CLK", 715977727u, 0, 11, &be_const_str_isrunning); -be_define_const_str(isrunning, "isrunning", 1688182268u, 0, 9, &be_const_str_lv_obj); -be_define_const_str(lv_obj, "lv_obj", 4257833149u, 0, 6, NULL); -be_define_const_str(LMT01, "LMT01", 2490623797u, 0, 5, &be_const_str_SYMBOL_SD_CARD); -be_define_const_str(SYMBOL_SD_CARD, "SYMBOL_SD_CARD", 2542376484u, 0, 14, &be_const_str_begin); -be_define_const_str(begin, "begin", 1748273790u, 0, 5, NULL); -be_define_const_str(dot_p2, ".p2", 232398067u, 0, 3, &be_const_str_ROT1B_NP); -be_define_const_str(ROT1B_NP, "ROT1B_NP", 3710079736u, 0, 8, &be_const_str_SBR_TX); -be_define_const_str(SBR_TX, "SBR_TX", 3419096015u, 0, 6, &be_const_str_erase); -be_define_const_str(erase, "erase", 1010949589u, 0, 5, &be_const_str_module); -be_define_const_str(module, "module", 3617558685u, 0, 6, &be_const_str_read13); -be_define_const_str(read13, "read13", 12887293u, 0, 6, NULL); -be_define_const_str(EPAPER29_CS, "EPAPER29_CS", 3916373594u, 0, 11, NULL); -be_define_const_str(SPI_CLK, "SPI_CLK", 3943233814u, 0, 7, &be_const_str_digital_write); -be_define_const_str(digital_write, "digital_write", 3435877979u, 0, 13, &be_const_str_public_key); -be_define_const_str(public_key, "public_key", 4169142980u, 0, 10, NULL); -be_define_const_str(I2C_SCL, "I2C_SCL", 164217098u, 0, 7, &be_const_str_IEM3000_RX); -be_define_const_str(IEM3000_RX, "IEM3000_RX", 1117811096u, 0, 10, NULL); -be_define_const_str(vcall, "vcall", 2639337069u, 0, 5, NULL); -be_define_const_str(set_power, "set_power", 549820893u, 0, 9, NULL); -be_define_const_str(lv_area, "lv_area", 2521150401u, 0, 7, &be_const_str_write8); -be_define_const_str(write8, "write8", 3133991532u, 0, 6, NULL); -be_define_const_str(A4988_STP, "A4988_STP", 1622172049u, 0, 9, &be_const_str_SYMBOL_CHARGE); -be_define_const_str(SYMBOL_CHARGE, "SYMBOL_CHARGE", 2106391946u, 0, 13, &be_const_str_upper); -be_define_const_str(upper, "upper", 176974407u, 0, 5, NULL); -be_define_const_str(ROT1B, "ROT1B", 809932573u, 0, 5, NULL); -be_define_const_str(RXD, "RXD", 2311579049u, 0, 3, &be_const_str_XPT2046_CS); -be_define_const_str(XPT2046_CS, "XPT2046_CS", 4049231042u, 0, 10, &be_const_str_try_rule); -be_define_const_str(try_rule, "try_rule", 1986449405u, 0, 8, NULL); -be_define_const_str(DYP_RX, "DYP_RX", 2122310285u, 0, 6, &be_const_str_cos); -be_define_const_str(cos, "cos", 4220379804u, 0, 3, NULL); -be_define_const_str(lv_arc, "lv_arc", 4170125384u, 0, 6, &be_const_str_read12); -be_define_const_str(read12, "read12", 4291076970u, 0, 6, NULL); -be_define_const_str(write_bytes, "write_bytes", 1227543792u, 0, 11, NULL); -be_define_const_str(OPTION_A, "OPTION_A", 1133299440u, 0, 8, NULL); -be_define_const_str(lv_draw_mask_angle_param_cfg, "lv_draw_mask_angle_param_cfg", 3599767368u, 0, 28, &be_const_str_url_encode); -be_define_const_str(url_encode, "url_encode", 528392145u, 0, 10, NULL); -be_define_const_str(MHZ_RXD, "MHZ_RXD", 328619727u, 0, 7, &be_const_str__read); -be_define_const_str(_read, "_read", 346717030u, 0, 5, NULL); -be_define_const_str(A4988_ENA, "A4988_ENA", 1517502682u, 0, 9, &be_const_str_bytes); -be_define_const_str(bytes, "bytes", 1706151940u, 0, 5, &be_const_str_lv_draw_mask_fade_param); -be_define_const_str(lv_draw_mask_fade_param, "lv_draw_mask_fade_param", 2743309964u, 0, 23, &be_const_str_lv_led); -be_define_const_str(lv_led, "lv_led", 3192184733u, 0, 6, NULL); -be_define_const_str(run_deferred, "run_deferred", 371594696u, 0, 12, NULL); -be_define_const_str(SDM630_TX, "SDM630_TX", 696213075u, 0, 9, &be_const_str_WEBCAM_DATA); -be_define_const_str(WEBCAM_DATA, "WEBCAM_DATA", 1476954421u, 0, 11, &be_const_str_detect); -be_define_const_str(detect, "detect", 8884370u, 0, 6, &be_const_str_reset); -be_define_const_str(reset, "reset", 1695364032u, 0, 5, NULL); -be_define_const_str(member, "member", 719708611u, 0, 6, NULL); -be_define_const_str(load, "load", 3859241449u, 0, 4, NULL); -be_define_const_str(content_send_style, "content_send_style", 1087907647u, 0, 18, &be_const_str_content_stop); -be_define_const_str(content_stop, "content_stop", 658554751u, 0, 12, NULL); -be_define_const_str(_cmd, "_cmd", 3419822142u, 0, 4, &be_const_str_add_header); -be_define_const_str(add_header, "add_header", 927130612u, 0, 10, NULL); -be_define_const_str(SYMBOL_RIGHT, "SYMBOL_RIGHT", 2984010648u, 0, 12, NULL); -be_define_const_str(opt_eq, "==", 2431966415u, 0, 2, &be_const_str_HX711_SCK); -be_define_const_str(HX711_SCK, "HX711_SCK", 3785979404u, 0, 9, &be_const_str_WINDMETER_SPEED); -be_define_const_str(WINDMETER_SPEED, "WINDMETER_SPEED", 1980822204u, 0, 15, &be_const_str_byte); -be_define_const_str(byte, "byte", 1683620383u, 0, 4, NULL); -be_define_const_str(arg_name, "arg_name", 1345046155u, 0, 8, &be_const_str_lv_objmask); -be_define_const_str(lv_objmask, "lv_objmask", 1311221665u, 0, 10, NULL); -be_define_const_str(SPI_DC, "SPI_DC", 553259951u, 0, 6, &be_const_str_rand); -be_define_const_str(rand, "rand", 2711325910u, 0, 4, NULL); -be_define_const_str(MP3_DFR562, "MP3_DFR562", 2859952977u, 0, 10, &be_const_str_TM1638STB); -be_define_const_str(TM1638STB, "TM1638STB", 823674593u, 0, 9, &be_const_str_lv_dropdown); -be_define_const_str(lv_dropdown, "lv_dropdown", 2797165301u, 0, 11, NULL); -be_define_const_str(MGC3130_XFER, "MGC3130_XFER", 4178219131u, 0, 12, &be_const_str_SDM120_TX); -be_define_const_str(SDM120_TX, "SDM120_TX", 2509332415u, 0, 9, &be_const_str_loop); -be_define_const_str(loop, "loop", 3723446379u, 0, 4, &be_const_str_tag); -be_define_const_str(tag, "tag", 2516003219u, 0, 3, NULL); -be_define_const_str(SHELLY_DIMMER_BOOT0, "SHELLY_DIMMER_BOOT0", 2948777716u, 0, 19, NULL); -be_define_const_str(DEEPSLEEP, "DEEPSLEEP", 189922226u, 0, 9, &be_const_str_SOLAXX1_RX); -be_define_const_str(SOLAXX1_RX, "SOLAXX1_RX", 971867054u, 0, 10, &be_const_str_TASMOTACLIENT_RST_INV); -be_define_const_str(TASMOTACLIENT_RST_INV, "TASMOTACLIENT_RST_INV", 2601785365u, 0, 21, &be_const_str_assert); -be_define_const_str(assert, "assert", 2774883451u, 0, 6, NULL); -be_define_const_str(ADC_LIGHT, "ADC_LIGHT", 3982461502u, 0, 9, &be_const_str_find_key_i); -be_define_const_str(find_key_i, "find_key_i", 850136726u, 0, 10, &be_const_str_init); -be_define_const_str(init, "init", 380752755u, 0, 4, &be_const_str_except); -be_define_const_str(except, "except", 950914032u, 69, 6, &be_const_str_return); -be_define_const_str(return, "return", 2246981567u, 60, 6, NULL); -be_define_const_str(DHT22, "DHT22", 215937903u, 0, 5, &be_const_str_PWM1); -be_define_const_str(PWM1, "PWM1", 1353352426u, 0, 4, NULL); -be_define_const_str(call, "call", 3018949801u, 0, 4, NULL); -be_define_const_str(TM1637CLK, "TM1637CLK", 2797300857u, 0, 9, &be_const_str_abs); -be_define_const_str(abs, "abs", 709362235u, 0, 3, &be_const_str_lv_draw_mask_saved); -be_define_const_str(lv_draw_mask_saved, "lv_draw_mask_saved", 2063709159u, 0, 18, NULL); -be_define_const_str(SDM72_RX, "SDM72_RX", 766750035u, 0, 8, &be_const_str_SSPI_MAX31865_CS1); -be_define_const_str(SSPI_MAX31865_CS1, "SSPI_MAX31865_CS1", 1256578724u, 0, 17, &be_const_str_input); -be_define_const_str(input, "input", 4191711099u, 0, 5, NULL); -be_define_const_str(MIEL_HVAC_TX, "MIEL_HVAC_TX", 567403014u, 0, 12, NULL); -be_define_const_str(KEY1_INV, "KEY1_INV", 263542563u, 0, 8, &be_const_str_MHZ_TXD); -be_define_const_str(MHZ_TXD, "MHZ_TXD", 3310158233u, 0, 7, &be_const_str_SYMBOL_PAUSE); -be_define_const_str(SYMBOL_PAUSE, "SYMBOL_PAUSE", 641998172u, 0, 12, NULL); -be_define_const_str(lv_chart, "lv_chart", 2652494144u, 0, 8, NULL); -be_define_const_str(AZ_RXD, "AZ_RXD", 699914019u, 0, 6, &be_const_str_SYMBOL_DOWNLOAD); -be_define_const_str(SYMBOL_DOWNLOAD, "SYMBOL_DOWNLOAD", 2607324090u, 0, 15, &be_const_str_write); -be_define_const_str(write, "write", 3190202204u, 0, 5, NULL); -be_define_const_str(SYMBOL_COPY, "SYMBOL_COPY", 4193681815u, 0, 11, NULL); -be_define_const_str(I2C_Driver, "I2C_Driver", 1714501658u, 0, 10, &be_const_str_I2S_IN_SLCT); -be_define_const_str(I2S_IN_SLCT, "I2S_IN_SLCT", 706051516u, 0, 11, &be_const_str_KEY1_TC); -be_define_const_str(KEY1_TC, "KEY1_TC", 25685109u, 0, 7, &be_const_str_lv_draw_mask_map_param); -be_define_const_str(lv_draw_mask_map_param, "lv_draw_mask_map_param", 1666886804u, 0, 22, &be_const_str_target_search); -be_define_const_str(target_search, "target_search", 1947846553u, 0, 13, NULL); -be_define_const_str(SR04_TRIG, "SR04_TRIG", 68671263u, 0, 9, &be_const_str__rules); -be_define_const_str(_rules, "_rules", 4266217105u, 0, 6, &be_const_str_rad); -be_define_const_str(rad, "rad", 1358899048u, 0, 3, &be_const_str_type); -be_define_const_str(type, "type", 1361572173u, 0, 4, NULL); -be_define_const_str(ETH_PHY_MDIO, "ETH_PHY_MDIO", 3261871568u, 0, 12, NULL); -be_define_const_str(HPMA_RX, "HPMA_RX", 3462528998u, 0, 7, &be_const_str_NRG_SEL); -be_define_const_str(NRG_SEL, "NRG_SEL", 1771358125u, 0, 7, &be_const_str_TASMOTACLIENT_RXD); -be_define_const_str(TASMOTACLIENT_RXD, "TASMOTACLIENT_RXD", 72868318u, 0, 17, &be_const_str_tob64); -be_define_const_str(tob64, "tob64", 373777640u, 0, 5, NULL); -be_define_const_str(srand, "srand", 465518633u, 0, 5, NULL); -be_define_const_str(BS814_CLK, "BS814_CLK", 3002713336u, 0, 9, &be_const_str_SYMBOL_DIRECTORY); -be_define_const_str(SYMBOL_DIRECTORY, "SYMBOL_DIRECTORY", 1886053449u, 0, 16, &be_const_str_read24); -be_define_const_str(read24, "read24", 1808533811u, 0, 6, NULL); -be_define_const_str(PROJECTOR_CTRL_TX, "PROJECTOR_CTRL_TX", 535811130u, 0, 17, &be_const_str_SSPI_CS); -be_define_const_str(SSPI_CS, "SSPI_CS", 977784795u, 0, 7, &be_const_str_TELEINFO_RX); -be_define_const_str(TELEINFO_RX, "TELEINFO_RX", 1195717356u, 0, 11, &be_const_str_TUYA_RX); -be_define_const_str(TUYA_RX, "TUYA_RX", 1609397679u, 0, 7, &be_const_str_seti); -be_define_const_str(seti, "seti", 1500556254u, 0, 4, NULL); -be_define_const_str(_begin_transmission, "_begin_transmission", 2779461176u, 0, 19, &be_const_str_do); +be_define_const_str(SI7021, "SI7021", 864377911u, 0, 6, NULL); +be_define_const_str(SYMBOL_PAUSE, "SYMBOL_PAUSE", 641998172u, 0, 12, &be_const_str_calldepth); +be_define_const_str(calldepth, "calldepth", 3122364302u, 0, 9, &be_const_str_name); +be_define_const_str(name, "name", 2369371622u, 0, 4, &be_const_str_do); be_define_const_str(do, "do", 1646057492u, 65, 2, NULL); -be_define_const_str(SAIR_RX, "SAIR_RX", 1273688713u, 0, 7, &be_const_str_Tasmota); -be_define_const_str(Tasmota, "Tasmota", 4047617668u, 0, 7, NULL); -be_define_const_str(keys, "keys", 4182378701u, 0, 4, &be_const_str_pin_used); -be_define_const_str(pin_used, "pin_used", 4033854612u, 0, 8, NULL); -be_define_const_str(GET, "GET", 2531704439u, 0, 3, &be_const_str_item); -be_define_const_str(item, "item", 2671260646u, 0, 4, &be_const_str_resp_cmnd_done); -be_define_const_str(resp_cmnd_done, "resp_cmnd_done", 2601874875u, 0, 14, NULL); -be_define_const_str(exec_rules, "exec_rules", 1445221092u, 0, 10, NULL); -be_define_const_str(HIGH, "HIGH", 2066738941u, 0, 4, &be_const_str_PN532_TXD); -be_define_const_str(PN532_TXD, "PN532_TXD", 3093418644u, 0, 9, &be_const_str_SSD1351_CS); -be_define_const_str(SSD1351_CS, "SSD1351_CS", 488746042u, 0, 10, NULL); -be_define_const_str(LEDLNK, "LEDLNK", 2862810701u, 0, 6, &be_const_str_SAIR_TX); -be_define_const_str(SAIR_TX, "SAIR_TX", 268017311u, 0, 7, &be_const_str_lv_calendar); -be_define_const_str(lv_calendar, "lv_calendar", 3284396894u, 0, 11, NULL); -be_define_const_str(lv_group, "lv_group", 3852039019u, 0, 8, NULL); -be_define_const_str(get_string, "get_string", 4195847969u, 0, 10, NULL); -be_define_const_str(lv_draw_mask_radius_param_cfg, "lv_draw_mask_radius_param_cfg", 3889386773u, 0, 29, &be_const_str_publish); -be_define_const_str(publish, "publish", 264247304u, 0, 7, NULL); -be_define_const_str(KEY1, "KEY1", 6715975u, 0, 4, &be_const_str_PWM1_INV); -be_define_const_str(PWM1_INV, "PWM1_INV", 3939021030u, 0, 8, &be_const_str__timers); -be_define_const_str(_timers, "_timers", 2600100916u, 0, 7, &be_const_str_map); -be_define_const_str(map, "map", 3751997361u, 0, 3, NULL); -be_define_const_str(ADC_CT_POWER, "ADC_CT_POWER", 3382284599u, 0, 12, &be_const_str_SYMBOL_BULLET); -be_define_const_str(SYMBOL_BULLET, "SYMBOL_BULLET", 587181862u, 0, 13, &be_const_str_SYMBOL_LIST); -be_define_const_str(SYMBOL_LIST, "SYMBOL_LIST", 70793990u, 0, 11, NULL); -be_define_const_str(check_privileged_access, "check_privileged_access", 3692933968u, 0, 23, NULL); -be_define_const_str(lv_cont, "lv_cont", 1391686552u, 0, 7, NULL); -be_define_const_str(content_send, "content_send", 1673733649u, 0, 12, &be_const_str_dump); -be_define_const_str(dump, "dump", 3663001223u, 0, 4, &be_const_str_memory); -be_define_const_str(memory, "memory", 2229924270u, 0, 6, NULL); -be_define_const_str(SYMBOL_BATTERY_3, "SYMBOL_BATTERY_3", 662591301u, 0, 16, &be_const_str_ZIGBEE_TX); -be_define_const_str(ZIGBEE_TX, "ZIGBEE_TX", 25119256u, 0, 9, &be_const_str_cmd); -be_define_const_str(cmd, "cmd", 4136785899u, 0, 3, &be_const_str_fromstring); -be_define_const_str(fromstring, "fromstring", 610302344u, 0, 10, NULL); -be_define_const_str(ADC_INPUT, "ADC_INPUT", 2207556878u, 0, 9, &be_const_str_INPUT); -be_define_const_str(INPUT, "INPUT", 1638025307u, 0, 5, &be_const_str_exists); -be_define_const_str(exists, "exists", 1002329533u, 0, 6, &be_const_str_floor); -be_define_const_str(floor, "floor", 3102149661u, 0, 5, NULL); -be_define_const_str(EPD_DATA, "EPD_DATA", 3799141097u, 0, 8, &be_const_str_SM2135_CLK); -be_define_const_str(SM2135_CLK, "SM2135_CLK", 2383410011u, 0, 10, &be_const_str_SYMBOL_VOLUME_MID); -be_define_const_str(SYMBOL_VOLUME_MID, "SYMBOL_VOLUME_MID", 158835057u, 0, 17, &be_const_str_find); -be_define_const_str(find, "find", 3186656602u, 0, 4, &be_const_str_var); -be_define_const_str(var, "var", 2317739966u, 64, 3, NULL); -be_define_const_str(ZEROCROSS, "ZEROCROSS", 1747596785u, 0, 9, &be_const_str_depower); -be_define_const_str(depower, "depower", 3563819571u, 0, 7, NULL); -be_define_const_str(AudioOutputI2S, "AudioOutputI2S", 638031784u, 0, 14, NULL); -be_define_const_str(SYMBOL_UPLOAD, "SYMBOL_UPLOAD", 3293679647u, 0, 13, &be_const_str_class); -be_define_const_str(class, "class", 2872970239u, 57, 5, NULL); -be_define_const_str(SDM630_RX, "SDM630_RX", 1971606309u, 0, 9, NULL); -be_define_const_str(SYMBOL_SAVE, "SYMBOL_SAVE", 2439821015u, 0, 11, &be_const_str_WE517_TX); -be_define_const_str(WE517_TX, "WE517_TX", 2954817217u, 0, 8, NULL); -be_define_const_str(I2S_OUT_DATA, "I2S_OUT_DATA", 1176288293u, 0, 12, &be_const_str_MCP39F5_RX); -be_define_const_str(MCP39F5_RX, "MCP39F5_RX", 190458217u, 0, 10, &be_const_str_fromb64); -be_define_const_str(fromb64, "fromb64", 2717019639u, 0, 7, NULL); -be_define_const_str(OLED_RESET, "OLED_RESET", 4048987655u, 0, 10, &be_const_str_RDM6300_RX); -be_define_const_str(RDM6300_RX, "RDM6300_RX", 1522345628u, 0, 10, &be_const_str_REL1); -be_define_const_str(REL1, "REL1", 3142397887u, 0, 4, &be_const_str_SYMBOL_STOP); -be_define_const_str(SYMBOL_STOP, "SYMBOL_STOP", 2836505202u, 0, 11, &be_const_str_screenshot); -be_define_const_str(screenshot, "screenshot", 3894592561u, 0, 10, NULL); -be_define_const_str(print, "print", 372738696u, 0, 5, NULL); -be_define_const_str(I2S_OUT_CLK, "I2S_OUT_CLK", 2580200387u, 0, 11, &be_const_str_set_timeouts); -be_define_const_str(set_timeouts, "set_timeouts", 3732850900u, 0, 12, NULL); -be_define_const_str(AZ_TXD, "AZ_TXD", 850268709u, 0, 6, &be_const_str_CSE7766_TX); -be_define_const_str(CSE7766_TX, "CSE7766_TX", 674624821u, 0, 10, &be_const_str_SYMBOL_DUMMY); -be_define_const_str(SYMBOL_DUMMY, "SYMBOL_DUMMY", 3621732138u, 0, 12, &be_const_str_VL53L0X_XSHUT1); +be_define_const_str(RC522_RST, "RC522_RST", 720511443u, 0, 9, &be_const_str_VL53L0X_XSHUT1); be_define_const_str(VL53L0X_XSHUT1, "VL53L0X_XSHUT1", 2341134183u, 0, 14, NULL); -be_define_const_str(PZEM016_RX, "PZEM016_RX", 1004012055u, 0, 10, &be_const_str__available); -be_define_const_str(_available, "_available", 1306196581u, 0, 10, &be_const_str_get_power); -be_define_const_str(get_power, "get_power", 3009799377u, 0, 9, &be_const_str_lv_canvas); -be_define_const_str(lv_canvas, "lv_canvas", 142865412u, 0, 9, NULL); -be_define_const_str(lv_roller, "lv_roller", 661902064u, 0, 9, &be_const_str_while); -be_define_const_str(while, "while", 231090382u, 53, 5, NULL); -be_define_const_str(SYMBOL_CUT, "SYMBOL_CUT", 3455112394u, 0, 10, NULL); -be_define_const_str(AudioGeneratorMP3, "AudioGeneratorMP3", 2199818488u, 0, 17, &be_const_str_SYMBOL_BLUETOOTH); -be_define_const_str(SYMBOL_BLUETOOTH, "SYMBOL_BLUETOOTH", 679376572u, 0, 16, NULL); -be_define_const_str(ADC_JOY, "ADC_JOY", 1116943612u, 0, 7, &be_const_str_RC522_RST); -be_define_const_str(RC522_RST, "RC522_RST", 720511443u, 0, 9, &be_const_str_list); -be_define_const_str(list, "list", 217798785u, 0, 4, &be_const_str_lv_draw_rect_dsc); -be_define_const_str(lv_draw_rect_dsc, "lv_draw_rect_dsc", 3246772488u, 0, 16, NULL); -be_define_const_str(AS608_TX, "AS608_TX", 48630934u, 0, 8, &be_const_str_FALLING); -be_define_const_str(FALLING, "FALLING", 2851701064u, 0, 7, &be_const_str_HPMA_TX); -be_define_const_str(HPMA_TX, "HPMA_TX", 173233104u, 0, 7, &be_const_str_insert); -be_define_const_str(insert, "insert", 3332609576u, 0, 6, &be_const_str_lv_draw_img_dsc); -be_define_const_str(lv_draw_img_dsc, "lv_draw_img_dsc", 999847907u, 0, 15, NULL); -be_define_const_str(ILI9341_DC, "ILI9341_DC", 28838624u, 0, 10, NULL); -be_define_const_str(TX2X_TXD_BLACK, "TX2X_TXD_BLACK", 956526176u, 0, 14, &be_const_str_load_font); -be_define_const_str(load_font, "load_font", 1875840019u, 0, 9, &be_const_str_sinh); -be_define_const_str(sinh, "sinh", 282220607u, 0, 4, NULL); -be_define_const_str(SDM72_TX, "SDM72_TX", 2042143269u, 0, 8, NULL); -be_define_const_str(HLW_CF, "HLW_CF", 3982619486u, 0, 6, &be_const_str_ROT1A_NP); -be_define_const_str(ROT1A_NP, "ROT1A_NP", 2322706903u, 0, 8, &be_const_str_lv_switch); -be_define_const_str(lv_switch, "lv_switch", 3407171508u, 0, 9, &be_const_str_read_bytes); -be_define_const_str(read_bytes, "read_bytes", 3576733173u, 0, 10, &be_const_str_nil); -be_define_const_str(nil, "nil", 228849900u, 63, 3, NULL); -be_define_const_str(SPI_MISO, "SPI_MISO", 150818010u, 0, 8, NULL); -be_define_const_str(FTC532, "FTC532", 3182343438u, 0, 6, &be_const_str_pop); -be_define_const_str(pop, "pop", 1362321360u, 0, 3, &be_const_str_scan); -be_define_const_str(scan, "scan", 3974641896u, 0, 4, &be_const_str_setbits); -be_define_const_str(setbits, "setbits", 2762408167u, 0, 7, NULL); -be_define_const_str(int, "int", 2515107422u, 0, 3, NULL); -be_define_const_str(GPS_RX, "GPS_RX", 1075637342u, 0, 6, NULL); -be_define_const_str(_request_from, "_request_from", 3965148604u, 0, 13, NULL); -be_define_const_str(SDCARD_CS, "SDCARD_CS", 3348952003u, 0, 9, NULL); -be_define_const_str(SYMBOL_EYE_CLOSE, "SYMBOL_EYE_CLOSE", 404721792u, 0, 16, &be_const_str_else); -be_define_const_str(else, "else", 3183434736u, 52, 4, NULL); -be_define_const_str(AudioGenerator, "AudioGenerator", 1839297342u, 0, 14, &be_const_str_BACKLIGHT); -be_define_const_str(BACKLIGHT, "BACKLIGHT", 3147761926u, 0, 9, &be_const_str_NRG_CF1); -be_define_const_str(NRG_CF1, "NRG_CF1", 3292534757u, 0, 7, &be_const_str_remove); -be_define_const_str(remove, "remove", 3683784189u, 0, 6, NULL); -be_define_const_str(OUTPUT_LO, "OUTPUT_LO", 3724620328u, 0, 9, &be_const_str_lv_draw_label_dsc); -be_define_const_str(lv_draw_label_dsc, "lv_draw_label_dsc", 265601842u, 0, 17, &be_const_str_lv_font); -be_define_const_str(lv_font, "lv_font", 1550958453u, 0, 7, NULL); -be_define_const_str(SYMBOL_USB, "SYMBOL_USB", 1962656552u, 0, 10, &be_const_str_lv_sqrt_res); -be_define_const_str(lv_sqrt_res, "lv_sqrt_res", 2904473995u, 0, 11, NULL); -be_define_const_str(SYMBOL_EJECT, "SYMBOL_EJECT", 873760647u, 0, 12, NULL); -be_define_const_str(MCP39F5_RST, "MCP39F5_RST", 3657125652u, 0, 11, &be_const_str_TASMOTACLIENT_TXD); -be_define_const_str(TASMOTACLIENT_TXD, "TASMOTACLIENT_TXD", 1386193940u, 0, 17, NULL); -be_define_const_str(ETH_PHY_POWER, "ETH_PHY_POWER", 487529454u, 0, 13, &be_const_str_ctypes_bytes); -be_define_const_str(ctypes_bytes, "ctypes_bytes", 3879019703u, 0, 12, &be_const_str_remove_timer); -be_define_const_str(remove_timer, "remove_timer", 4141472215u, 0, 12, NULL); -be_define_const_str(AudioFileSourceFS, "AudioFileSourceFS", 1839147653u, 0, 17, NULL); -be_define_const_str(LE01MR_TX, "LE01MR_TX", 1589687023u, 0, 9, &be_const_str_SENSOR_END); -be_define_const_str(SENSOR_END, "SENSOR_END", 3512542657u, 0, 10, &be_const_str_finish); -be_define_const_str(finish, "finish", 1494643858u, 0, 6, &be_const_str_lv_gauge); -be_define_const_str(lv_gauge, "lv_gauge", 118613531u, 0, 8, NULL); -be_define_const_str(get_size, "get_size", 2803644713u, 0, 8, &be_const_str_name); -be_define_const_str(name, "name", 2369371622u, 0, 4, &be_const_str_save); -be_define_const_str(save, "save", 3439296072u, 0, 4, NULL); -be_define_const_str(read, "read", 3470762949u, 0, 4, &be_const_str_wire); -be_define_const_str(wire, "wire", 4082753944u, 0, 4, NULL); -be_define_const_str(char, "char", 2823553821u, 0, 4, NULL); -be_define_const_str(acos, "acos", 1006755615u, 0, 4, &be_const_str_deinit); -be_define_const_str(deinit, "deinit", 2345559592u, 0, 6, NULL); -be_define_const_str(NONE, "NONE", 1932136219u, 0, 4, NULL); -be_define_const_str(ADE7953_IRQ, "ADE7953_IRQ", 2329185922u, 0, 11, &be_const_str_ILI9488_CS); -be_define_const_str(ILI9488_CS, "ILI9488_CS", 2363112073u, 0, 10, &be_const_str_SSPI_MOSI); -be_define_const_str(SSPI_MOSI, "SSPI_MOSI", 3745917497u, 0, 9, NULL); -be_define_const_str(HJL_CF, "HJL_CF", 786158487u, 0, 6, &be_const_str_lv_spinbox); -be_define_const_str(lv_spinbox, "lv_spinbox", 2666096729u, 0, 10, NULL); -be_define_const_str(chars_in_string, "chars_in_string", 3148785132u, 0, 15, &be_const_str_set_useragent); -be_define_const_str(set_useragent, "set_useragent", 612237244u, 0, 13, NULL); -be_define_const_str(SPI_CS, "SPI_CS", 553701236u, 0, 6, NULL); -be_define_const_str(EPAPER42_CS, "EPAPER42_CS", 3274717451u, 0, 11, &be_const_str_SI7021); -be_define_const_str(SI7021, "SI7021", 864377911u, 0, 6, &be_const_str_classname); -be_define_const_str(classname, "classname", 1998589948u, 0, 9, &be_const_str_get_option); -be_define_const_str(get_option, "get_option", 2123730033u, 0, 10, NULL); -be_define_const_str(lv_point, "lv_point", 4120221790u, 0, 8, &be_const_str_members); -be_define_const_str(members, "members", 937576464u, 0, 7, NULL); -be_define_const_str(AudioOutput, "AudioOutput", 3257792048u, 0, 11, &be_const_str_IEM3000_TX); -be_define_const_str(IEM3000_TX, "IEM3000_TX", 1185907310u, 0, 10, &be_const_str_lv_textarea); -be_define_const_str(lv_textarea, "lv_textarea", 2864635074u, 0, 11, NULL); -be_define_const_str(LED1, "LED1", 21005825u, 0, 4, &be_const_str_MAX7219DIN); -be_define_const_str(MAX7219DIN, "MAX7219DIN", 380687049u, 0, 10, NULL); -be_define_const_str(opt_neq, "!=", 2428715011u, 0, 2, &be_const_str_WE517_RX); -be_define_const_str(WE517_RX, "WE517_RX", 4096577879u, 0, 8, &be_const_str_WEBCAM_PSRCS); -be_define_const_str(WEBCAM_PSRCS, "WEBCAM_PSRCS", 624464864u, 0, 12, &be_const_str_on); -be_define_const_str(on, "on", 1630810064u, 0, 2, NULL); -be_define_const_str(codedump, "codedump", 1786337906u, 0, 8, &be_const_str_wire2); -be_define_const_str(wire2, "wire2", 3229499038u, 0, 5, NULL); -be_define_const_str(SSD1331_CS, "SSD1331_CS", 4191047928u, 0, 10, &be_const_str_event); -be_define_const_str(event, "event", 4264611999u, 0, 5, &be_const_str_lv_indev); -be_define_const_str(lv_indev, "lv_indev", 225602374u, 0, 8, &be_const_str_set_auth); -be_define_const_str(set_auth, "set_auth", 1057170930u, 0, 8, NULL); -be_define_const_str(SDS0X1_RX, "SDS0X1_RX", 1170717385u, 0, 9, &be_const_str_SYMBOL_LOOP); -be_define_const_str(SYMBOL_LOOP, "SYMBOL_LOOP", 2762053208u, 0, 11, &be_const_str_WEBCAM_VSYNC); -be_define_const_str(WEBCAM_VSYNC, "WEBCAM_VSYNC", 4032882166u, 0, 12, &be_const_str_lv_draw_mask_line_param_cfg); -be_define_const_str(lv_draw_mask_line_param_cfg, "lv_draw_mask_line_param_cfg", 2154874825u, 0, 27, NULL); -be_define_const_str(DSB_OUT, "DSB_OUT", 732335085u, 0, 7, &be_const_str_WEBCAM_RESET); -be_define_const_str(WEBCAM_RESET, "WEBCAM_RESET", 2171221520u, 0, 12, &be_const_str_compile); -be_define_const_str(compile, "compile", 1000265118u, 0, 7, &be_const_str_lv_imgbtn); -be_define_const_str(lv_imgbtn, "lv_imgbtn", 2402844429u, 0, 9, &be_const_str_number); -be_define_const_str(number, "number", 467038368u, 0, 6, &be_const_str_set); -be_define_const_str(set, "set", 3324446467u, 0, 3, NULL); -be_define_const_str(ADC_TEMP, "ADC_TEMP", 3771053440u, 0, 8, NULL); -be_define_const_str(ADC_PH, "ADC_PH", 3820290594u, 0, 6, &be_const_str_MAX31855DO); -be_define_const_str(MAX31855DO, "MAX31855DO", 552730368u, 0, 10, &be_const_str_register_button_encoder); -be_define_const_str(register_button_encoder, "register_button_encoder", 2811301550u, 0, 23, NULL); -be_define_const_str(bus, "bus", 1607822841u, 0, 3, &be_const_str_log10); -be_define_const_str(log10, "log10", 2346846000u, 0, 5, NULL); -be_define_const_str(SYMBOL_BATTERY_2, "SYMBOL_BATTERY_2", 645813682u, 0, 16, &be_const_str_TCP_TX); -be_define_const_str(TCP_TX, "TCP_TX", 2762594089u, 0, 6, &be_const_str_ceil); -be_define_const_str(ceil, "ceil", 1659167240u, 0, 4, &be_const_str_delay); -be_define_const_str(delay, "delay", 1322381784u, 0, 5, NULL); -be_define_const_str(SDS0X1_TX, "SDS0X1_TX", 165045983u, 0, 9, &be_const_str_ST7789_DC); -be_define_const_str(ST7789_DC, "ST7789_DC", 2533509745u, 0, 9, &be_const_str_SYMBOL_BACKSPACE); -be_define_const_str(SYMBOL_BACKSPACE, "SYMBOL_BACKSPACE", 1997168681u, 0, 16, &be_const_str_lv_line); -be_define_const_str(lv_line, "lv_line", 2692732914u, 0, 7, NULL); -be_define_const_str(GPS_TX, "GPS_TX", 4228740808u, 0, 6, NULL); -be_define_const_str(DHT11, "DHT11", 367083569u, 0, 5, &be_const_str_NRG_SEL_INV); -be_define_const_str(NRG_SEL_INV, "NRG_SEL_INV", 3567431069u, 0, 11, &be_const_str_gen_cb); -be_define_const_str(gen_cb, "gen_cb", 3245227551u, 0, 6, NULL); -be_define_const_str(DCKI, "DCKI", 3846847480u, 0, 4, &be_const_str_MAX7219CS); -be_define_const_str(MAX7219CS, "MAX7219CS", 2593198244u, 0, 9, &be_const_str_P9813_CLK); -be_define_const_str(P9813_CLK, "P9813_CLK", 2455391001u, 0, 9, NULL); -be_define_const_str(DI, "DI", 1070498734u, 0, 2, &be_const_str_SM16716_DAT); -be_define_const_str(SM16716_DAT, "SM16716_DAT", 1905621806u, 0, 11, &be_const_str__drivers); -be_define_const_str(_drivers, "_drivers", 3260328985u, 0, 8, NULL); -be_define_const_str(open, "open", 3546203337u, 0, 4, NULL); -be_define_const_str(AS3935, "AS3935", 603621745u, 0, 6, &be_const_str_SYMBOL_UP); -be_define_const_str(SYMBOL_UP, "SYMBOL_UP", 3886401511u, 0, 9, NULL); -be_define_const_str(BL0940_RX, "BL0940_RX", 2908993179u, 0, 9, &be_const_str_BOILER_OT_RX); -be_define_const_str(BOILER_OT_RX, "BOILER_OT_RX", 603647409u, 0, 12, &be_const_str_SYMBOL_SHUFFLE); -be_define_const_str(SYMBOL_SHUFFLE, "SYMBOL_SHUFFLE", 1123310147u, 0, 14, NULL); -be_define_const_str(_write, "_write", 2215462825u, 0, 6, &be_const_str_traceback); -be_define_const_str(traceback, "traceback", 3385188109u, 0, 9, &be_const_str_true); -be_define_const_str(true, "true", 1303515621u, 61, 4, NULL); -be_define_const_str(webclient, "webclient", 4076389146u, 0, 9, NULL); -be_define_const_str(ARIRFSEL, "ARIRFSEL", 233874443u, 0, 8, NULL); -be_define_const_str(A4988_MS1, "A4988_MS1", 1729976611u, 0, 9, &be_const_str_ADC_RANGE); -be_define_const_str(ADC_RANGE, "ADC_RANGE", 3467329543u, 0, 9, NULL); -be_define_const_str(dot_p, ".p", 1171526419u, 0, 2, &be_const_str_INTERRUPT); -be_define_const_str(INTERRUPT, "INTERRUPT", 3809502704u, 0, 9, &be_const_str_OUTPUT); -be_define_const_str(OUTPUT, "OUTPUT", 1469629700u, 0, 6, &be_const_str_wire_scan); -be_define_const_str(wire_scan, "wire_scan", 2671275880u, 0, 9, NULL); -be_define_const_str(I2C_SDA, "I2C_SDA", 1052592262u, 0, 7, &be_const_str_lv_signal_cb); -be_define_const_str(lv_signal_cb, "lv_signal_cb", 3295792564u, 0, 12, &be_const_str_toupper); -be_define_const_str(toupper, "toupper", 3691983576u, 0, 7, &be_const_str_update); -be_define_const_str(update, "update", 672109684u, 0, 6, &be_const_str_break); -be_define_const_str(break, "break", 3378807160u, 58, 5, NULL); -be_define_const_str(IBEACON_TX, "IBEACON_TX", 3471826977u, 0, 10, &be_const_str_RFSEND); -be_define_const_str(RFSEND, "RFSEND", 1862630731u, 0, 6, &be_const_str_has_arg); -be_define_const_str(has_arg, "has_arg", 424878688u, 0, 7, NULL); -be_define_const_str(dot_w, ".w", 1255414514u, 0, 2, &be_const_str_WEBCAM_HSD); -be_define_const_str(WEBCAM_HSD, "WEBCAM_HSD", 2648502504u, 0, 10, NULL); -be_define_const_str(SYMBOL_PLUS, "SYMBOL_PLUS", 2860093262u, 0, 11, &be_const_str_lv_slider); -be_define_const_str(lv_slider, "lv_slider", 2274180781u, 0, 9, NULL); -be_define_const_str(SPI_MOSI, "SPI_MOSI", 2494218614u, 0, 8, &be_const_str_count); -be_define_const_str(count, "count", 967958004u, 0, 5, &be_const_str_lv_tileview); -be_define_const_str(lv_tileview, "lv_tileview", 2419887973u, 0, 11, &be_const_str_if); -be_define_const_str(if, "if", 959999494u, 50, 2, NULL); -be_define_const_str(NRF24_CS, "NRF24_CS", 555833194u, 0, 8, &be_const_str_RFRECV); -be_define_const_str(RFRECV, "RFRECV", 354742801u, 0, 6, &be_const_str_format); -be_define_const_str(format, "format", 3114108242u, 0, 6, &be_const_str_scale_uint); -be_define_const_str(scale_uint, "scale_uint", 3090811094u, 0, 10, NULL); -be_define_const_str(BUZZER, "BUZZER", 1550039611u, 0, 6, &be_const_str_P9813_DAT); -be_define_const_str(P9813_DAT, "P9813_DAT", 778577052u, 0, 9, &be_const_str_PROJECTOR_CTRL_RX); -be_define_const_str(PROJECTOR_CTRL_RX, "PROJECTOR_CTRL_RX", 1542762460u, 0, 17, NULL); -be_define_const_str(IBEACON_RX, "IBEACON_RX", 2466155575u, 0, 10, NULL); -be_define_const_str(INPUT_PULLUP, "INPUT_PULLUP", 2912931654u, 0, 12, &be_const_str_ZIGBEE_RST); -be_define_const_str(ZIGBEE_RST, "ZIGBEE_RST", 721588661u, 0, 10, &be_const_str_montserrat_font); -be_define_const_str(montserrat_font, "montserrat_font", 1819065874u, 0, 15, &be_const_str_remove_rule); -be_define_const_str(remove_rule, "remove_rule", 3456211328u, 0, 11, &be_const_str_time_reached); -be_define_const_str(time_reached, "time_reached", 2075136773u, 0, 12, NULL); -be_define_const_str(SWT1_NP, "SWT1_NP", 4033043739u, 0, 7, NULL); -be_define_const_str(asin, "asin", 4272848550u, 0, 4, NULL); -be_define_const_str(start, "start", 1697318111u, 0, 5, NULL); -be_define_const_str(opt_add, "+", 772578730u, 0, 1, NULL); -be_define_const_str(i2c_enabled, "i2c_enabled", 218388101u, 0, 11, NULL); -be_define_const_str(deg, "deg", 3327754271u, 0, 3, NULL); -be_define_const_str(allocated, "allocated", 429986098u, 0, 9, &be_const_str_millis); -be_define_const_str(millis, "millis", 1214679063u, 0, 6, NULL); -be_define_const_str(WEBCAM_SIOC, "WEBCAM_SIOC", 218815147u, 0, 11, NULL); -be_define_const_str(SYMBOL_CLOSE, "SYMBOL_CLOSE", 2654402806u, 0, 12, &be_const_str_search); -be_define_const_str(search, "search", 2150836393u, 0, 6, &be_const_str_state); -be_define_const_str(state, "state", 2016490230u, 0, 5, NULL); -be_define_const_str(hex, "hex", 4273249610u, 0, 3, &be_const_str_resize); -be_define_const_str(resize, "resize", 3514612129u, 0, 6, NULL); -be_define_const_str(cosh, "cosh", 4099687964u, 0, 4, NULL); -be_define_const_str(SYMBOL_DOWN, "SYMBOL_DOWN", 1107513570u, 0, 11, &be_const_str_WEBCAM_SIOD); -be_define_const_str(WEBCAM_SIOD, "WEBCAM_SIOD", 302703242u, 0, 11, &be_const_str_close); -be_define_const_str(close, "close", 667630371u, 0, 5, NULL); -be_define_const_str(NEOPOOL_RX, "NEOPOOL_RX", 1917974474u, 0, 10, NULL); -be_define_const_str(select, "select", 297952813u, 0, 6, NULL); -be_define_const_str(lv_draw_line_dsc, "lv_draw_line_dsc", 2422805236u, 0, 16, &be_const_str_lv_draw_mask_map_param_cfg); -be_define_const_str(lv_draw_mask_map_param_cfg, "lv_draw_mask_map_param_cfg", 3822900597u, 0, 26, NULL); -be_define_const_str(KEY1_PD, "KEY1_PD", 3934075620u, 0, 7, &be_const_str_arg_size); -be_define_const_str(arg_size, "arg_size", 3310243257u, 0, 8, &be_const_str_lv_linemeter); -be_define_const_str(lv_linemeter, "lv_linemeter", 1413069363u, 0, 12, NULL); -be_define_const_str(log, "log", 1062293841u, 0, 3, &be_const_str_lv_draw_mask_radius_param); -be_define_const_str(lv_draw_mask_radius_param, "lv_draw_mask_radius_param", 3777679220u, 0, 25, NULL); -be_define_const_str(DDSU666_RX, "DDSU666_RX", 1812507936u, 0, 10, &be_const_str_MAX7219CLK); -be_define_const_str(MAX7219CLK, "MAX7219CLK", 963568838u, 0, 10, &be_const_str_TFMINIPLUS_TX); -be_define_const_str(TFMINIPLUS_TX, "TFMINIPLUS_TX", 2527875337u, 0, 13, &be_const_str_web_send_decimal); -be_define_const_str(web_send_decimal, "web_send_decimal", 1407210204u, 0, 16, NULL); -be_define_const_str(PULLUP, "PULLUP", 3417628531u, 0, 6, NULL); -be_define_const_str(TCP_RX, "TCP_RX", 3904354751u, 0, 6, &be_const_str_eth); -be_define_const_str(eth, "eth", 2191266556u, 0, 3, &be_const_str_publish_result); -be_define_const_str(publish_result, "publish_result", 2013351252u, 0, 14, NULL); -be_define_const_str(CNTR1_NP, "CNTR1_NP", 4288381648u, 0, 8, &be_const_str_PZEM0XX_TX); -be_define_const_str(PZEM0XX_TX, "PZEM0XX_TX", 944775704u, 0, 10, NULL); -be_define_const_str(KEY1_NP, "KEY1_NP", 709918726u, 0, 7, &be_const_str_SYMBOL_REFRESH); -be_define_const_str(SYMBOL_REFRESH, "SYMBOL_REFRESH", 1266229761u, 0, 14, NULL); -be_define_const_str(HRE_CLOCK, "HRE_CLOCK", 2870559111u, 0, 9, &be_const_str_TFMINIPLUS_RX); -be_define_const_str(TFMINIPLUS_RX, "TFMINIPLUS_RX", 1522203935u, 0, 13, &be_const_str_classof); -be_define_const_str(classof, "classof", 1796577762u, 0, 7, &be_const_str_set_timer); -be_define_const_str(set_timer, "set_timer", 2135414533u, 0, 9, NULL); -be_define_const_str(SYMBOL_BATTERY_FULL, "SYMBOL_BATTERY_FULL", 2638935545u, 0, 19, &be_const_str_lv_tabview); -be_define_const_str(lv_tabview, "lv_tabview", 2109024786u, 0, 10, NULL); -be_define_const_str(CC1101_GDO2, "CC1101_GDO2", 974166265u, 0, 11, &be_const_str_I2S_IN_DATA); -be_define_const_str(I2S_IN_DATA, "I2S_IN_DATA", 4125971460u, 0, 11, &be_const_str_KEY1_INV_PD); -be_define_const_str(KEY1_INV_PD, "KEY1_INV_PD", 3828014584u, 0, 11, &be_const_str_lv_group_focus_cb); -be_define_const_str(lv_group_focus_cb, "lv_group_focus_cb", 4288873836u, 0, 17, NULL); -be_define_const_str(PMS5003_TX, "PMS5003_TX", 3868169364u, 0, 10, NULL); -be_define_const_str(AES_GCM, "AES_GCM", 3832208678u, 0, 7, &be_const_str_add); -be_define_const_str(add, "add", 993596020u, 0, 3, NULL); -be_define_const_str(TM1638CLK, "TM1638CLK", 3045182446u, 0, 9, &be_const_str_ZIGBEE_RX); -be_define_const_str(ZIGBEE_RX, "ZIGBEE_RX", 93215470u, 0, 9, &be_const_str_wire1); -be_define_const_str(wire1, "wire1", 3212721419u, 0, 5, &be_const_str_elif); -be_define_const_str(elif, "elif", 3232090307u, 51, 4, NULL); -be_define_const_str(SHELLY_DIMMER_RST_INV, "SHELLY_DIMMER_RST_INV", 2366759773u, 0, 21, &be_const_str_SWT1); -be_define_const_str(SWT1, "SWT1", 805224112u, 0, 4, &be_const_str_SYMBOL_NEW_LINE); -be_define_const_str(SYMBOL_NEW_LINE, "SYMBOL_NEW_LINE", 2014334315u, 0, 15, &be_const_str_concat); -be_define_const_str(concat, "concat", 4124019837u, 0, 6, NULL); -be_define_const_str(HM10_RX, "HM10_RX", 515085922u, 0, 7, &be_const_str_PMS5003_RX); -be_define_const_str(PMS5003_RX, "PMS5003_RX", 3934985650u, 0, 10, &be_const_str_addr); -be_define_const_str(addr, "addr", 1087856498u, 0, 4, NULL); -be_define_const_str(SSPI_DC, "SSPI_DC", 1782271864u, 0, 7, NULL); -be_define_const_str(for, "for", 2901640080u, 54, 3, NULL); -be_define_const_str(CSE7761_TX, "CSE7761_TX", 3354719142u, 0, 10, &be_const_str_SYMBOL_BATTERY_1); -be_define_const_str(SYMBOL_BATTERY_1, "SYMBOL_BATTERY_1", 629036063u, 0, 16, NULL); -be_define_const_str(POST, "POST", 1929554311u, 0, 4, &be_const_str_RA8876_CS); -be_define_const_str(RA8876_CS, "RA8876_CS", 2529944108u, 0, 9, &be_const_str_redirect); -be_define_const_str(redirect, "redirect", 389758641u, 0, 8, NULL); -be_define_const_str(_get_cb, "_get_cb", 1448849122u, 0, 7, NULL); -be_define_const_str(ROT1A, "ROT1A", 759599716u, 0, 5, &be_const_str_SSPI_MISO); -be_define_const_str(SSPI_MISO, "SSPI_MISO", 2485347173u, 0, 9, &be_const_str_TM1637DIO); -be_define_const_str(TM1637DIO, "TM1637DIO", 1574659381u, 0, 9, &be_const_str_lv_color); -be_define_const_str(lv_color, "lv_color", 1419148319u, 0, 8, NULL); -be_define_const_str(SBR_RX, "SBR_RX", 3350999801u, 0, 6, NULL); -be_define_const_str(setrange, "setrange", 3794019032u, 0, 8, NULL); -be_define_const_str(HRE_DATA, "HRE_DATA", 1820377643u, 0, 8, &be_const_str_OneWire); -be_define_const_str(OneWire, "OneWire", 2298990722u, 0, 7, NULL); -be_define_const_str(SYMBOL_PREV, "SYMBOL_PREV", 2952615023u, 0, 11, &be_const_str_WEBCAM_PSCLK); -be_define_const_str(WEBCAM_PSCLK, "WEBCAM_PSCLK", 3150007456u, 0, 12, &be_const_str_add_rule); -be_define_const_str(add_rule, "add_rule", 596540743u, 0, 8, &be_const_str_lv_btn); -be_define_const_str(lv_btn, "lv_btn", 1612829968u, 0, 6, &be_const_str_sqrt); -be_define_const_str(sqrt, "sqrt", 2112764879u, 0, 4, NULL); -be_define_const_str(reset_search, "reset_search", 1350414305u, 0, 12, NULL); -be_define_const_str(NRF24_DC, "NRF24_DC", 688921313u, 0, 8, &be_const_str_SYMBOL_VIDEO); -be_define_const_str(SYMBOL_VIDEO, "SYMBOL_VIDEO", 789726913u, 0, 12, NULL); -be_define_const_str(OUTPUT_HI, "OUTPUT_HI", 3153592902u, 0, 9, &be_const_str_SSD1351_DC); -be_define_const_str(SSD1351_DC, "SSD1351_DC", 84950353u, 0, 10, &be_const_str___lower__); -be_define_const_str(__lower__, "__lower__", 123855590u, 0, 9, &be_const_str_sin); -be_define_const_str(sin, "sin", 3761252941u, 0, 3, NULL); -be_define_const_str(resp_cmnd_str, "resp_cmnd_str", 737845590u, 0, 13, NULL); -be_define_const_str(CNTR1, "CNTR1", 510376965u, 0, 5, &be_const_str_imin); -be_define_const_str(imin, "imin", 2714127864u, 0, 4, NULL); -be_define_const_str(_cb, "_cb", 4043300367u, 0, 3, NULL); +be_define_const_str(NRF24_CS, "NRF24_CS", 555833194u, 0, 8, &be_const_str_update); +be_define_const_str(update, "update", 672109684u, 0, 6, NULL); +be_define_const_str(LED1, "LED1", 21005825u, 0, 4, &be_const_str_SBR_TX); +be_define_const_str(SBR_TX, "SBR_TX", 3419096015u, 0, 6, &be_const_str_SYMBOL_SAVE); +be_define_const_str(SYMBOL_SAVE, "SYMBOL_SAVE", 2439821015u, 0, 11, &be_const_str_get); +be_define_const_str(get, "get", 1410115415u, 0, 3, NULL); +be_define_const_str(PULLDOWN, "PULLDOWN", 1853074086u, 0, 8, &be_const_str_toupper); +be_define_const_str(toupper, "toupper", 3691983576u, 0, 7, NULL); be_define_const_str(_buffer, "_buffer", 2044888568u, 0, 7, NULL); -be_define_const_str(lv_table, "lv_table", 1675691020u, 0, 8, NULL); -be_define_const_str(SYMBOL_CALL, "SYMBOL_CALL", 1444504366u, 0, 11, &be_const_str_SYMBOL_MINUS); -be_define_const_str(SYMBOL_MINUS, "SYMBOL_MINUS", 1806749158u, 0, 12, &be_const_str_SYMBOL_PASTE); -be_define_const_str(SYMBOL_PASTE, "SYMBOL_PASTE", 2281577421u, 0, 12, &be_const_str_imax); -be_define_const_str(imax, "imax", 3084515410u, 0, 4, &be_const_str_time_str); -be_define_const_str(time_str, "time_str", 2613827612u, 0, 8, NULL); -be_define_const_str(RISING, "RISING", 1256404539u, 0, 6, &be_const_str_resp_cmnd); -be_define_const_str(resp_cmnd, "resp_cmnd", 2869459626u, 0, 9, NULL); -be_define_const_str(ILI9341_CS, "ILI9341_CS", 3519318851u, 0, 10, &be_const_str_SYMBOL_EDIT); -be_define_const_str(SYMBOL_EDIT, "SYMBOL_EDIT", 1396182822u, 0, 11, &be_const_str_SYMBOL_KEYBOARD); -be_define_const_str(SYMBOL_KEYBOARD, "SYMBOL_KEYBOARD", 1621492879u, 0, 15, NULL); -be_define_const_str(SR04_ECHO, "SR04_ECHO", 1906909592u, 0, 9, NULL); -be_define_const_str(AudioGeneratorWAV, "AudioGeneratorWAV", 2746509368u, 0, 17, &be_const_str_PZEM004_RX); -be_define_const_str(PZEM004_RX, "PZEM004_RX", 3411153194u, 0, 10, &be_const_str_attrdump); -be_define_const_str(attrdump, "attrdump", 1521571304u, 0, 8, NULL); -be_define_const_str(, "", 2166136261u, 0, 0, &be_const_str_geti); -be_define_const_str(geti, "geti", 2381006490u, 0, 4, NULL); -be_define_const_str(exp, "exp", 1923516200u, 0, 3, NULL); -be_define_const_str(SYMBOL_DRIVE, "SYMBOL_DRIVE", 567203502u, 0, 12, &be_const_str_SYMBOL_VOLUME_MAX); -be_define_const_str(SYMBOL_VOLUME_MAX, "SYMBOL_VOLUME_MAX", 3582646093u, 0, 17, &be_const_str_WEBCAM_XCLK); -be_define_const_str(WEBCAM_XCLK, "WEBCAM_XCLK", 536207425u, 0, 11, &be_const_str___iterator__); -be_define_const_str(__iterator__, "__iterator__", 3884039703u, 0, 12, &be_const_str_content_flush); -be_define_const_str(content_flush, "content_flush", 214922475u, 0, 13, NULL); -be_define_const_str(SYMBOL_NEXT, "SYMBOL_NEXT", 1102844455u, 0, 11, &be_const_str_strftime); -be_define_const_str(strftime, "strftime", 187738851u, 0, 8, NULL); -be_define_const_str(import, "import", 288002260u, 66, 6, NULL); -be_define_const_str(REL1_INV, "REL1_INV", 3733155371u, 0, 8, NULL); -be_define_const_str(atan2, "atan2", 3173440503u, 0, 5, &be_const_str_tan); -be_define_const_str(tan, "tan", 2633446552u, 0, 3, NULL); -be_define_const_str(CHANGE, "CHANGE", 4280911421u, 0, 6, &be_const_str_range); -be_define_const_str(range, "range", 4208725202u, 0, 5, NULL); -be_define_const_str(SYMBOL_WIFI, "SYMBOL_WIFI", 682141303u, 0, 11, &be_const_str_WEBCAM_PWDN); -be_define_const_str(WEBCAM_PWDN, "WEBCAM_PWDN", 2219597454u, 0, 11, &be_const_str_resolvecmnd); -be_define_const_str(resolvecmnd, "resolvecmnd", 993361485u, 0, 11, &be_const_str_def); -be_define_const_str(def, "def", 3310976652u, 55, 3, NULL); -be_define_const_str(content_button, "content_button", 1956476087u, 0, 14, &be_const_str_find_op); -be_define_const_str(find_op, "find_op", 3766713376u, 0, 7, &be_const_str_lv_cpicker); -be_define_const_str(lv_cpicker, "lv_cpicker", 1935129251u, 0, 10, &be_const_str_write_bit); -be_define_const_str(write_bit, "write_bit", 2660990436u, 0, 9, &be_const_str_end); -be_define_const_str(end, "end", 1787721130u, 56, 3, NULL); -be_define_const_str(MD5, "MD5", 1935726387u, 0, 3, &be_const_str_SOLAXX1_TX); -be_define_const_str(SOLAXX1_TX, "SOLAXX1_TX", 903770840u, 0, 10, &be_const_str_SYMBOL_BATTERY_EMPTY); -be_define_const_str(SYMBOL_BATTERY_EMPTY, "SYMBOL_BATTERY_EMPTY", 3945064277u, 0, 20, &be_const_str_reverse_gamma10); -be_define_const_str(reverse_gamma10, "reverse_gamma10", 739112262u, 0, 15, NULL); -be_define_const_str(lv_keyboard, "lv_keyboard", 197530229u, 0, 11, NULL); -be_define_const_str(SM16716_CLK, "SM16716_CLK", 3037641483u, 0, 11, &be_const_str_gamma8); -be_define_const_str(gamma8, "gamma8", 3802843830u, 0, 6, &be_const_str_isinstance); -be_define_const_str(isinstance, "isinstance", 3669352738u, 0, 10, NULL); -be_define_const_str(I2S_OUT_SLCT, "I2S_OUT_SLCT", 4037293837u, 0, 12, &be_const_str_decrypt); -be_define_const_str(decrypt, "decrypt", 2886974618u, 0, 7, &be_const_str_yield); -be_define_const_str(yield, "yield", 1821831854u, 0, 5, NULL); -be_define_const_str(setmember, "setmember", 1432909441u, 0, 9, NULL); -be_define_const_str(WS2812, "WS2812", 3539741218u, 0, 6, &be_const_str_add_driver); -be_define_const_str(add_driver, "add_driver", 1654458371u, 0, 10, &be_const_str_lv_btnmatrix); -be_define_const_str(lv_btnmatrix, "lv_btnmatrix", 626248489u, 0, 12, NULL); -be_define_const_str(MAX31855CS, "MAX31855CS", 753620511u, 0, 10, &be_const_str_load_freetype_font); -be_define_const_str(load_freetype_font, "load_freetype_font", 2368447592u, 0, 18, NULL); -be_define_const_str(SYMBOL_IMAGE, "SYMBOL_IMAGE", 815601151u, 0, 12, &be_const_str_lv_event_cb); -be_define_const_str(lv_event_cb, "lv_event_cb", 2480731016u, 0, 11, &be_const_str_lv_gauge_format_cb); -be_define_const_str(lv_gauge_format_cb, "lv_gauge_format_cb", 4073149249u, 0, 18, NULL); -be_define_const_str(AS608_RX, "AS608_RX", 4275502016u, 0, 8, &be_const_str_CSE7761_RX); -be_define_const_str(CSE7761_RX, "CSE7761_RX", 65423248u, 0, 10, &be_const_str_false); +be_define_const_str(ADC_BUTTON, "ADC_BUTTON", 3393454690u, 0, 10, &be_const_str_add); +be_define_const_str(add, "add", 993596020u, 0, 3, NULL); +be_define_const_str(REL1_INV, "REL1_INV", 3733155371u, 0, 8, &be_const_str_TCP_RX); +be_define_const_str(TCP_RX, "TCP_RX", 3904354751u, 0, 6, &be_const_str_lv_cpicker); +be_define_const_str(lv_cpicker, "lv_cpicker", 1935129251u, 0, 10, NULL); +be_define_const_str(SYMBOL_EDIT, "SYMBOL_EDIT", 1396182822u, 0, 11, &be_const_str_classof); +be_define_const_str(classof, "classof", 1796577762u, 0, 7, &be_const_str_write8); +be_define_const_str(write8, "write8", 3133991532u, 0, 6, NULL); +be_define_const_str(search, "search", 2150836393u, 0, 6, NULL); +be_define_const_str(copy, "copy", 3848464964u, 0, 4, &be_const_str_fromstring); +be_define_const_str(fromstring, "fromstring", 610302344u, 0, 10, &be_const_str_lv_chart); +be_define_const_str(lv_chart, "lv_chart", 2652494144u, 0, 8, NULL); +be_define_const_str(SYMBOL_LEFT, "SYMBOL_LEFT", 1563517575u, 0, 11, &be_const_str_module); +be_define_const_str(module, "module", 3617558685u, 0, 6, NULL); +be_define_const_str(I2S_IN_SLCT, "I2S_IN_SLCT", 706051516u, 0, 11, &be_const_str_SHELLY_DIMMER_BOOT0); +be_define_const_str(SHELLY_DIMMER_BOOT0, "SHELLY_DIMMER_BOOT0", 2948777716u, 0, 19, &be_const_str_WEBCAM_VSYNC); +be_define_const_str(WEBCAM_VSYNC, "WEBCAM_VSYNC", 4032882166u, 0, 12, &be_const_str_lv_draw_line_dsc); +be_define_const_str(lv_draw_line_dsc, "lv_draw_line_dsc", 2422805236u, 0, 16, NULL); +be_define_const_str(I2S_OUT_CLK, "I2S_OUT_CLK", 2580200387u, 0, 11, &be_const_str_INPUT); +be_define_const_str(INPUT, "INPUT", 1638025307u, 0, 5, &be_const_str_NRG_CF1); +be_define_const_str(NRG_CF1, "NRG_CF1", 3292534757u, 0, 7, &be_const_str_elif); +be_define_const_str(elif, "elif", 3232090307u, 51, 4, &be_const_str_return); +be_define_const_str(return, "return", 2246981567u, 60, 6, NULL); be_define_const_str(false, "false", 184981848u, 62, 5, NULL); -be_define_const_str(exec_cmd, "exec_cmd", 493567399u, 0, 8, &be_const_str_static); -be_define_const_str(static, "static", 3532702267u, 71, 6, NULL); -be_define_const_str(SWT1_PD, "SWT1_PD", 4166278953u, 0, 7, &be_const_str_lv_list); -be_define_const_str(lv_list, "lv_list", 2876551248u, 0, 7, NULL); -be_define_const_str(AudioFileSource, "AudioFileSource", 2959980058u, 0, 15, &be_const_str_tanh); -be_define_const_str(tanh, "tanh", 153638352u, 0, 4, &be_const_str_toint); -be_define_const_str(toint, "toint", 3613182909u, 0, 5, NULL); -be_define_const_str(real, "real", 3604983901u, 0, 4, NULL); -be_define_const_str(TXD, "TXD", 3614562079u, 0, 3, &be_const_str_lv_page); -be_define_const_str(lv_page, "lv_page", 2373170067u, 0, 7, NULL); -be_define_const_str(SYMBOL_PLAY, "SYMBOL_PLAY", 1750902100u, 0, 11, &be_const_str_WIEGAND_D0); -be_define_const_str(WIEGAND_D0, "WIEGAND_D0", 4192335759u, 0, 10, &be_const_str_tostring); +be_define_const_str(dot_p, ".p", 1171526419u, 0, 2, &be_const_str_load); +be_define_const_str(load, "load", 3859241449u, 0, 4, &be_const_str_lv_style); +be_define_const_str(lv_style, "lv_style", 4151611549u, 0, 8, NULL); +be_define_const_str(arg, "arg", 1047474471u, 0, 3, NULL); +be_define_const_str(SWT1, "SWT1", 805224112u, 0, 4, &be_const_str_lv_draw_label_dsc); +be_define_const_str(lv_draw_label_dsc, "lv_draw_label_dsc", 265601842u, 0, 17, &be_const_str_tan); +be_define_const_str(tan, "tan", 2633446552u, 0, 3, NULL); +be_define_const_str(SSPI_MISO, "SSPI_MISO", 2485347173u, 0, 9, &be_const_str_get_size); +be_define_const_str(get_size, "get_size", 2803644713u, 0, 8, &be_const_str_lv_cb); +be_define_const_str(lv_cb, "lv_cb", 1389787433u, 0, 5, &be_const_str_lv_led); +be_define_const_str(lv_led, "lv_led", 3192184733u, 0, 6, NULL); +be_define_const_str(MIEL_HVAC_TX, "MIEL_HVAC_TX", 567403014u, 0, 12, &be_const_str_count); +be_define_const_str(count, "count", 967958004u, 0, 5, NULL); +be_define_const_str(TASMOTACLIENT_RST_INV, "TASMOTACLIENT_RST_INV", 2601785365u, 0, 21, &be_const_str_tostring); be_define_const_str(tostring, "tostring", 2299708645u, 0, 8, NULL); -be_define_const_str(TASMOTACLIENT_RST, "TASMOTACLIENT_RST", 3326196213u, 0, 17, &be_const_str_TUYA_TX); -be_define_const_str(TUYA_TX, "TUYA_TX", 1541301465u, 0, 7, NULL); -be_define_const_str(SYMBOL_GPS, "SYMBOL_GPS", 3044165570u, 0, 10, &be_const_str_lv_img); -be_define_const_str(lv_img, "lv_img", 2474052327u, 0, 6, NULL); -be_define_const_str(HALLEFFECT, "HALLEFFECT", 3334305407u, 0, 10, &be_const_str_SYMBOL_FILE); -be_define_const_str(SYMBOL_FILE, "SYMBOL_FILE", 237085260u, 0, 11, NULL); -be_define_const_str(TELEINFO_ENABLE, "TELEINFO_ENABLE", 1600974501u, 0, 15, &be_const_str_TM1638DIO); -be_define_const_str(TM1638DIO, "TM1638DIO", 1408212414u, 0, 9, NULL); -be_define_const_str(copy, "copy", 3848464964u, 0, 4, NULL); -be_define_const_str(CSE7766_RX, "CSE7766_RX", 1546766819u, 0, 10, &be_const_str_shared_key); -be_define_const_str(shared_key, "shared_key", 2200833624u, 0, 10, NULL); -be_define_const_str(dot_p1, ".p1", 249175686u, 0, 3, &be_const_str_encrypt); -be_define_const_str(encrypt, "encrypt", 2194327650u, 0, 7, &be_const_str_get_light); -be_define_const_str(get_light, "get_light", 381930476u, 0, 9, &be_const_str_set_light); +be_define_const_str(get_light, "get_light", 381930476u, 0, 9, NULL); +be_define_const_str(upper, "upper", 176974407u, 0, 5, NULL); +be_define_const_str(GPS_TX, "GPS_TX", 4228740808u, 0, 6, &be_const_str_TASMOTACLIENT_RXD); +be_define_const_str(TASMOTACLIENT_RXD, "TASMOTACLIENT_RXD", 72868318u, 0, 17, &be_const_str_Tasmota); +be_define_const_str(Tasmota, "Tasmota", 4047617668u, 0, 7, NULL); +be_define_const_str(PROJECTOR_CTRL_TX, "PROJECTOR_CTRL_TX", 535811130u, 0, 17, &be_const_str_SYMBOL_DOWNLOAD); +be_define_const_str(SYMBOL_DOWNLOAD, "SYMBOL_DOWNLOAD", 2607324090u, 0, 15, &be_const_str_pin); +be_define_const_str(pin, "pin", 1866532500u, 0, 3, NULL); +be_define_const_str(MGC3130_XFER, "MGC3130_XFER", 4178219131u, 0, 12, &be_const_str_PULLUP); +be_define_const_str(PULLUP, "PULLUP", 3417628531u, 0, 6, &be_const_str_TM1637DIO); +be_define_const_str(TM1637DIO, "TM1637DIO", 1574659381u, 0, 9, NULL); +be_define_const_str(GPS_RX, "GPS_RX", 1075637342u, 0, 6, &be_const_str_HM10_TX); +be_define_const_str(HM10_TX, "HM10_TX", 1522037252u, 0, 7, &be_const_str_SYMBOL_USB); +be_define_const_str(SYMBOL_USB, "SYMBOL_USB", 1962656552u, 0, 10, &be_const_str_XPT2046_CS); +be_define_const_str(XPT2046_CS, "XPT2046_CS", 4049231042u, 0, 10, &be_const_str_lv_design_cb); +be_define_const_str(lv_design_cb, "lv_design_cb", 3822640502u, 0, 12, NULL); +be_define_const_str(lv_font, "lv_font", 1550958453u, 0, 7, NULL); +be_define_const_str(MCP39F5_RX, "MCP39F5_RX", 190458217u, 0, 10, NULL); +be_define_const_str(AudioOutput, "AudioOutput", 3257792048u, 0, 11, &be_const_str_HPMA_RX); +be_define_const_str(HPMA_RX, "HPMA_RX", 3462528998u, 0, 7, NULL); +be_define_const_str(MAX7219DIN, "MAX7219DIN", 380687049u, 0, 10, &be_const_str_lv_draw_mask_saved); +be_define_const_str(lv_draw_mask_saved, "lv_draw_mask_saved", 2063709159u, 0, 18, &be_const_str_seg7_font); +be_define_const_str(seg7_font, "seg7_font", 4099690689u, 0, 9, &be_const_str_toint); +be_define_const_str(toint, "toint", 3613182909u, 0, 5, &be_const_str_vcall); +be_define_const_str(vcall, "vcall", 2639337069u, 0, 5, NULL); +be_define_const_str(ZIGBEE_RX, "ZIGBEE_RX", 93215470u, 0, 9, &be_const_str_rand); +be_define_const_str(rand, "rand", 2711325910u, 0, 4, &be_const_str_import); +be_define_const_str(import, "import", 288002260u, 66, 6, NULL); +be_define_const_str(i2c_enabled, "i2c_enabled", 218388101u, 0, 11, NULL); +be_define_const_str(OUTPUT_HI, "OUTPUT_HI", 3153592902u, 0, 9, &be_const_str_chars_in_string); +be_define_const_str(chars_in_string, "chars_in_string", 3148785132u, 0, 15, &be_const_str_reverse_gamma10); +be_define_const_str(reverse_gamma10, "reverse_gamma10", 739112262u, 0, 15, NULL); +be_define_const_str(ROT1B, "ROT1B", 809932573u, 0, 5, &be_const_str_set_timer); +be_define_const_str(set_timer, "set_timer", 2135414533u, 0, 9, NULL); +be_define_const_str(attrdump, "attrdump", 1521571304u, 0, 8, &be_const_str_lv_draw_mask_map_param); +be_define_const_str(lv_draw_mask_map_param, "lv_draw_mask_map_param", 1666886804u, 0, 22, NULL); +be_define_const_str(WEBCAM_PSCLK, "WEBCAM_PSCLK", 3150007456u, 0, 12, &be_const_str_try); +be_define_const_str(try, "try", 2887626766u, 68, 3, NULL); +be_define_const_str(SSPI_MOSI, "SSPI_MOSI", 3745917497u, 0, 9, &be_const_str_SYMBOL_SHUFFLE); +be_define_const_str(SYMBOL_SHUFFLE, "SYMBOL_SHUFFLE", 1123310147u, 0, 14, &be_const_str_lv_draw_img_dsc); +be_define_const_str(lv_draw_img_dsc, "lv_draw_img_dsc", 999847907u, 0, 15, NULL); +be_define_const_str(lv_switch, "lv_switch", 3407171508u, 0, 9, &be_const_str_lv_win); +be_define_const_str(lv_win, "lv_win", 780927558u, 0, 6, NULL); +be_define_const_str(content_send, "content_send", 1673733649u, 0, 12, NULL); +be_define_const_str(SYMBOL_GPS, "SYMBOL_GPS", 3044165570u, 0, 10, &be_const_str_WEBCAM_RESET); +be_define_const_str(WEBCAM_RESET, "WEBCAM_RESET", 2171221520u, 0, 12, NULL); +be_define_const_str(ADC_LIGHT, "ADC_LIGHT", 3982461502u, 0, 9, &be_const_str_ADE7953_IRQ); +be_define_const_str(ADE7953_IRQ, "ADE7953_IRQ", 2329185922u, 0, 11, &be_const_str_SYMBOL_BATTERY_2); +be_define_const_str(SYMBOL_BATTERY_2, "SYMBOL_BATTERY_2", 645813682u, 0, 16, &be_const_str_find); +be_define_const_str(find, "find", 3186656602u, 0, 4, NULL); +be_define_const_str(ctypes_bytes, "ctypes_bytes", 3879019703u, 0, 12, &be_const_str_gamma10); +be_define_const_str(gamma10, "gamma10", 3472052483u, 0, 7, NULL); +be_define_const_str(ADC_PH, "ADC_PH", 3820290594u, 0, 6, &be_const_str_SYMBOL_SD_CARD); +be_define_const_str(SYMBOL_SD_CARD, "SYMBOL_SD_CARD", 2542376484u, 0, 14, &be_const_str_WEBCAM_HSD); +be_define_const_str(WEBCAM_HSD, "WEBCAM_HSD", 2648502504u, 0, 10, &be_const_str_seti); +be_define_const_str(seti, "seti", 1500556254u, 0, 4, NULL); +be_define_const_str(ADC_BUTTON_INV, "ADC_BUTTON_INV", 2027625326u, 0, 14, &be_const_str_HRXL_RX); +be_define_const_str(HRXL_RX, "HRXL_RX", 92702006u, 0, 7, &be_const_str_TX2X_TXD_BLACK); +be_define_const_str(TX2X_TXD_BLACK, "TX2X_TXD_BLACK", 956526176u, 0, 14, &be_const_str_codedump); +be_define_const_str(codedump, "codedump", 1786337906u, 0, 8, NULL); +be_define_const_str(MP3_DFR562, "MP3_DFR562", 2859952977u, 0, 10, &be_const_str_arg_size); +be_define_const_str(arg_size, "arg_size", 3310243257u, 0, 8, &be_const_str_get_power); +be_define_const_str(get_power, "get_power", 3009799377u, 0, 9, NULL); +be_define_const_str(allocated, "allocated", 429986098u, 0, 9, &be_const_str_classname); +be_define_const_str(classname, "classname", 1998589948u, 0, 9, &be_const_str_has_arg); +be_define_const_str(has_arg, "has_arg", 424878688u, 0, 7, NULL); +be_define_const_str(CSE7766_RX, "CSE7766_RX", 1546766819u, 0, 10, &be_const_str_NRG_SEL_INV); +be_define_const_str(NRG_SEL_INV, "NRG_SEL_INV", 3567431069u, 0, 11, &be_const_str_tag); +be_define_const_str(tag, "tag", 2516003219u, 0, 3, NULL); +be_define_const_str(SYMBOL_FILE, "SYMBOL_FILE", 237085260u, 0, 11, &be_const_str_gamma8); +be_define_const_str(gamma8, "gamma8", 3802843830u, 0, 6, &be_const_str_geti); +be_define_const_str(geti, "geti", 2381006490u, 0, 4, NULL); +be_define_const_str(RFRECV, "RFRECV", 354742801u, 0, 6, &be_const_str_member); +be_define_const_str(member, "member", 719708611u, 0, 6, &be_const_str_sin); +be_define_const_str(sin, "sin", 3761252941u, 0, 3, NULL); +be_define_const_str(SM2135_DAT, "SM2135_DAT", 2882726942u, 0, 10, &be_const_str_set_light); be_define_const_str(set_light, "set_light", 3176076152u, 0, 9, NULL); -be_define_const_str(lv_msgbox, "lv_msgbox", 689085206u, 0, 9, NULL); -be_define_const_str(ADC_BUTTON_INV, "ADC_BUTTON_INV", 2027625326u, 0, 14, &be_const_str_ARIRFRCV); -be_define_const_str(ARIRFRCV, "ARIRFRCV", 1120816444u, 0, 8, &be_const_str_asstring); -be_define_const_str(asstring, "asstring", 1298225088u, 0, 8, &be_const_str_lv_cb); -be_define_const_str(lv_cb, "lv_cb", 1389787433u, 0, 5, NULL); -be_define_const_str(MIEL_HVAC_RX, "MIEL_HVAC_RX", 3720609648u, 0, 12, &be_const_str_PZEM017_RX); -be_define_const_str(PZEM017_RX, "PZEM017_RX", 3227495894u, 0, 10, &be_const_str_SYMBOL_MUTE); -be_define_const_str(SYMBOL_MUTE, "SYMBOL_MUTE", 563116043u, 0, 11, &be_const_str_SYMBOL_TRASH); -be_define_const_str(SYMBOL_TRASH, "SYMBOL_TRASH", 3169100368u, 0, 12, &be_const_str_reverse); -be_define_const_str(reverse, "reverse", 558918661u, 0, 7, NULL); -be_define_const_str(DDS2382_TX, "DDS2382_TX", 1438117864u, 0, 10, &be_const_str_lv_label); -be_define_const_str(lv_label, "lv_label", 4199664246u, 0, 8, &be_const_str_str); -be_define_const_str(str, "str", 3259748752u, 0, 3, NULL); -be_define_const_str(MGC3130_RESET, "MGC3130_RESET", 405013121u, 0, 13, &be_const_str_SYMBOL_OK); -be_define_const_str(SYMBOL_OK, "SYMBOL_OK", 4033162940u, 0, 9, NULL); -be_define_const_str(SYMBOL_AUDIO, "SYMBOL_AUDIO", 3056537956u, 0, 12, &be_const_str_seg7_font); -be_define_const_str(seg7_font, "seg7_font", 4099690689u, 0, 9, &be_const_str_as); -be_define_const_str(as, "as", 1579491469u, 67, 2, NULL); -be_define_const_str(RF_SENSOR, "RF_SENSOR", 2289628100u, 0, 9, &be_const_str_lv_bar); -be_define_const_str(lv_bar, "lv_bar", 1582673229u, 0, 6, &be_const_str_web_send); -be_define_const_str(web_send, "web_send", 2989941448u, 0, 8, NULL); -be_define_const_str(BOILER_OT_TX, "BOILER_OT_TX", 671743623u, 0, 12, &be_const_str_IRRECV); -be_define_const_str(IRRECV, "IRRECV", 1743648982u, 0, 6, &be_const_str_collect); -be_define_const_str(collect, "collect", 2399039025u, 0, 7, NULL); -be_define_const_str(atan, "atan", 108579519u, 0, 4, &be_const_str_getbits); -be_define_const_str(getbits, "getbits", 3094168979u, 0, 7, NULL); -be_define_const_str(DDS2382_RX, "DDS2382_RX", 432446462u, 0, 10, &be_const_str_iter); -be_define_const_str(iter, "iter", 3124256359u, 0, 4, &be_const_str_lower); -be_define_const_str(lower, "lower", 3038577850u, 0, 5, NULL); -be_define_const_str(ADC_BUTTON, "ADC_BUTTON", 3393454690u, 0, 10, &be_const_str_SSPI_SCLK); -be_define_const_str(SSPI_SCLK, "SSPI_SCLK", 136688954u, 0, 9, NULL); -be_define_const_str(read32, "read32", 1741276240u, 0, 6, &be_const_str_tolower); -be_define_const_str(tolower, "tolower", 1042520049u, 0, 7, NULL); -be_define_const_str(digital_read, "digital_read", 3585496928u, 0, 12, &be_const_str_response_append); -be_define_const_str(response_append, "response_append", 450346371u, 0, 15, &be_const_str_size); -be_define_const_str(size, "size", 597743964u, 0, 4, NULL); -be_define_const_str(_end_transmission, "_end_transmission", 3237480400u, 0, 17, NULL); -be_define_const_str(LED1_INV, "LED1_INV", 2112045097u, 0, 8, &be_const_str_super); +be_define_const_str(EXS_ENABLE, "EXS_ENABLE", 1896914313u, 0, 10, &be_const_str_SM16716_CLK); +be_define_const_str(SM16716_CLK, "SM16716_CLK", 3037641483u, 0, 11, NULL); +be_define_const_str(KEY1_INV_PD, "KEY1_INV_PD", 3828014584u, 0, 11, &be_const_str_lv_signal_cb); +be_define_const_str(lv_signal_cb, "lv_signal_cb", 3295792564u, 0, 12, NULL); +be_define_const_str(opt_eq, "==", 2431966415u, 0, 2, &be_const_str_TFMINIPLUS_RX); +be_define_const_str(TFMINIPLUS_RX, "TFMINIPLUS_RX", 1522203935u, 0, 13, NULL); +be_define_const_str(lv_tabview, "lv_tabview", 2109024786u, 0, 10, &be_const_str_print); +be_define_const_str(print, "print", 372738696u, 0, 5, &be_const_str_resp_cmnd); +be_define_const_str(resp_cmnd, "resp_cmnd", 2869459626u, 0, 9, NULL); +be_define_const_str(WEBCAM_SIOC, "WEBCAM_SIOC", 218815147u, 0, 11, &be_const_str_set); +be_define_const_str(set, "set", 3324446467u, 0, 3, NULL); +be_define_const_str(SYMBOL_LOOP, "SYMBOL_LOOP", 2762053208u, 0, 11, &be_const_str_digital_read); +be_define_const_str(digital_read, "digital_read", 3585496928u, 0, 12, NULL); +be_define_const_str(EPAPER42_CS, "EPAPER42_CS", 3274717451u, 0, 11, &be_const_str_add_driver); +be_define_const_str(add_driver, "add_driver", 1654458371u, 0, 10, &be_const_str_start); +be_define_const_str(start, "start", 1697318111u, 0, 5, NULL); +be_define_const_str(A4988_DIR, "A4988_DIR", 2223595843u, 0, 9, &be_const_str_ADC_RANGE); +be_define_const_str(ADC_RANGE, "ADC_RANGE", 3467329543u, 0, 9, &be_const_str_add_rule); +be_define_const_str(add_rule, "add_rule", 596540743u, 0, 8, &be_const_str_exists); +be_define_const_str(exists, "exists", 1002329533u, 0, 6, NULL); +be_define_const_str(SPI_MOSI, "SPI_MOSI", 2494218614u, 0, 8, &be_const_str_scale_uint); +be_define_const_str(scale_uint, "scale_uint", 3090811094u, 0, 10, NULL); +be_define_const_str(BUZZER_INV, "BUZZER_INV", 3274564335u, 0, 10, &be_const_str_DSB_OUT); +be_define_const_str(DSB_OUT, "DSB_OUT", 732335085u, 0, 7, &be_const_str_SSPI_CS); +be_define_const_str(SSPI_CS, "SSPI_CS", 977784795u, 0, 7, &be_const_str_collect); +be_define_const_str(collect, "collect", 2399039025u, 0, 7, &be_const_str_content_flush); +be_define_const_str(content_flush, "content_flush", 214922475u, 0, 13, &be_const_str_init); +be_define_const_str(init, "init", 380752755u, 0, 4, NULL); +be_define_const_str(SYMBOL_AUDIO, "SYMBOL_AUDIO", 3056537956u, 0, 12, &be_const_str_item); +be_define_const_str(item, "item", 2671260646u, 0, 4, &be_const_str_super); be_define_const_str(super, "super", 4152230356u, 0, 5, NULL); -be_define_const_str(issubclass, "issubclass", 4078395519u, 0, 10, NULL); -be_define_const_str(SM2135_DAT, "SM2135_DAT", 2882726942u, 0, 10, &be_const_str_SYMBOL_BELL); -be_define_const_str(SYMBOL_BELL, "SYMBOL_BELL", 1736196487u, 0, 11, &be_const_str_SYMBOL_HOME); -be_define_const_str(SYMBOL_HOME, "SYMBOL_HOME", 730845525u, 0, 11, &be_const_str_read8); -be_define_const_str(read8, "read8", 2802788167u, 0, 5, NULL); -be_define_const_str(clear, "clear", 1550717474u, 0, 5, &be_const_str_top); -be_define_const_str(top, "top", 2802900028u, 0, 3, NULL); -be_define_const_str(WEBCAM_HREF, "WEBCAM_HREF", 3161890024u, 0, 11, &be_const_str__ccmd); -be_define_const_str(_ccmd, "_ccmd", 2163421413u, 0, 5, &be_const_str_skip); -be_define_const_str(skip, "skip", 1097563074u, 0, 4, &be_const_str_wifi); -be_define_const_str(wifi, "wifi", 120087624u, 0, 4, NULL); -be_define_const_str(A4988_DIR, "A4988_DIR", 2223595843u, 0, 9, NULL); -be_define_const_str(BS814_DAT, "BS814_DAT", 3620403837u, 0, 9, &be_const_str_arg); -be_define_const_str(arg, "arg", 1047474471u, 0, 3, &be_const_str_cb_dispatch); -be_define_const_str(cb_dispatch, "cb_dispatch", 1741510499u, 0, 11, &be_const_str_lv_draw_mask_fade_param_cfg); -be_define_const_str(lv_draw_mask_fade_param_cfg, "lv_draw_mask_fade_param_cfg", 4158595197u, 0, 27, &be_const_str_resp_cmnd_error); -be_define_const_str(resp_cmnd_error, "resp_cmnd_error", 2404088863u, 0, 15, NULL); -be_define_const_str(push, "push", 2272264157u, 0, 4, NULL); -be_define_const_str(NEOPOOL_TX, "NEOPOOL_TX", 2924925804u, 0, 10, NULL); -be_define_const_str(SM16716_SEL, "SM16716_SEL", 142377379u, 0, 11, &be_const_str_continue); +be_define_const_str(SYMBOL_BATTERY_EMPTY, "SYMBOL_BATTERY_EMPTY", 3945064277u, 0, 20, NULL); +be_define_const_str(SSD1331_CS, "SSD1331_CS", 4191047928u, 0, 10, NULL); +be_define_const_str(LE01MR_RX, "LE01MR_RX", 1521590809u, 0, 9, &be_const_str_NONE); +be_define_const_str(NONE, "NONE", 1932136219u, 0, 4, &be_const_str_TCP_TX); +be_define_const_str(TCP_TX, "TCP_TX", 2762594089u, 0, 6, &be_const_str_add_cmd); +be_define_const_str(add_cmd, "add_cmd", 3361630879u, 0, 7, NULL); +be_define_const_str(SYMBOL_LIST, "SYMBOL_LIST", 70793990u, 0, 11, &be_const_str_hex); +be_define_const_str(hex, "hex", 4273249610u, 0, 3, &be_const_str_continue); be_define_const_str(continue, "continue", 2977070660u, 59, 8, NULL); -be_define_const_str(INPUT_PULLDOWN, "INPUT_PULLDOWN", 1172232591u, 0, 14, &be_const_str_content_start); -be_define_const_str(content_start, "content_start", 2937509069u, 0, 13, &be_const_str_lv_win); -be_define_const_str(lv_win, "lv_win", 780927558u, 0, 6, &be_const_str_remove_cmd); -be_define_const_str(remove_cmd, "remove_cmd", 3832315702u, 0, 10, NULL); -be_define_const_str(DSB, "DSB", 98073254u, 0, 3, NULL); +be_define_const_str(LEDLNK_INV, "LEDLNK_INV", 3559015101u, 0, 10, &be_const_str_depower); +be_define_const_str(depower, "depower", 3563819571u, 0, 7, &be_const_str_log); +be_define_const_str(log, "log", 1062293841u, 0, 3, NULL); +be_define_const_str(SYMBOL_MUTE, "SYMBOL_MUTE", 563116043u, 0, 11, &be_const_str_SYMBOL_PREV); +be_define_const_str(SYMBOL_PREV, "SYMBOL_PREV", 2952615023u, 0, 11, &be_const_str_time_reached); +be_define_const_str(time_reached, "time_reached", 2075136773u, 0, 12, NULL); +be_define_const_str(ST7789_DC, "ST7789_DC", 2533509745u, 0, 9, NULL); +be_define_const_str(KEY1_INV_NP, "KEY1_INV_NP", 3160558586u, 0, 11, &be_const_str_Wire); +be_define_const_str(Wire, "Wire", 1938276536u, 0, 4, NULL); +be_define_const_str(TM1637CLK, "TM1637CLK", 2797300857u, 0, 9, &be_const_str_lv_draw_mask_map_param_cfg); +be_define_const_str(lv_draw_mask_map_param_cfg, "lv_draw_mask_map_param_cfg", 3822900597u, 0, 26, &be_const_str_lv_img); +be_define_const_str(lv_img, "lv_img", 2474052327u, 0, 6, NULL); +be_define_const_str(CSE7761_RX, "CSE7761_RX", 65423248u, 0, 10, &be_const_str_OUTPUT_LO); +be_define_const_str(OUTPUT_LO, "OUTPUT_LO", 3724620328u, 0, 9, NULL); +be_define_const_str(ADC_CT_POWER, "ADC_CT_POWER", 3382284599u, 0, 12, NULL); +be_define_const_str(KEY1_PD, "KEY1_PD", 3934075620u, 0, 7, &be_const_str_SPI_MISO); +be_define_const_str(SPI_MISO, "SPI_MISO", 150818010u, 0, 8, &be_const_str_memory); +be_define_const_str(memory, "memory", 2229924270u, 0, 6, &be_const_str_set_auth); +be_define_const_str(set_auth, "set_auth", 1057170930u, 0, 8, NULL); +be_define_const_str(, "", 2166136261u, 0, 0, &be_const_str_HIGH); +be_define_const_str(HIGH, "HIGH", 2066738941u, 0, 4, &be_const_str_POST); +be_define_const_str(POST, "POST", 1929554311u, 0, 4, &be_const_str_SYMBOL_UP); +be_define_const_str(SYMBOL_UP, "SYMBOL_UP", 3886401511u, 0, 9, NULL); +be_define_const_str(PN532_RXD, "PN532_RXD", 1780093022u, 0, 9, &be_const_str_SYMBOL_PLUS); +be_define_const_str(SYMBOL_PLUS, "SYMBOL_PLUS", 2860093262u, 0, 11, NULL); +be_define_const_str(DHT22, "DHT22", 215937903u, 0, 5, &be_const_str___iterator__); +be_define_const_str(__iterator__, "__iterator__", 3884039703u, 0, 12, &be_const_str_type); +be_define_const_str(type, "type", 1361572173u, 0, 4, NULL); +be_define_const_str(DYP_RX, "DYP_RX", 2122310285u, 0, 6, NULL); +be_define_const_str(DDSU666_RX, "DDSU666_RX", 1812507936u, 0, 10, &be_const_str_lv_label); +be_define_const_str(lv_label, "lv_label", 4199664246u, 0, 8, NULL); +be_define_const_str(TFMINIPLUS_TX, "TFMINIPLUS_TX", 2527875337u, 0, 13, NULL); +be_define_const_str(ADC_INPUT, "ADC_INPUT", 2207556878u, 0, 9, &be_const_str_ETH_PHY_MDIO); +be_define_const_str(ETH_PHY_MDIO, "ETH_PHY_MDIO", 3261871568u, 0, 12, &be_const_str_RA8876_CS); +be_define_const_str(RA8876_CS, "RA8876_CS", 2529944108u, 0, 9, NULL); +be_define_const_str(issubclass, "issubclass", 4078395519u, 0, 10, NULL); +be_define_const_str(SPI_DC, "SPI_DC", 553259951u, 0, 6, &be_const_str_SYMBOL_BACKSPACE); +be_define_const_str(SYMBOL_BACKSPACE, "SYMBOL_BACKSPACE", 1997168681u, 0, 16, &be_const_str_ZIGBEE_RST); +be_define_const_str(ZIGBEE_RST, "ZIGBEE_RST", 721588661u, 0, 10, NULL); +be_define_const_str(AudioGenerator, "AudioGenerator", 1839297342u, 0, 14, &be_const_str_SYMBOL_STOP); +be_define_const_str(SYMBOL_STOP, "SYMBOL_STOP", 2836505202u, 0, 11, &be_const_str_save); +be_define_const_str(save, "save", 3439296072u, 0, 4, NULL); +be_define_const_str(SHELLY_DIMMER_RST_INV, "SHELLY_DIMMER_RST_INV", 2366759773u, 0, 21, &be_const_str_SSD1351_DC); +be_define_const_str(SSD1351_DC, "SSD1351_DC", 84950353u, 0, 10, &be_const_str_SYMBOL_VOLUME_MAX); +be_define_const_str(SYMBOL_VOLUME_MAX, "SYMBOL_VOLUME_MAX", 3582646093u, 0, 17, &be_const_str_select); +be_define_const_str(select, "select", 297952813u, 0, 6, &be_const_str_target_search); +be_define_const_str(target_search, "target_search", 1947846553u, 0, 13, NULL); +be_define_const_str(SSPI_MAX31865_CS1, "SSPI_MAX31865_CS1", 1256578724u, 0, 17, NULL); +be_define_const_str(list, "list", 217798785u, 0, 4, &be_const_str_resolvecmnd); +be_define_const_str(resolvecmnd, "resolvecmnd", 993361485u, 0, 11, &be_const_str_resp_cmnd_done); +be_define_const_str(resp_cmnd_done, "resp_cmnd_done", 2601874875u, 0, 14, &be_const_str_url_encode); +be_define_const_str(url_encode, "url_encode", 528392145u, 0, 10, NULL); +be_define_const_str(BS814_CLK, "BS814_CLK", 3002713336u, 0, 9, &be_const_str_ROT1A); +be_define_const_str(ROT1A, "ROT1A", 759599716u, 0, 5, &be_const_str_rtc); +be_define_const_str(rtc, "rtc", 1070575216u, 0, 3, NULL); +be_define_const_str(OUTPUT, "OUTPUT", 1469629700u, 0, 6, &be_const_str_detect); +be_define_const_str(detect, "detect", 8884370u, 0, 6, NULL); +be_define_const_str(close, "close", 667630371u, 0, 5, &be_const_str_true); +be_define_const_str(true, "true", 1303515621u, 61, 4, NULL); +be_define_const_str(deinit, "deinit", 2345559592u, 0, 6, NULL); +be_define_const_str(NRF24_DC, "NRF24_DC", 688921313u, 0, 8, &be_const_str_SDS0X1_TX); +be_define_const_str(SDS0X1_TX, "SDS0X1_TX", 165045983u, 0, 9, &be_const_str___upper__); +be_define_const_str(__upper__, "__upper__", 3612202883u, 0, 9, NULL); +be_define_const_str(PMS5003_TX, "PMS5003_TX", 3868169364u, 0, 10, &be_const_str_TM1638DIO); +be_define_const_str(TM1638DIO, "TM1638DIO", 1408212414u, 0, 9, &be_const_str_lv_textarea); +be_define_const_str(lv_textarea, "lv_textarea", 2864635074u, 0, 11, &be_const_str_size); +be_define_const_str(size, "size", 597743964u, 0, 4, &be_const_str_web_send_decimal); +be_define_const_str(web_send_decimal, "web_send_decimal", 1407210204u, 0, 16, NULL); +be_define_const_str(lv_sqrt_res, "lv_sqrt_res", 2904473995u, 0, 11, NULL); +be_define_const_str(opt_call, "()", 685372826u, 0, 2, &be_const_str_IEM3000_RX); +be_define_const_str(IEM3000_RX, "IEM3000_RX", 1117811096u, 0, 10, NULL); +be_define_const_str(MHZ_RXD, "MHZ_RXD", 328619727u, 0, 7, &be_const_str_SYMBOL_VOLUME_MID); +be_define_const_str(SYMBOL_VOLUME_MID, "SYMBOL_VOLUME_MID", 158835057u, 0, 17, &be_const_str__cb); +be_define_const_str(_cb, "_cb", 4043300367u, 0, 3, NULL); +be_define_const_str(WE517_RX, "WE517_RX", 4096577879u, 0, 8, NULL); +be_define_const_str(PWM1_INV, "PWM1_INV", 3939021030u, 0, 8, &be_const_str_begin); +be_define_const_str(begin, "begin", 1748273790u, 0, 5, NULL); +be_define_const_str(A4988_MS1, "A4988_MS1", 1729976611u, 0, 9, NULL); +be_define_const_str(setrange, "setrange", 3794019032u, 0, 8, NULL); +be_define_const_str(atan2, "atan2", 3173440503u, 0, 5, &be_const_str_lv_linemeter); +be_define_const_str(lv_linemeter, "lv_linemeter", 1413069363u, 0, 12, &be_const_str_read_bytes); +be_define_const_str(read_bytes, "read_bytes", 3576733173u, 0, 10, NULL); +be_define_const_str(FALLING, "FALLING", 2851701064u, 0, 7, &be_const_str_SPI_CLK); +be_define_const_str(SPI_CLK, "SPI_CLK", 3943233814u, 0, 7, &be_const_str_set_useragent); +be_define_const_str(set_useragent, "set_useragent", 612237244u, 0, 13, &be_const_str_if); +be_define_const_str(if, "if", 959999494u, 50, 2, NULL); +be_define_const_str(SYMBOL_BATTERY_FULL, "SYMBOL_BATTERY_FULL", 2638935545u, 0, 19, &be_const_str_SYMBOL_NEW_LINE); +be_define_const_str(SYMBOL_NEW_LINE, "SYMBOL_NEW_LINE", 2014334315u, 0, 15, NULL); +be_define_const_str(lv_group_focus_cb, "lv_group_focus_cb", 4288873836u, 0, 17, &be_const_str_scan); +be_define_const_str(scan, "scan", 3974641896u, 0, 4, &be_const_str_webclient); +be_define_const_str(webclient, "webclient", 4076389146u, 0, 9, &be_const_str_write_bit); +be_define_const_str(write_bit, "write_bit", 2660990436u, 0, 9, NULL); +be_define_const_str(static, "static", 3532702267u, 71, 6, NULL); +be_define_const_str(remove, "remove", 3683784189u, 0, 6, NULL); +be_define_const_str(bytes, "bytes", 1706151940u, 0, 5, &be_const_str_imax); +be_define_const_str(imax, "imax", 3084515410u, 0, 4, &be_const_str_set_timeouts); +be_define_const_str(set_timeouts, "set_timeouts", 3732850900u, 0, 12, &be_const_str_wire_scan); +be_define_const_str(wire_scan, "wire_scan", 2671275880u, 0, 9, NULL); +be_define_const_str(lv_spinner, "lv_spinner", 3361501901u, 0, 10, NULL); +be_define_const_str(P9813_DAT, "P9813_DAT", 778577052u, 0, 9, &be_const_str__cmd); +be_define_const_str(_cmd, "_cmd", 3419822142u, 0, 4, &be_const_str_publish_result); +be_define_const_str(publish_result, "publish_result", 2013351252u, 0, 14, NULL); +be_define_const_str(LE01MR_TX, "LE01MR_TX", 1589687023u, 0, 9, &be_const_str_SDCARD_CS); +be_define_const_str(SDCARD_CS, "SDCARD_CS", 3348952003u, 0, 9, &be_const_str_read13); +be_define_const_str(read13, "read13", 12887293u, 0, 6, NULL); +be_define_const_str(dot_w, ".w", 1255414514u, 0, 2, &be_const_str_publish); +be_define_const_str(publish, "publish", 264247304u, 0, 7, &be_const_str_write); +be_define_const_str(write, "write", 3190202204u, 0, 5, NULL); +be_define_const_str(opt_connect, "..", 2748622605u, 0, 2, &be_const_str_SYMBOL_HOME); +be_define_const_str(SYMBOL_HOME, "SYMBOL_HOME", 730845525u, 0, 11, &be_const_str_raise); +be_define_const_str(raise, "raise", 1593437475u, 70, 5, NULL); +be_define_const_str(ELECTRIQ_MOODL_TX, "ELECTRIQ_MOODL_TX", 31009247u, 0, 17, &be_const_str_SYMBOL_UPLOAD); +be_define_const_str(SYMBOL_UPLOAD, "SYMBOL_UPLOAD", 3293679647u, 0, 13, &be_const_str_content_button); +be_define_const_str(content_button, "content_button", 1956476087u, 0, 14, &be_const_str_stop); +be_define_const_str(stop, "stop", 3411225317u, 0, 4, NULL); +be_define_const_str(OPEN_DRAIN, "OPEN_DRAIN", 677872608u, 0, 10, &be_const_str_asstring); +be_define_const_str(asstring, "asstring", 1298225088u, 0, 8, &be_const_str_compile); +be_define_const_str(compile, "compile", 1000265118u, 0, 7, NULL); +be_define_const_str(TXD, "TXD", 3614562079u, 0, 3, &be_const_str_class); +be_define_const_str(class, "class", 2872970239u, 57, 5, NULL); +be_define_const_str(I2S_IN_CLK, "I2S_IN_CLK", 2996930120u, 0, 10, NULL); +be_define_const_str(SYMBOL_BATTERY_3, "SYMBOL_BATTERY_3", 662591301u, 0, 16, &be_const_str_bus); +be_define_const_str(bus, "bus", 1607822841u, 0, 3, &be_const_str_lv_checkbox); +be_define_const_str(lv_checkbox, "lv_checkbox", 7454841u, 0, 11, &be_const_str_split); +be_define_const_str(split, "split", 2276994531u, 0, 5, NULL); +be_define_const_str(HM10_RX, "HM10_RX", 515085922u, 0, 7, NULL); +be_define_const_str(ARIRFSEL, "ARIRFSEL", 233874443u, 0, 8, &be_const_str_pow); +be_define_const_str(pow, "pow", 1479764693u, 0, 3, NULL); +be_define_const_str(KEY1, "KEY1", 6715975u, 0, 4, &be_const_str_LOW); +be_define_const_str(LOW, "LOW", 3526092385u, 0, 3, &be_const_str_SDS0X1_RX); +be_define_const_str(SDS0X1_RX, "SDS0X1_RX", 1170717385u, 0, 9, &be_const_str_arg_name); +be_define_const_str(arg_name, "arg_name", 1345046155u, 0, 8, NULL); +be_define_const_str(var, "var", 2317739966u, 64, 3, NULL); +be_define_const_str(CC1101_GDO0, "CC1101_GDO0", 940611027u, 0, 11, &be_const_str_HJL_CF); +be_define_const_str(HJL_CF, "HJL_CF", 786158487u, 0, 6, &be_const_str_lv_page); +be_define_const_str(lv_page, "lv_page", 2373170067u, 0, 7, NULL); +be_define_const_str(SYMBOL_MINUS, "SYMBOL_MINUS", 1806749158u, 0, 12, &be_const_str_SYMBOL_TRASH); +be_define_const_str(SYMBOL_TRASH, "SYMBOL_TRASH", 3169100368u, 0, 12, &be_const_str_top); +be_define_const_str(top, "top", 2802900028u, 0, 3, NULL); +be_define_const_str(DHT11, "DHT11", 367083569u, 0, 5, &be_const_str_digital_write); +be_define_const_str(digital_write, "digital_write", 3435877979u, 0, 13, &be_const_str_lv_color); +be_define_const_str(lv_color, "lv_color", 1419148319u, 0, 8, &be_const_str_lv_keyboard); +be_define_const_str(lv_keyboard, "lv_keyboard", 197530229u, 0, 11, &be_const_str_wire1); +be_define_const_str(wire1, "wire1", 3212721419u, 0, 5, NULL); +be_define_const_str(DDSU666_TX, "DDSU666_TX", 1880604150u, 0, 10, &be_const_str_state); +be_define_const_str(state, "state", 2016490230u, 0, 5, NULL); +be_define_const_str(opt_neq, "!=", 2428715011u, 0, 2, &be_const_str_WEBCAM_DATA); +be_define_const_str(WEBCAM_DATA, "WEBCAM_DATA", 1476954421u, 0, 11, &be_const_str__available); +be_define_const_str(_available, "_available", 1306196581u, 0, 10, &be_const_str_content_stop); +be_define_const_str(content_stop, "content_stop", 658554751u, 0, 12, &be_const_str_lv_draw_mask_angle_param); +be_define_const_str(lv_draw_mask_angle_param, "lv_draw_mask_angle_param", 4192166041u, 0, 24, NULL); +be_define_const_str(TASMOTACLIENT_RST, "TASMOTACLIENT_RST", 3326196213u, 0, 17, &be_const_str__ccmd); +be_define_const_str(_ccmd, "_ccmd", 2163421413u, 0, 5, NULL); +be_define_const_str(ARIRFRCV, "ARIRFRCV", 1120816444u, 0, 8, &be_const_str_AS608_TX); +be_define_const_str(AS608_TX, "AS608_TX", 48630934u, 0, 8, NULL); +be_define_const_str(IRSEND, "IRSEND", 184848336u, 0, 6, &be_const_str_OUTPUT_OPEN_DRAIN); +be_define_const_str(OUTPUT_OPEN_DRAIN, "OUTPUT_OPEN_DRAIN", 2147249436u, 0, 17, &be_const_str_RC522_CS); +be_define_const_str(RC522_CS, "RC522_CS", 2639619996u, 0, 8, NULL); +be_define_const_str(MAX31855CLK, "MAX31855CLK", 715977727u, 0, 11, &be_const_str_SYMBOL_BELL); +be_define_const_str(SYMBOL_BELL, "SYMBOL_BELL", 1736196487u, 0, 11, &be_const_str_read8); +be_define_const_str(read8, "read8", 2802788167u, 0, 5, NULL); +be_define_const_str(RISING, "RISING", 1256404539u, 0, 6, &be_const_str_SYMBOL_DIRECTORY); +be_define_const_str(SYMBOL_DIRECTORY, "SYMBOL_DIRECTORY", 1886053449u, 0, 16, &be_const_str_lv_bar); +be_define_const_str(lv_bar, "lv_bar", 1582673229u, 0, 6, &be_const_str_read); +be_define_const_str(read, "read", 3470762949u, 0, 4, NULL); +be_define_const_str(WIEGAND_D1, "WIEGAND_D1", 4175558140u, 0, 10, NULL); +be_define_const_str(EC_C25519, "EC_C25519", 95492591u, 0, 9, &be_const_str_MGC3130_RESET); +be_define_const_str(MGC3130_RESET, "MGC3130_RESET", 405013121u, 0, 13, &be_const_str_lv_dropdown); +be_define_const_str(lv_dropdown, "lv_dropdown", 2797165301u, 0, 11, &be_const_str_read24); +be_define_const_str(read24, "read24", 1808533811u, 0, 6, NULL); +be_define_const_str(SYMBOL_DRIVE, "SYMBOL_DRIVE", 567203502u, 0, 12, &be_const_str_lv_canvas); +be_define_const_str(lv_canvas, "lv_canvas", 142865412u, 0, 9, &be_const_str_resp_cmnd_failed); +be_define_const_str(resp_cmnd_failed, "resp_cmnd_failed", 2136281562u, 0, 16, NULL); +be_define_const_str(MAX7219CS, "MAX7219CS", 2593198244u, 0, 9, &be_const_str_lv_draw_mask_fade_param); +be_define_const_str(lv_draw_mask_fade_param, "lv_draw_mask_fade_param", 2743309964u, 0, 23, NULL); +be_define_const_str(TUYA_TX, "TUYA_TX", 1541301465u, 0, 7, NULL); +be_define_const_str(BACKLIGHT, "BACKLIGHT", 3147761926u, 0, 9, NULL); +be_define_const_str(MAX31855DO, "MAX31855DO", 552730368u, 0, 10, &be_const_str_SYMBOL_RIGHT); +be_define_const_str(SYMBOL_RIGHT, "SYMBOL_RIGHT", 2984010648u, 0, 12, &be_const_str_lv_draw_rect_dsc); +be_define_const_str(lv_draw_rect_dsc, "lv_draw_rect_dsc", 3246772488u, 0, 16, NULL); +be_define_const_str(iter, "iter", 3124256359u, 0, 4, &be_const_str_lv_gauge_format_cb); +be_define_const_str(lv_gauge_format_cb, "lv_gauge_format_cb", 4073149249u, 0, 18, &be_const_str_lv_group); +be_define_const_str(lv_group, "lv_group", 3852039019u, 0, 8, NULL); +be_define_const_str(IEM3000_TX, "IEM3000_TX", 1185907310u, 0, 10, &be_const_str_SOLAXX1_TX); +be_define_const_str(SOLAXX1_TX, "SOLAXX1_TX", 903770840u, 0, 10, &be_const_str_ceil); +be_define_const_str(ceil, "ceil", 1659167240u, 0, 4, &be_const_str_tob64); +be_define_const_str(tob64, "tob64", 373777640u, 0, 5, NULL); +be_define_const_str(MAX31855CS, "MAX31855CS", 753620511u, 0, 10, &be_const_str_floor); +be_define_const_str(floor, "floor", 3102149661u, 0, 5, NULL); +be_define_const_str(I2C_SDA, "I2C_SDA", 1052592262u, 0, 7, &be_const_str_str); +be_define_const_str(str, "str", 3259748752u, 0, 3, NULL); +be_define_const_str(MHZ_TXD, "MHZ_TXD", 3310158233u, 0, 7, &be_const_str_lv_draw_mask_radius_param_cfg); +be_define_const_str(lv_draw_mask_radius_param_cfg, "lv_draw_mask_radius_param_cfg", 3889386773u, 0, 29, &be_const_str_srand); +be_define_const_str(srand, "srand", 465518633u, 0, 5, NULL); +be_define_const_str(NEOPOOL_TX, "NEOPOOL_TX", 2924925804u, 0, 10, &be_const_str_WINDMETER_SPEED); +be_define_const_str(WINDMETER_SPEED, "WINDMETER_SPEED", 1980822204u, 0, 15, &be_const_str_delay); +be_define_const_str(delay, "delay", 1322381784u, 0, 5, NULL); +be_define_const_str(abs, "abs", 709362235u, 0, 3, NULL); +be_define_const_str(SM16716_DAT, "SM16716_DAT", 1905621806u, 0, 11, &be_const_str_SPI_CS); +be_define_const_str(SPI_CS, "SPI_CS", 553701236u, 0, 6, &be_const_str_run_deferred); +be_define_const_str(run_deferred, "run_deferred", 371594696u, 0, 12, NULL); +be_define_const_str(MCP39F5_TX, "MCP39F5_TX", 1332322047u, 0, 10, &be_const_str_MD5); +be_define_const_str(MD5, "MD5", 1935726387u, 0, 3, &be_const_str_SYMBOL_EJECT); +be_define_const_str(SYMBOL_EJECT, "SYMBOL_EJECT", 873760647u, 0, 12, NULL); +be_define_const_str(dot_def, ".def", 4095748648u, 0, 4, &be_const_str_AudioFileSource); +be_define_const_str(AudioFileSource, "AudioFileSource", 2959980058u, 0, 15, &be_const_str_WS2812); +be_define_const_str(WS2812, "WS2812", 3539741218u, 0, 6, &be_const_str_lv_btn); +be_define_const_str(lv_btn, "lv_btn", 1612829968u, 0, 6, NULL); +be_define_const_str(cb_dispatch, "cb_dispatch", 1741510499u, 0, 11, NULL); +be_define_const_str(log10, "log10", 2346846000u, 0, 5, &be_const_str_pop); +be_define_const_str(pop, "pop", 1362321360u, 0, 3, &be_const_str_read12); +be_define_const_str(read12, "read12", 4291076970u, 0, 6, &be_const_str_nil); +be_define_const_str(nil, "nil", 228849900u, 63, 3, NULL); +be_define_const_str(ETH_PHY_MDC, "ETH_PHY_MDC", 1519379581u, 0, 11, &be_const_str_RFSEND); +be_define_const_str(RFSEND, "RFSEND", 1862630731u, 0, 6, NULL); +be_define_const_str(OneWire, "OneWire", 2298990722u, 0, 7, &be_const_str_WEBCAM_SIOD); +be_define_const_str(WEBCAM_SIOD, "WEBCAM_SIOD", 302703242u, 0, 11, NULL); +be_define_const_str(get_option, "get_option", 2123730033u, 0, 10, NULL); +be_define_const_str(DI, "DI", 1070498734u, 0, 2, &be_const_str_ST7789_CS); +be_define_const_str(ST7789_CS, "ST7789_CS", 2937305434u, 0, 9, &be_const_str_SYMBOL_CUT); +be_define_const_str(SYMBOL_CUT, "SYMBOL_CUT", 3455112394u, 0, 10, &be_const_str_lv_indev); +be_define_const_str(lv_indev, "lv_indev", 225602374u, 0, 8, NULL); +be_define_const_str(OLED_RESET, "OLED_RESET", 4048987655u, 0, 10, &be_const_str_reset_search); +be_define_const_str(reset_search, "reset_search", 1350414305u, 0, 12, NULL); +be_define_const_str(dot_p2, ".p2", 232398067u, 0, 3, &be_const_str_WE517_TX); +be_define_const_str(WE517_TX, "WE517_TX", 2954817217u, 0, 8, NULL); +be_define_const_str(AES_GCM, "AES_GCM", 3832208678u, 0, 7, &be_const_str_I2C_Driver); +be_define_const_str(I2C_Driver, "I2C_Driver", 1714501658u, 0, 10, &be_const_str_I2C_SCL); +be_define_const_str(I2C_SCL, "I2C_SCL", 164217098u, 0, 7, &be_const_str_MAX7219CLK); +be_define_const_str(MAX7219CLK, "MAX7219CLK", 963568838u, 0, 10, &be_const_str_RDM6300_RX); +be_define_const_str(RDM6300_RX, "RDM6300_RX", 1522345628u, 0, 10, NULL); +be_define_const_str(AZ_RXD, "AZ_RXD", 699914019u, 0, 6, &be_const_str_BOILER_OT_RX); +be_define_const_str(BOILER_OT_RX, "BOILER_OT_RX", 603647409u, 0, 12, &be_const_str_SDM630_RX); +be_define_const_str(SDM630_RX, "SDM630_RX", 1971606309u, 0, 9, NULL); +be_define_const_str(DCKI, "DCKI", 3846847480u, 0, 4, &be_const_str_lv_point); +be_define_const_str(lv_point, "lv_point", 4120221790u, 0, 8, &be_const_str_lv_table); +be_define_const_str(lv_table, "lv_table", 1675691020u, 0, 8, &be_const_str_break); +be_define_const_str(break, "break", 3378807160u, 58, 5, NULL); +be_define_const_str(ILI9341_CS, "ILI9341_CS", 3519318851u, 0, 10, &be_const_str_SM2135_CLK); +be_define_const_str(SM2135_CLK, "SM2135_CLK", 2383410011u, 0, 10, NULL); +be_define_const_str(CSE7761_TX, "CSE7761_TX", 3354719142u, 0, 10, &be_const_str_def); +be_define_const_str(def, "def", 3310976652u, 55, 3, NULL); +be_define_const_str(INTERRUPT, "INTERRUPT", 3809502704u, 0, 9, &be_const_str_PZEM017_RX); +be_define_const_str(PZEM017_RX, "PZEM017_RX", 3227495894u, 0, 10, &be_const_str_lv_arc); +be_define_const_str(lv_arc, "lv_arc", 4170125384u, 0, 6, &be_const_str_yield); +be_define_const_str(yield, "yield", 1821831854u, 0, 5, NULL); +be_define_const_str(SDM630_TX, "SDM630_TX", 696213075u, 0, 9, &be_const_str_acos); +be_define_const_str(acos, "acos", 1006755615u, 0, 4, NULL); +be_define_const_str(TM1638CLK, "TM1638CLK", 3045182446u, 0, 9, NULL); +be_define_const_str(SM16716_SEL, "SM16716_SEL", 142377379u, 0, 11, &be_const_str_erase); +be_define_const_str(erase, "erase", 1010949589u, 0, 5, NULL); +be_define_const_str(public_key, "public_key", 4169142980u, 0, 10, &be_const_str_register_button_encoder); +be_define_const_str(register_button_encoder, "register_button_encoder", 2811301550u, 0, 23, NULL); +be_define_const_str(strftime, "strftime", 187738851u, 0, 8, NULL); +be_define_const_str(ADC_JOY, "ADC_JOY", 1116943612u, 0, 7, &be_const_str_SSD1351_CS); +be_define_const_str(SSD1351_CS, "SSD1351_CS", 488746042u, 0, 10, NULL); +be_define_const_str(TM1638STB, "TM1638STB", 823674593u, 0, 9, NULL); +be_define_const_str(INPUT_PULLUP, "INPUT_PULLUP", 2912931654u, 0, 12, NULL); +be_define_const_str(SDM120_TX, "SDM120_TX", 2509332415u, 0, 9, &be_const_str_SYMBOL_SETTINGS); +be_define_const_str(SYMBOL_SETTINGS, "SYMBOL_SETTINGS", 339656335u, 0, 15, &be_const_str__rules); +be_define_const_str(_rules, "_rules", 4266217105u, 0, 6, NULL); +be_define_const_str(SYMBOL_EYE_OPEN, "SYMBOL_EYE_OPEN", 3449311676u, 0, 15, &be_const_str__begin_transmission); +be_define_const_str(_begin_transmission, "_begin_transmission", 2779461176u, 0, 19, NULL); +be_define_const_str(lv_draw_mask_fade_param_cfg, "lv_draw_mask_fade_param_cfg", 4158595197u, 0, 27, NULL); +be_define_const_str(AudioGeneratorMP3, "AudioGeneratorMP3", 2199818488u, 0, 17, &be_const_str_web_send); +be_define_const_str(web_send, "web_send", 2989941448u, 0, 8, NULL); +be_define_const_str(GET, "GET", 2531704439u, 0, 3, &be_const_str_SSD1331_DC); +be_define_const_str(SSD1331_DC, "SSD1331_DC", 3386560859u, 0, 10, &be_const_str_content_start); +be_define_const_str(content_start, "content_start", 2937509069u, 0, 13, &be_const_str_getbits); +be_define_const_str(getbits, "getbits", 3094168979u, 0, 7, NULL); +be_define_const_str(CSE7766_TX, "CSE7766_TX", 674624821u, 0, 10, &be_const_str_SYMBOL_IMAGE); +be_define_const_str(SYMBOL_IMAGE, "SYMBOL_IMAGE", 815601151u, 0, 12, &be_const_str_real); +be_define_const_str(real, "real", 3604983901u, 0, 4, &be_const_str_screenshot); +be_define_const_str(screenshot, "screenshot", 3894592561u, 0, 10, NULL); +be_define_const_str(format, "format", 3114108242u, 0, 6, &be_const_str_int); +be_define_const_str(int, "int", 2515107422u, 0, 3, NULL); +be_define_const_str(millis, "millis", 1214679063u, 0, 6, NULL); +be_define_const_str(AudioOutputI2S, "AudioOutputI2S", 638031784u, 0, 14, &be_const_str_wire); +be_define_const_str(wire, "wire", 4082753944u, 0, 4, NULL); +be_define_const_str(try_rule, "try_rule", 1986449405u, 0, 8, NULL); +be_define_const_str(LED1_INV, "LED1_INV", 2112045097u, 0, 8, &be_const_str_SENSOR_END); +be_define_const_str(SENSOR_END, "SENSOR_END", 3512542657u, 0, 10, NULL); +be_define_const_str(AudioGeneratorWAV, "AudioGeneratorWAV", 2746509368u, 0, 17, &be_const_str_remove_rule); +be_define_const_str(remove_rule, "remove_rule", 3456211328u, 0, 11, NULL); +be_define_const_str(KEY1_TC, "KEY1_TC", 25685109u, 0, 7, &be_const_str_SWT1_NP); +be_define_const_str(SWT1_NP, "SWT1_NP", 4033043739u, 0, 7, &be_const_str_TUYA_RX); +be_define_const_str(TUYA_RX, "TUYA_RX", 1609397679u, 0, 7, &be_const_str_event); +be_define_const_str(event, "event", 4264611999u, 0, 5, &be_const_str_tolower); +be_define_const_str(tolower, "tolower", 1042520049u, 0, 7, NULL); +be_define_const_str(opt_add, "+", 772578730u, 0, 1, &be_const_str_ADC_TEMP); +be_define_const_str(ADC_TEMP, "ADC_TEMP", 3771053440u, 0, 8, &be_const_str__end_transmission); +be_define_const_str(_end_transmission, "_end_transmission", 3237480400u, 0, 17, &be_const_str__read); +be_define_const_str(_read, "_read", 346717030u, 0, 5, &be_const_str_lower); +be_define_const_str(lower, "lower", 3038577850u, 0, 5, &be_const_str_read32); +be_define_const_str(read32, "read32", 1741276240u, 0, 6, NULL); +be_define_const_str(SAIR_TX, "SAIR_TX", 268017311u, 0, 7, &be_const_str_gc); +be_define_const_str(gc, "gc", 1042313471u, 0, 2, NULL); +be_define_const_str(SYMBOL_EYE_CLOSE, "SYMBOL_EYE_CLOSE", 404721792u, 0, 16, &be_const_str_write_bytes); +be_define_const_str(write_bytes, "write_bytes", 1227543792u, 0, 11, &be_const_str_except); +be_define_const_str(except, "except", 950914032u, 69, 6, NULL); +be_define_const_str(ILI9488_CS, "ILI9488_CS", 2363112073u, 0, 10, NULL); +be_define_const_str(DSB, "DSB", 98073254u, 0, 3, &be_const_str_PZEM0XX_TX); +be_define_const_str(PZEM0XX_TX, "PZEM0XX_TX", 944775704u, 0, 10, &be_const_str_SOLAXX1_RX); +be_define_const_str(SOLAXX1_RX, "SOLAXX1_RX", 971867054u, 0, 10, &be_const_str_on); +be_define_const_str(on, "on", 1630810064u, 0, 2, NULL); +be_define_const_str(_timers, "_timers", 2600100916u, 0, 7, &be_const_str_eth); +be_define_const_str(eth, "eth", 2191266556u, 0, 3, NULL); +be_define_const_str(MIEL_HVAC_RX, "MIEL_HVAC_RX", 3720609648u, 0, 12, NULL); +be_define_const_str(load_font, "load_font", 1875840019u, 0, 9, &be_const_str_lv_btnmatrix); +be_define_const_str(lv_btnmatrix, "lv_btnmatrix", 626248489u, 0, 12, &be_const_str_lv_obj); +be_define_const_str(lv_obj, "lv_obj", 4257833149u, 0, 6, NULL); +be_define_const_str(TASMOTACLIENT_TXD, "TASMOTACLIENT_TXD", 1386193940u, 0, 17, NULL); +be_define_const_str(char, "char", 2823553821u, 0, 4, &be_const_str_lv_area); +be_define_const_str(lv_area, "lv_area", 2521150401u, 0, 7, NULL); +be_define_const_str(add_header, "add_header", 927130612u, 0, 10, NULL); +be_define_const_str(AudioFileSourceFS, "AudioFileSourceFS", 1839147653u, 0, 17, &be_const_str_dump); +be_define_const_str(dump, "dump", 3663001223u, 0, 4, NULL); +be_define_const_str(cos, "cos", 4220379804u, 0, 3, &be_const_str_lv_line); +be_define_const_str(lv_line, "lv_line", 2692732914u, 0, 7, &be_const_str_skip); +be_define_const_str(skip, "skip", 1097563074u, 0, 4, NULL); +be_define_const_str(IBEACON_RX, "IBEACON_RX", 2466155575u, 0, 10, &be_const_str_SYMBOL_COPY); +be_define_const_str(SYMBOL_COPY, "SYMBOL_COPY", 4193681815u, 0, 11, &be_const_str__write); +be_define_const_str(_write, "_write", 2215462825u, 0, 6, &be_const_str_lv_draw_mask_line_param_cfg); +be_define_const_str(lv_draw_mask_line_param_cfg, "lv_draw_mask_line_param_cfg", 2154874825u, 0, 27, NULL); +be_define_const_str(AS608_RX, "AS608_RX", 4275502016u, 0, 8, &be_const_str_lv_event_cb); +be_define_const_str(lv_event_cb, "lv_event_cb", 2480731016u, 0, 11, NULL); +be_define_const_str(BS814_DAT, "BS814_DAT", 3620403837u, 0, 9, &be_const_str_open); +be_define_const_str(open, "open", 3546203337u, 0, 4, NULL); +be_define_const_str(isinstance, "isinstance", 3669352738u, 0, 10, &be_const_str_wire2); +be_define_const_str(wire2, "wire2", 3229499038u, 0, 5, NULL); +be_define_const_str(HX711_DAT, "HX711_DAT", 2935118250u, 0, 9, &be_const_str_OPTION_A); +be_define_const_str(OPTION_A, "OPTION_A", 1133299440u, 0, 8, &be_const_str_SYMBOL_DOWN); +be_define_const_str(SYMBOL_DOWN, "SYMBOL_DOWN", 1107513570u, 0, 11, &be_const_str_encrypt); +be_define_const_str(encrypt, "encrypt", 2194327650u, 0, 7, &be_const_str_resp_cmnd_str); +be_define_const_str(resp_cmnd_str, "resp_cmnd_str", 737845590u, 0, 13, &be_const_str_for); +be_define_const_str(for, "for", 2901640080u, 54, 3, NULL); +be_define_const_str(BUZZER, "BUZZER", 1550039611u, 0, 6, &be_const_str_assert); +be_define_const_str(assert, "assert", 2774883451u, 0, 6, &be_const_str_call); +be_define_const_str(call, "call", 3018949801u, 0, 4, NULL); +be_define_const_str(pi, "pi", 1213090802u, 0, 2, &be_const_str_range); +be_define_const_str(range, "range", 4208725202u, 0, 5, &be_const_str_time_str); +be_define_const_str(time_str, "time_str", 2613827612u, 0, 8, NULL); +be_define_const_str(BOILER_OT_TX, "BOILER_OT_TX", 671743623u, 0, 12, &be_const_str_SR04_TRIG); +be_define_const_str(SR04_TRIG, "SR04_TRIG", 68671263u, 0, 9, &be_const_str_SWT1_PD); +be_define_const_str(SWT1_PD, "SWT1_PD", 4166278953u, 0, 7, NULL); +be_define_const_str(I2S_OUT_SLCT, "I2S_OUT_SLCT", 4037293837u, 0, 12, NULL); +be_define_const_str(WEBCAM_PCLK, "WEBCAM_PCLK", 3813770649u, 0, 11, &be_const_str_WIEGAND_D0); +be_define_const_str(WIEGAND_D0, "WIEGAND_D0", 4192335759u, 0, 10, &be_const_str_lv_imgbtn); +be_define_const_str(lv_imgbtn, "lv_imgbtn", 2402844429u, 0, 9, NULL); +be_define_const_str(PROJECTOR_CTRL_RX, "PROJECTOR_CTRL_RX", 1542762460u, 0, 17, &be_const_str_end); +be_define_const_str(end, "end", 1787721130u, 56, 3, NULL); +be_define_const_str(reset, "reset", 1695364032u, 0, 5, &be_const_str_tanh); +be_define_const_str(tanh, "tanh", 153638352u, 0, 4, NULL); +be_define_const_str(ROT1A_NP, "ROT1A_NP", 2322706903u, 0, 8, &be_const_str_SAIR_RX); +be_define_const_str(SAIR_RX, "SAIR_RX", 1273688713u, 0, 7, &be_const_str_resp_cmnd_error); +be_define_const_str(resp_cmnd_error, "resp_cmnd_error", 2404088863u, 0, 15, NULL); +be_define_const_str(EPAPER29_CS, "EPAPER29_CS", 3916373594u, 0, 11, &be_const_str_ILI9341_DC); +be_define_const_str(ILI9341_DC, "ILI9341_DC", 28838624u, 0, 10, &be_const_str_WEBCAM_PSRCS); +be_define_const_str(WEBCAM_PSRCS, "WEBCAM_PSRCS", 624464864u, 0, 12, NULL); +be_define_const_str(PZEM016_RX, "PZEM016_RX", 1004012055u, 0, 10, NULL); +be_define_const_str(EPD_DATA, "EPD_DATA", 3799141097u, 0, 8, &be_const_str_HALLEFFECT); +be_define_const_str(HALLEFFECT, "HALLEFFECT", 3334305407u, 0, 10, &be_const_str_get_free_heap); +be_define_const_str(get_free_heap, "get_free_heap", 625069757u, 0, 13, &be_const_str_time_dump); +be_define_const_str(time_dump, "time_dump", 3330410747u, 0, 9, NULL); +be_define_const_str(number, "number", 467038368u, 0, 6, NULL); +be_define_const_str(SYMBOL_KEYBOARD, "SYMBOL_KEYBOARD", 1621492879u, 0, 15, &be_const_str_exec_cmd); +be_define_const_str(exec_cmd, "exec_cmd", 493567399u, 0, 8, &be_const_str_resize); +be_define_const_str(resize, "resize", 3514612129u, 0, 6, &be_const_str_traceback); +be_define_const_str(traceback, "traceback", 3385188109u, 0, 9, &be_const_str_as); +be_define_const_str(as, "as", 1579491469u, 67, 2, NULL); +be_define_const_str(lv_draw_mask_radius_param, "lv_draw_mask_radius_param", 3777679220u, 0, 25, NULL); +be_define_const_str(P9813_CLK, "P9813_CLK", 2455391001u, 0, 9, &be_const_str_redirect); +be_define_const_str(redirect, "redirect", 389758641u, 0, 8, NULL); +be_define_const_str(IRRECV, "IRRECV", 1743648982u, 0, 6, NULL); +be_define_const_str(DHT11_OUT, "DHT11_OUT", 1645300734u, 0, 9, &be_const_str_HPMA_TX); +be_define_const_str(HPMA_TX, "HPMA_TX", 173233104u, 0, 7, &be_const_str_members); +be_define_const_str(members, "members", 937576464u, 0, 7, &be_const_str_shared_key); +be_define_const_str(shared_key, "shared_key", 2200833624u, 0, 10, NULL); +be_define_const_str(AS3935, "AS3935", 603621745u, 0, 6, &be_const_str__drivers); +be_define_const_str(_drivers, "_drivers", 3260328985u, 0, 8, &be_const_str_remove_timer); +be_define_const_str(remove_timer, "remove_timer", 4141472215u, 0, 12, NULL); +be_define_const_str(IBEACON_TX, "IBEACON_TX", 3471826977u, 0, 10, &be_const_str_concat); +be_define_const_str(concat, "concat", 4124019837u, 0, 6, NULL); +be_define_const_str(finish, "finish", 1494643858u, 0, 6, &be_const_str_remove_driver); +be_define_const_str(remove_driver, "remove_driver", 1030243768u, 0, 13, NULL); +be_define_const_str(get_string, "get_string", 4195847969u, 0, 10, &be_const_str_sqrt); +be_define_const_str(sqrt, "sqrt", 2112764879u, 0, 4, NULL); +be_define_const_str(I2S_IN_DATA, "I2S_IN_DATA", 4125971460u, 0, 11, NULL); +be_define_const_str(setmember, "setmember", 1432909441u, 0, 9, NULL); +be_define_const_str(DDS2382_RX, "DDS2382_RX", 432446462u, 0, 10, NULL); +be_define_const_str(KEY1_INV, "KEY1_INV", 263542563u, 0, 8, &be_const_str_SDM120_RX); +be_define_const_str(SDM120_RX, "SDM120_RX", 1367571753u, 0, 9, NULL); +be_define_const_str(SSPI_DC, "SSPI_DC", 1782271864u, 0, 7, &be_const_str__request_from); +be_define_const_str(_request_from, "_request_from", 3965148604u, 0, 13, &be_const_str_lv_roller); +be_define_const_str(lv_roller, "lv_roller", 661902064u, 0, 9, &be_const_str_montserrat_font); +be_define_const_str(montserrat_font, "montserrat_font", 1819065874u, 0, 15, NULL); +be_define_const_str(ZEROCROSS, "ZEROCROSS", 1747596785u, 0, 9, NULL); +be_define_const_str(dot_p1, ".p1", 249175686u, 0, 3, NULL); +be_define_const_str(LMT01, "LMT01", 2490623797u, 0, 5, &be_const_str_REL1); +be_define_const_str(REL1, "REL1", 3142397887u, 0, 4, &be_const_str_content_send_style); +be_define_const_str(content_send_style, "content_send_style", 1087907647u, 0, 18, &be_const_str_setbits); +be_define_const_str(setbits, "setbits", 2762408167u, 0, 7, NULL); +be_define_const_str(addr, "addr", 1087856498u, 0, 4, &be_const_str_isrunning); +be_define_const_str(isrunning, "isrunning", 1688182268u, 0, 9, NULL); +be_define_const_str(AZ_TXD, "AZ_TXD", 850268709u, 0, 6, &be_const_str_BL0940_RX); +be_define_const_str(BL0940_RX, "BL0940_RX", 2908993179u, 0, 9, &be_const_str_atan); +be_define_const_str(atan, "atan", 108579519u, 0, 4, &be_const_str_cmd); +be_define_const_str(cmd, "cmd", 4136785899u, 0, 3, &be_const_str_fromb64); +be_define_const_str(fromb64, "fromb64", 2717019639u, 0, 7, &be_const_str_input); +be_define_const_str(input, "input", 4191711099u, 0, 5, &be_const_str_loop); +be_define_const_str(loop, "loop", 3723446379u, 0, 4, NULL); +be_define_const_str(CHANGE, "CHANGE", 4280911421u, 0, 6, &be_const_str_SBR_RX); +be_define_const_str(SBR_RX, "SBR_RX", 3350999801u, 0, 6, &be_const_str_deg); +be_define_const_str(deg, "deg", 3327754271u, 0, 3, &be_const_str_keys); +be_define_const_str(keys, "keys", 4182378701u, 0, 4, NULL); +be_define_const_str(exec_rules, "exec_rules", 1445221092u, 0, 10, &be_const_str_pin_used); +be_define_const_str(pin_used, "pin_used", 4033854612u, 0, 8, NULL); +be_define_const_str(SYMBOL_VIDEO, "SYMBOL_VIDEO", 789726913u, 0, 12, &be_const_str_SYMBOL_WIFI); +be_define_const_str(SYMBOL_WIFI, "SYMBOL_WIFI", 682141303u, 0, 11, &be_const_str_lv_tileview); +be_define_const_str(lv_tileview, "lv_tileview", 2419887973u, 0, 11, NULL); +be_define_const_str(HX711_SCK, "HX711_SCK", 3785979404u, 0, 9, &be_const_str_NEOPOOL_RX); +be_define_const_str(NEOPOOL_RX, "NEOPOOL_RX", 1917974474u, 0, 10, &be_const_str_PZEM004_RX); +be_define_const_str(PZEM004_RX, "PZEM004_RX", 3411153194u, 0, 10, &be_const_str_clear); +be_define_const_str(clear, "clear", 1550717474u, 0, 5, &be_const_str_cosh); +be_define_const_str(cosh, "cosh", 4099687964u, 0, 4, &be_const_str_lv_calendar); +be_define_const_str(lv_calendar, "lv_calendar", 3284396894u, 0, 11, NULL); +be_define_const_str(CNTR1, "CNTR1", 510376965u, 0, 5, NULL); +be_define_const_str(KEY1_NP, "KEY1_NP", 709918726u, 0, 7, &be_const_str_ROT1B_NP); +be_define_const_str(ROT1B_NP, "ROT1B_NP", 3710079736u, 0, 8, &be_const_str_SYMBOL_CLOSE); +be_define_const_str(SYMBOL_CLOSE, "SYMBOL_CLOSE", 2654402806u, 0, 12, NULL); +be_define_const_str(SYMBOL_DUMMY, "SYMBOL_DUMMY", 3621732138u, 0, 12, NULL); +be_define_const_str(A4988_STP, "A4988_STP", 1622172049u, 0, 9, NULL); +be_define_const_str(SYMBOL_OK, "SYMBOL_OK", 4033162940u, 0, 9, &be_const_str_pin_mode); +be_define_const_str(pin_mode, "pin_mode", 3258314030u, 0, 8, NULL); +be_define_const_str(SYMBOL_REFRESH, "SYMBOL_REFRESH", 1266229761u, 0, 14, &be_const_str_TELEINFO_ENABLE); +be_define_const_str(TELEINFO_ENABLE, "TELEINFO_ENABLE", 1600974501u, 0, 15, &be_const_str_gen_cb); +be_define_const_str(gen_cb, "gen_cb", 3245227551u, 0, 6, NULL); +be_define_const_str(SYMBOL_BLUETOOTH, "SYMBOL_BLUETOOTH", 679376572u, 0, 16, &be_const_str__get_cb); +be_define_const_str(_get_cb, "_get_cb", 1448849122u, 0, 7, &be_const_str_remove_cmd); +be_define_const_str(remove_cmd, "remove_cmd", 3832315702u, 0, 10, &be_const_str_while); +be_define_const_str(while, "while", 231090382u, 53, 5, NULL); +be_define_const_str(HRE_DATA, "HRE_DATA", 1820377643u, 0, 8, &be_const_str_SYMBOL_BATTERY_1); +be_define_const_str(SYMBOL_BATTERY_1, "SYMBOL_BATTERY_1", 629036063u, 0, 16, NULL); +be_define_const_str(PN532_TXD, "PN532_TXD", 3093418644u, 0, 9, &be_const_str_WEBCAM_PWDN); +be_define_const_str(WEBCAM_PWDN, "WEBCAM_PWDN", 2219597454u, 0, 11, &be_const_str_imin); +be_define_const_str(imin, "imin", 2714127864u, 0, 4, &be_const_str_lv_draw_mask_line_param); +be_define_const_str(lv_draw_mask_line_param, "lv_draw_mask_line_param", 2692990704u, 0, 23, &be_const_str_wifi); +be_define_const_str(wifi, "wifi", 120087624u, 0, 4, NULL); +be_define_const_str(NRG_SEL, "NRG_SEL", 1771358125u, 0, 7, &be_const_str_SYMBOL_NEXT); +be_define_const_str(SYMBOL_NEXT, "SYMBOL_NEXT", 1102844455u, 0, 11, NULL); +be_define_const_str(DEEPSLEEP, "DEEPSLEEP", 189922226u, 0, 9, &be_const_str_HLW_CF); +be_define_const_str(HLW_CF, "HLW_CF", 3982619486u, 0, 6, &be_const_str_SYMBOL_CHARGE); +be_define_const_str(SYMBOL_CHARGE, "SYMBOL_CHARGE", 2106391946u, 0, 13, &be_const_str_find_key_i); +be_define_const_str(find_key_i, "find_key_i", 850136726u, 0, 10, &be_const_str_insert); +be_define_const_str(insert, "insert", 3332609576u, 0, 6, NULL); +be_define_const_str(SYMBOL_POWER, "SYMBOL_POWER", 1125993627u, 0, 12, NULL); +be_define_const_str(CNTR1_NP, "CNTR1_NP", 4288381648u, 0, 8, &be_const_str_rad); +be_define_const_str(rad, "rad", 1358899048u, 0, 3, NULL); +be_define_const_str(asin, "asin", 4272848550u, 0, 4, NULL); +be_define_const_str(lv_slider, "lv_slider", 2274180781u, 0, 9, &be_const_str_reverse); +be_define_const_str(reverse, "reverse", 558918661u, 0, 7, NULL); +be_define_const_str(SR04_ECHO, "SR04_ECHO", 1906909592u, 0, 9, &be_const_str_load_freetype_font); +be_define_const_str(load_freetype_font, "load_freetype_font", 2368447592u, 0, 18, NULL); +be_define_const_str(set_power, "set_power", 549820893u, 0, 9, NULL); +be_define_const_str(DDS2382_TX, "DDS2382_TX", 1438117864u, 0, 10, &be_const_str_WEBCAM_HREF); +be_define_const_str(WEBCAM_HREF, "WEBCAM_HREF", 3161890024u, 0, 11, NULL); +be_define_const_str(SYMBOL_WARNING, "SYMBOL_WARNING", 4119913686u, 0, 14, &be_const_str_TELEINFO_RX); +be_define_const_str(TELEINFO_RX, "TELEINFO_RX", 1195717356u, 0, 11, &be_const_str_else); +be_define_const_str(else, "else", 3183434736u, 52, 4, NULL); +be_define_const_str(decrypt, "decrypt", 2886974618u, 0, 7, NULL); +be_define_const_str(SDM72_TX, "SDM72_TX", 2042143269u, 0, 8, NULL); +be_define_const_str(PMS5003_RX, "PMS5003_RX", 3934985650u, 0, 10, &be_const_str_SYMBOL_PLAY); +be_define_const_str(SYMBOL_PLAY, "SYMBOL_PLAY", 1750902100u, 0, 11, NULL); +be_define_const_str(LEDLNK, "LEDLNK", 2862810701u, 0, 6, &be_const_str_lv_gauge); +be_define_const_str(lv_gauge, "lv_gauge", 118613531u, 0, 8, NULL); +be_define_const_str(MCP39F5_RST, "MCP39F5_RST", 3657125652u, 0, 11, NULL); +be_define_const_str(byte, "byte", 1683620383u, 0, 4, NULL); +be_define_const_str(SSPI_SCLK, "SSPI_SCLK", 136688954u, 0, 9, NULL); +be_define_const_str(SDM72_RX, "SDM72_RX", 766750035u, 0, 8, NULL); +be_define_const_str(PWM1, "PWM1", 1353352426u, 0, 4, &be_const_str_SYMBOL_CALL); +be_define_const_str(SYMBOL_CALL, "SYMBOL_CALL", 1444504366u, 0, 11, &be_const_str_ZIGBEE_TX); +be_define_const_str(ZIGBEE_TX, "ZIGBEE_TX", 25119256u, 0, 9, &be_const_str_find_op); +be_define_const_str(find_op, "find_op", 3766713376u, 0, 7, NULL); +be_define_const_str(push, "push", 2272264157u, 0, 4, &be_const_str_sinh); +be_define_const_str(sinh, "sinh", 282220607u, 0, 4, NULL); +be_define_const_str(FTC532, "FTC532", 3182343438u, 0, 6, &be_const_str_lv_draw_mask_angle_param_cfg); +be_define_const_str(lv_draw_mask_angle_param_cfg, "lv_draw_mask_angle_param_cfg", 3599767368u, 0, 28, &be_const_str_lv_draw_mask_common_dsc); +be_define_const_str(lv_draw_mask_common_dsc, "lv_draw_mask_common_dsc", 1429224708u, 0, 23, &be_const_str_lv_list); +be_define_const_str(lv_list, "lv_list", 2876551248u, 0, 7, NULL); +be_define_const_str(RF_SENSOR, "RF_SENSOR", 2289628100u, 0, 9, &be_const_str___lower__); +be_define_const_str(__lower__, "__lower__", 123855590u, 0, 9, &be_const_str_exp); +be_define_const_str(exp, "exp", 1923516200u, 0, 3, NULL); +be_define_const_str(HRE_CLOCK, "HRE_CLOCK", 2870559111u, 0, 9, &be_const_str_INPUT_PULLDOWN); +be_define_const_str(INPUT_PULLDOWN, "INPUT_PULLDOWN", 1172232591u, 0, 14, &be_const_str_SYMBOL_PASTE); +be_define_const_str(SYMBOL_PASTE, "SYMBOL_PASTE", 2281577421u, 0, 12, &be_const_str_map); +be_define_const_str(map, "map", 3751997361u, 0, 3, &be_const_str_response_append); +be_define_const_str(response_append, "response_append", 450346371u, 0, 15, NULL); +be_define_const_str(A4988_ENA, "A4988_ENA", 1517502682u, 0, 9, &be_const_str_SYMBOL_BULLET); +be_define_const_str(SYMBOL_BULLET, "SYMBOL_BULLET", 587181862u, 0, 13, &be_const_str_lv_cont); +be_define_const_str(lv_cont, "lv_cont", 1391686552u, 0, 7, NULL); +be_define_const_str(I2S_OUT_DATA, "I2S_OUT_DATA", 1176288293u, 0, 12, NULL); +be_define_const_str(ETH_PHY_POWER, "ETH_PHY_POWER", 487529454u, 0, 13, NULL); +be_define_const_str(CC1101_GDO2, "CC1101_GDO2", 974166265u, 0, 11, &be_const_str_WEBCAM_XCLK); +be_define_const_str(WEBCAM_XCLK, "WEBCAM_XCLK", 536207425u, 0, 11, &be_const_str_lv_objmask); +be_define_const_str(lv_objmask, "lv_objmask", 1311221665u, 0, 10, NULL); +be_define_const_str(lv_msgbox, "lv_msgbox", 689085206u, 0, 9, &be_const_str_setitem); +be_define_const_str(setitem, "setitem", 1554834596u, 0, 7, NULL); +be_define_const_str(check_privileged_access, "check_privileged_access", 3692933968u, 0, 23, NULL); +be_define_const_str(RXD, "RXD", 2311579049u, 0, 3, &be_const_str_lv_spinbox); +be_define_const_str(lv_spinbox, "lv_spinbox", 2666096729u, 0, 10, NULL); static const bstring* const m_string_table[] = { - (const bstring *)&be_const_str_EXS_ENABLE, - (const bstring *)&be_const_str_opt_connect, - (const bstring *)&be_const_str_lv_spinner, - (const bstring *)&be_const_str_stop, - (const bstring *)&be_const_str_gamma10, - (const bstring *)&be_const_str_HRXL_RX, - (const bstring *)&be_const_str_ETH_PHY_MDC, - (const bstring *)&be_const_str_lv_draw_mask_angle_param, - (const bstring *)&be_const_str_pow, - (const bstring *)&be_const_str_resp_cmnd_failed, - (const bstring *)&be_const_str_ELECTRIQ_MOODL_TX, - (const bstring *)&be_const_str_LOW, - (const bstring *)&be_const_str_dot_def, NULL, - (const bstring *)&be_const_str_ST7789_CS, - (const bstring *)&be_const_str_HM10_TX, - (const bstring *)&be_const_str_SDM120_RX, - (const bstring *)&be_const_str_KEY1_INV_NP, - (const bstring *)&be_const_str_SYMBOL_LEFT, - NULL, - (const bstring *)&be_const_str_pin_mode, - (const bstring *)&be_const_str_OPEN_DRAIN, - (const bstring *)&be_const_str_HX711_DAT, - (const bstring *)&be_const_str___upper__, - NULL, - (const bstring *)&be_const_str_LE01MR_RX, - (const bstring *)&be_const_str_opt_call, - (const bstring *)&be_const_str_CC1101_GDO0, - (const bstring *)&be_const_str_BUZZER_INV, - (const bstring *)&be_const_str_PN532_RXD, - (const bstring *)&be_const_str_I2S_IN_CLK, - (const bstring *)&be_const_str_MAX31855CLK, - (const bstring *)&be_const_str_LMT01, - NULL, - (const bstring *)&be_const_str_dot_p2, - (const bstring *)&be_const_str_EPAPER29_CS, - NULL, - (const bstring *)&be_const_str_SPI_CLK, - (const bstring *)&be_const_str_I2C_SCL, - NULL, - (const bstring *)&be_const_str_vcall, - (const bstring *)&be_const_str_set_power, - (const bstring *)&be_const_str_lv_area, - (const bstring *)&be_const_str_A4988_STP, - (const bstring *)&be_const_str_ROT1B, - (const bstring *)&be_const_str_RXD, - (const bstring *)&be_const_str_DYP_RX, - (const bstring *)&be_const_str_lv_arc, - (const bstring *)&be_const_str_write_bytes, - (const bstring *)&be_const_str_OPTION_A, - (const bstring *)&be_const_str_lv_draw_mask_angle_param_cfg, - (const bstring *)&be_const_str_MHZ_RXD, - (const bstring *)&be_const_str_A4988_ENA, - (const bstring *)&be_const_str_run_deferred, - (const bstring *)&be_const_str_SDM630_TX, - (const bstring *)&be_const_str_member, - (const bstring *)&be_const_str_load, - (const bstring *)&be_const_str_content_send_style, - (const bstring *)&be_const_str__cmd, - (const bstring *)&be_const_str_SYMBOL_RIGHT, - (const bstring *)&be_const_str_opt_eq, - (const bstring *)&be_const_str_arg_name, - (const bstring *)&be_const_str_SPI_DC, - (const bstring *)&be_const_str_MP3_DFR562, - NULL, - (const bstring *)&be_const_str_MGC3130_XFER, - (const bstring *)&be_const_str_SHELLY_DIMMER_BOOT0, - (const bstring *)&be_const_str_DEEPSLEEP, - (const bstring *)&be_const_str_ADC_LIGHT, - (const bstring *)&be_const_str_DHT22, - (const bstring *)&be_const_str_call, - (const bstring *)&be_const_str_TM1637CLK, - (const bstring *)&be_const_str_SDM72_RX, - (const bstring *)&be_const_str_MIEL_HVAC_TX, - (const bstring *)&be_const_str_KEY1_INV, - NULL, - (const bstring *)&be_const_str_lv_chart, - (const bstring *)&be_const_str_AZ_RXD, - (const bstring *)&be_const_str_SYMBOL_COPY, - (const bstring *)&be_const_str_I2C_Driver, - (const bstring *)&be_const_str_SR04_TRIG, - (const bstring *)&be_const_str_ETH_PHY_MDIO, - (const bstring *)&be_const_str_HPMA_RX, - (const bstring *)&be_const_str_srand, - (const bstring *)&be_const_str_BS814_CLK, - (const bstring *)&be_const_str_PROJECTOR_CTRL_TX, - (const bstring *)&be_const_str__begin_transmission, - (const bstring *)&be_const_str_SAIR_RX, - (const bstring *)&be_const_str_keys, - (const bstring *)&be_const_str_GET, - NULL, - (const bstring *)&be_const_str_exec_rules, - (const bstring *)&be_const_str_HIGH, - (const bstring *)&be_const_str_LEDLNK, - (const bstring *)&be_const_str_lv_group, - NULL, - (const bstring *)&be_const_str_get_string, - (const bstring *)&be_const_str_lv_draw_mask_radius_param_cfg, - (const bstring *)&be_const_str_KEY1, - (const bstring *)&be_const_str_ADC_CT_POWER, - NULL, - (const bstring *)&be_const_str_check_privileged_access, - (const bstring *)&be_const_str_lv_cont, - NULL, - NULL, - (const bstring *)&be_const_str_content_send, - (const bstring *)&be_const_str_SYMBOL_BATTERY_3, - (const bstring *)&be_const_str_ADC_INPUT, - (const bstring *)&be_const_str_EPD_DATA, - (const bstring *)&be_const_str_ZEROCROSS, - (const bstring *)&be_const_str_AudioOutputI2S, - (const bstring *)&be_const_str_SYMBOL_UPLOAD, - NULL, - (const bstring *)&be_const_str_SDM630_RX, - (const bstring *)&be_const_str_SYMBOL_SAVE, - NULL, - NULL, - (const bstring *)&be_const_str_I2S_OUT_DATA, - (const bstring *)&be_const_str_OLED_RESET, - NULL, - (const bstring *)&be_const_str_print, - (const bstring *)&be_const_str_I2S_OUT_CLK, - (const bstring *)&be_const_str_AZ_TXD, - (const bstring *)&be_const_str_PZEM016_RX, - (const bstring *)&be_const_str_lv_roller, - (const bstring *)&be_const_str_SYMBOL_CUT, - (const bstring *)&be_const_str_AudioGeneratorMP3, - (const bstring *)&be_const_str_ADC_JOY, - (const bstring *)&be_const_str_AS608_TX, - (const bstring *)&be_const_str_ILI9341_DC, - (const bstring *)&be_const_str_TX2X_TXD_BLACK, - (const bstring *)&be_const_str_SDM72_TX, - (const bstring *)&be_const_str_HLW_CF, - (const bstring *)&be_const_str_SPI_MISO, - (const bstring *)&be_const_str_FTC532, - (const bstring *)&be_const_str_int, - (const bstring *)&be_const_str_GPS_RX, - (const bstring *)&be_const_str__request_from, - (const bstring *)&be_const_str_SDCARD_CS, - (const bstring *)&be_const_str_SYMBOL_EYE_CLOSE, - NULL, - (const bstring *)&be_const_str_AudioGenerator, - (const bstring *)&be_const_str_OUTPUT_LO, - (const bstring *)&be_const_str_SYMBOL_USB, - (const bstring *)&be_const_str_SYMBOL_EJECT, - (const bstring *)&be_const_str_MCP39F5_RST, - (const bstring *)&be_const_str_ETH_PHY_POWER, - (const bstring *)&be_const_str_AudioFileSourceFS, - (const bstring *)&be_const_str_LE01MR_TX, - (const bstring *)&be_const_str_get_size, - (const bstring *)&be_const_str_read, - (const bstring *)&be_const_str_char, - (const bstring *)&be_const_str_acos, - (const bstring *)&be_const_str_NONE, - (const bstring *)&be_const_str_ADE7953_IRQ, - NULL, - (const bstring *)&be_const_str_HJL_CF, - (const bstring *)&be_const_str_chars_in_string, - (const bstring *)&be_const_str_SPI_CS, - (const bstring *)&be_const_str_EPAPER42_CS, - (const bstring *)&be_const_str_lv_point, - (const bstring *)&be_const_str_AudioOutput, - (const bstring *)&be_const_str_LED1, - (const bstring *)&be_const_str_opt_neq, - (const bstring *)&be_const_str_codedump, - (const bstring *)&be_const_str_SSD1331_CS, - (const bstring *)&be_const_str_SDS0X1_RX, - (const bstring *)&be_const_str_DSB_OUT, - (const bstring *)&be_const_str_ADC_TEMP, - (const bstring *)&be_const_str_ADC_PH, - (const bstring *)&be_const_str_bus, - (const bstring *)&be_const_str_SYMBOL_BATTERY_2, - (const bstring *)&be_const_str_SDS0X1_TX, - (const bstring *)&be_const_str_GPS_TX, - (const bstring *)&be_const_str_DHT11, - (const bstring *)&be_const_str_DCKI, - NULL, - NULL, - NULL, - (const bstring *)&be_const_str_DI, - (const bstring *)&be_const_str_open, - (const bstring *)&be_const_str_AS3935, - NULL, - (const bstring *)&be_const_str_BL0940_RX, - (const bstring *)&be_const_str__write, - NULL, - (const bstring *)&be_const_str_webclient, - (const bstring *)&be_const_str_ARIRFSEL, - (const bstring *)&be_const_str_A4988_MS1, - (const bstring *)&be_const_str_dot_p, - (const bstring *)&be_const_str_I2C_SDA, - NULL, - (const bstring *)&be_const_str_IBEACON_TX, - (const bstring *)&be_const_str_dot_w, - (const bstring *)&be_const_str_SYMBOL_PLUS, - (const bstring *)&be_const_str_SPI_MOSI, + (const bstring *)&be_const_str_SI7021, + (const bstring *)&be_const_str_SYMBOL_PAUSE, + (const bstring *)&be_const_str_RC522_RST, (const bstring *)&be_const_str_NRF24_CS, - (const bstring *)&be_const_str_BUZZER, - (const bstring *)&be_const_str_IBEACON_RX, - (const bstring *)&be_const_str_INPUT_PULLUP, - (const bstring *)&be_const_str_SWT1_NP, - (const bstring *)&be_const_str_asin, - (const bstring *)&be_const_str_start, - (const bstring *)&be_const_str_opt_add, - (const bstring *)&be_const_str_i2c_enabled, - (const bstring *)&be_const_str_deg, - (const bstring *)&be_const_str_allocated, + (const bstring *)&be_const_str_LED1, + (const bstring *)&be_const_str_PULLDOWN, NULL, - (const bstring *)&be_const_str_WEBCAM_SIOC, - (const bstring *)&be_const_str_SYMBOL_CLOSE, - (const bstring *)&be_const_str_hex, - (const bstring *)&be_const_str_cosh, - (const bstring *)&be_const_str_SYMBOL_DOWN, - (const bstring *)&be_const_str_NEOPOOL_RX, - (const bstring *)&be_const_str_select, - (const bstring *)&be_const_str_lv_draw_line_dsc, - (const bstring *)&be_const_str_KEY1_PD, - (const bstring *)&be_const_str_log, - (const bstring *)&be_const_str_DDSU666_RX, - (const bstring *)&be_const_str_PULLUP, - (const bstring *)&be_const_str_TCP_RX, - NULL, - (const bstring *)&be_const_str_CNTR1_NP, - (const bstring *)&be_const_str_KEY1_NP, - (const bstring *)&be_const_str_HRE_CLOCK, - (const bstring *)&be_const_str_SYMBOL_BATTERY_FULL, - (const bstring *)&be_const_str_CC1101_GDO2, - (const bstring *)&be_const_str_PMS5003_TX, - (const bstring *)&be_const_str_AES_GCM, - (const bstring *)&be_const_str_TM1638CLK, - NULL, - (const bstring *)&be_const_str_SHELLY_DIMMER_RST_INV, - (const bstring *)&be_const_str_HM10_RX, - (const bstring *)&be_const_str_SSPI_DC, - (const bstring *)&be_const_str_for, - NULL, - (const bstring *)&be_const_str_CSE7761_TX, - (const bstring *)&be_const_str_POST, - (const bstring *)&be_const_str__get_cb, - (const bstring *)&be_const_str_ROT1A, - (const bstring *)&be_const_str_SBR_RX, - NULL, - NULL, - NULL, - (const bstring *)&be_const_str_setrange, - (const bstring *)&be_const_str_HRE_DATA, - (const bstring *)&be_const_str_SYMBOL_PREV, - (const bstring *)&be_const_str_reset_search, - (const bstring *)&be_const_str_NRF24_DC, - NULL, - (const bstring *)&be_const_str_OUTPUT_HI, - (const bstring *)&be_const_str_resp_cmnd_str, - (const bstring *)&be_const_str_CNTR1, - (const bstring *)&be_const_str__cb, (const bstring *)&be_const_str__buffer, - (const bstring *)&be_const_str_lv_table, - (const bstring *)&be_const_str_SYMBOL_CALL, - (const bstring *)&be_const_str_RISING, - (const bstring *)&be_const_str_ILI9341_CS, - (const bstring *)&be_const_str_SR04_ECHO, - (const bstring *)&be_const_str_AudioGeneratorWAV, - (const bstring *)&be_const_str_, - NULL, - (const bstring *)&be_const_str_exp, - (const bstring *)&be_const_str_SYMBOL_DRIVE, - (const bstring *)&be_const_str_SYMBOL_NEXT, - (const bstring *)&be_const_str_import, - (const bstring *)&be_const_str_REL1_INV, - (const bstring *)&be_const_str_atan2, - (const bstring *)&be_const_str_CHANGE, - (const bstring *)&be_const_str_SYMBOL_WIFI, - NULL, - (const bstring *)&be_const_str_content_button, - (const bstring *)&be_const_str_MD5, - (const bstring *)&be_const_str_lv_keyboard, - (const bstring *)&be_const_str_SM16716_CLK, - (const bstring *)&be_const_str_I2S_OUT_SLCT, - NULL, - (const bstring *)&be_const_str_setmember, - (const bstring *)&be_const_str_WS2812, - (const bstring *)&be_const_str_MAX31855CS, - (const bstring *)&be_const_str_SYMBOL_IMAGE, - (const bstring *)&be_const_str_AS608_RX, - (const bstring *)&be_const_str_exec_cmd, - (const bstring *)&be_const_str_SWT1_PD, - NULL, - NULL, - (const bstring *)&be_const_str_AudioFileSource, - (const bstring *)&be_const_str_real, - (const bstring *)&be_const_str_TXD, - (const bstring *)&be_const_str_SYMBOL_PLAY, - (const bstring *)&be_const_str_TASMOTACLIENT_RST, - (const bstring *)&be_const_str_SYMBOL_GPS, - (const bstring *)&be_const_str_HALLEFFECT, - (const bstring *)&be_const_str_TELEINFO_ENABLE, - (const bstring *)&be_const_str_copy, - NULL, - (const bstring *)&be_const_str_CSE7766_RX, - (const bstring *)&be_const_str_dot_p1, - (const bstring *)&be_const_str_lv_msgbox, - (const bstring *)&be_const_str_ADC_BUTTON_INV, - (const bstring *)&be_const_str_MIEL_HVAC_RX, - (const bstring *)&be_const_str_DDS2382_TX, - (const bstring *)&be_const_str_MGC3130_RESET, - (const bstring *)&be_const_str_SYMBOL_AUDIO, - (const bstring *)&be_const_str_RF_SENSOR, - (const bstring *)&be_const_str_BOILER_OT_TX, - (const bstring *)&be_const_str_atan, - (const bstring *)&be_const_str_DDS2382_RX, - NULL, NULL, (const bstring *)&be_const_str_ADC_BUTTON, - (const bstring *)&be_const_str_read32, + (const bstring *)&be_const_str_REL1_INV, + (const bstring *)&be_const_str_SYMBOL_EDIT, + (const bstring *)&be_const_str_search, + (const bstring *)&be_const_str_copy, + (const bstring *)&be_const_str_SYMBOL_LEFT, + (const bstring *)&be_const_str_I2S_IN_SLCT, + (const bstring *)&be_const_str_I2S_OUT_CLK, + (const bstring *)&be_const_str_false, + (const bstring *)&be_const_str_dot_p, NULL, - (const bstring *)&be_const_str_digital_read, - (const bstring *)&be_const_str__end_transmission, - (const bstring *)&be_const_str_LED1_INV, + (const bstring *)&be_const_str_arg, + (const bstring *)&be_const_str_SWT1, + (const bstring *)&be_const_str_SSPI_MISO, + (const bstring *)&be_const_str_MIEL_HVAC_TX, + (const bstring *)&be_const_str_TASMOTACLIENT_RST_INV, + (const bstring *)&be_const_str_get_light, + (const bstring *)&be_const_str_upper, + (const bstring *)&be_const_str_GPS_TX, + NULL, + (const bstring *)&be_const_str_PROJECTOR_CTRL_TX, + (const bstring *)&be_const_str_MGC3130_XFER, + (const bstring *)&be_const_str_GPS_RX, + (const bstring *)&be_const_str_lv_font, + NULL, + NULL, + NULL, + (const bstring *)&be_const_str_MCP39F5_RX, + (const bstring *)&be_const_str_AudioOutput, + (const bstring *)&be_const_str_MAX7219DIN, + (const bstring *)&be_const_str_ZIGBEE_RX, + (const bstring *)&be_const_str_i2c_enabled, + (const bstring *)&be_const_str_OUTPUT_HI, + (const bstring *)&be_const_str_ROT1B, + (const bstring *)&be_const_str_attrdump, + NULL, + (const bstring *)&be_const_str_WEBCAM_PSCLK, + (const bstring *)&be_const_str_SSPI_MOSI, + (const bstring *)&be_const_str_lv_switch, + (const bstring *)&be_const_str_content_send, + (const bstring *)&be_const_str_SYMBOL_GPS, + NULL, + (const bstring *)&be_const_str_ADC_LIGHT, + (const bstring *)&be_const_str_ctypes_bytes, + (const bstring *)&be_const_str_ADC_PH, + NULL, + (const bstring *)&be_const_str_ADC_BUTTON_INV, + (const bstring *)&be_const_str_MP3_DFR562, + (const bstring *)&be_const_str_allocated, + (const bstring *)&be_const_str_CSE7766_RX, + (const bstring *)&be_const_str_SYMBOL_FILE, + (const bstring *)&be_const_str_RFRECV, + (const bstring *)&be_const_str_SM2135_DAT, + (const bstring *)&be_const_str_EXS_ENABLE, + (const bstring *)&be_const_str_KEY1_INV_PD, + (const bstring *)&be_const_str_opt_eq, + (const bstring *)&be_const_str_lv_tabview, + (const bstring *)&be_const_str_WEBCAM_SIOC, + (const bstring *)&be_const_str_SYMBOL_LOOP, + NULL, + NULL, + (const bstring *)&be_const_str_EPAPER42_CS, + NULL, + (const bstring *)&be_const_str_A4988_DIR, + (const bstring *)&be_const_str_SPI_MOSI, + (const bstring *)&be_const_str_BUZZER_INV, + (const bstring *)&be_const_str_SYMBOL_AUDIO, + (const bstring *)&be_const_str_SYMBOL_BATTERY_EMPTY, + (const bstring *)&be_const_str_SSD1331_CS, + (const bstring *)&be_const_str_LE01MR_RX, + (const bstring *)&be_const_str_SYMBOL_LIST, + (const bstring *)&be_const_str_LEDLNK_INV, + NULL, + (const bstring *)&be_const_str_SYMBOL_MUTE, + NULL, + (const bstring *)&be_const_str_ST7789_DC, + (const bstring *)&be_const_str_KEY1_INV_NP, + (const bstring *)&be_const_str_TM1637CLK, + (const bstring *)&be_const_str_CSE7761_RX, + (const bstring *)&be_const_str_ADC_CT_POWER, + (const bstring *)&be_const_str_KEY1_PD, + (const bstring *)&be_const_str_, + (const bstring *)&be_const_str_PN532_RXD, + (const bstring *)&be_const_str_DHT22, + NULL, + (const bstring *)&be_const_str_DYP_RX, + (const bstring *)&be_const_str_DDSU666_RX, + (const bstring *)&be_const_str_TFMINIPLUS_TX, + (const bstring *)&be_const_str_ADC_INPUT, (const bstring *)&be_const_str_issubclass, NULL, - (const bstring *)&be_const_str_SM2135_DAT, - (const bstring *)&be_const_str_clear, - (const bstring *)&be_const_str_WEBCAM_HREF, - (const bstring *)&be_const_str_A4988_DIR, - (const bstring *)&be_const_str_BS814_DAT, - (const bstring *)&be_const_str_push, + (const bstring *)&be_const_str_SPI_DC, + (const bstring *)&be_const_str_AudioGenerator, + (const bstring *)&be_const_str_SHELLY_DIMMER_RST_INV, + (const bstring *)&be_const_str_SSPI_MAX31865_CS1, + (const bstring *)&be_const_str_list, + (const bstring *)&be_const_str_BS814_CLK, + NULL, + NULL, + NULL, + (const bstring *)&be_const_str_OUTPUT, + (const bstring *)&be_const_str_close, + (const bstring *)&be_const_str_deinit, + (const bstring *)&be_const_str_NRF24_DC, + (const bstring *)&be_const_str_PMS5003_TX, + (const bstring *)&be_const_str_lv_sqrt_res, + (const bstring *)&be_const_str_opt_call, + (const bstring *)&be_const_str_MHZ_RXD, + NULL, + (const bstring *)&be_const_str_WE517_RX, + (const bstring *)&be_const_str_PWM1_INV, + (const bstring *)&be_const_str_A4988_MS1, + (const bstring *)&be_const_str_setrange, + (const bstring *)&be_const_str_atan2, + (const bstring *)&be_const_str_FALLING, + (const bstring *)&be_const_str_SYMBOL_BATTERY_FULL, + (const bstring *)&be_const_str_lv_group_focus_cb, + (const bstring *)&be_const_str_static, + NULL, + (const bstring *)&be_const_str_remove, + (const bstring *)&be_const_str_bytes, + (const bstring *)&be_const_str_lv_spinner, + (const bstring *)&be_const_str_P9813_DAT, + (const bstring *)&be_const_str_LE01MR_TX, + (const bstring *)&be_const_str_dot_w, + (const bstring *)&be_const_str_opt_connect, + NULL, + (const bstring *)&be_const_str_ELECTRIQ_MOODL_TX, + (const bstring *)&be_const_str_OPEN_DRAIN, + (const bstring *)&be_const_str_TXD, + (const bstring *)&be_const_str_I2S_IN_CLK, + (const bstring *)&be_const_str_SYMBOL_BATTERY_3, + (const bstring *)&be_const_str_HM10_RX, + (const bstring *)&be_const_str_ARIRFSEL, + NULL, + (const bstring *)&be_const_str_KEY1, + (const bstring *)&be_const_str_var, + (const bstring *)&be_const_str_CC1101_GDO0, + (const bstring *)&be_const_str_SYMBOL_MINUS, + (const bstring *)&be_const_str_DHT11, + (const bstring *)&be_const_str_DDSU666_TX, + (const bstring *)&be_const_str_opt_neq, + NULL, + (const bstring *)&be_const_str_TASMOTACLIENT_RST, + (const bstring *)&be_const_str_ARIRFRCV, + NULL, + (const bstring *)&be_const_str_IRSEND, + (const bstring *)&be_const_str_MAX31855CLK, + NULL, + (const bstring *)&be_const_str_RISING, + (const bstring *)&be_const_str_WIEGAND_D1, + (const bstring *)&be_const_str_EC_C25519, + (const bstring *)&be_const_str_SYMBOL_DRIVE, + NULL, + (const bstring *)&be_const_str_MAX7219CS, + (const bstring *)&be_const_str_TUYA_TX, + (const bstring *)&be_const_str_BACKLIGHT, + NULL, + (const bstring *)&be_const_str_MAX31855DO, + (const bstring *)&be_const_str_iter, + (const bstring *)&be_const_str_IEM3000_TX, + (const bstring *)&be_const_str_MAX31855CS, + (const bstring *)&be_const_str_I2C_SDA, + (const bstring *)&be_const_str_MHZ_TXD, (const bstring *)&be_const_str_NEOPOOL_TX, + (const bstring *)&be_const_str_abs, + (const bstring *)&be_const_str_SM16716_DAT, + (const bstring *)&be_const_str_MCP39F5_TX, + (const bstring *)&be_const_str_dot_def, + (const bstring *)&be_const_str_cb_dispatch, + (const bstring *)&be_const_str_log10, + (const bstring *)&be_const_str_ETH_PHY_MDC, + (const bstring *)&be_const_str_OneWire, + (const bstring *)&be_const_str_get_option, + (const bstring *)&be_const_str_DI, + (const bstring *)&be_const_str_OLED_RESET, + NULL, + (const bstring *)&be_const_str_dot_p2, + (const bstring *)&be_const_str_AES_GCM, + (const bstring *)&be_const_str_AZ_RXD, + (const bstring *)&be_const_str_DCKI, + (const bstring *)&be_const_str_ILI9341_CS, + (const bstring *)&be_const_str_CSE7761_TX, + NULL, + (const bstring *)&be_const_str_INTERRUPT, + (const bstring *)&be_const_str_SDM630_TX, + (const bstring *)&be_const_str_TM1638CLK, + NULL, + NULL, (const bstring *)&be_const_str_SM16716_SEL, - (const bstring *)&be_const_str_INPUT_PULLDOWN, - (const bstring *)&be_const_str_DSB + (const bstring *)&be_const_str_public_key, + (const bstring *)&be_const_str_strftime, + (const bstring *)&be_const_str_ADC_JOY, + (const bstring *)&be_const_str_TM1638STB, + (const bstring *)&be_const_str_INPUT_PULLUP, + (const bstring *)&be_const_str_SDM120_TX, + (const bstring *)&be_const_str_SYMBOL_EYE_OPEN, + (const bstring *)&be_const_str_lv_draw_mask_fade_param_cfg, + (const bstring *)&be_const_str_AudioGeneratorMP3, + (const bstring *)&be_const_str_GET, + NULL, + (const bstring *)&be_const_str_CSE7766_TX, + (const bstring *)&be_const_str_format, + (const bstring *)&be_const_str_millis, + (const bstring *)&be_const_str_AudioOutputI2S, + (const bstring *)&be_const_str_try_rule, + NULL, + (const bstring *)&be_const_str_LED1_INV, + (const bstring *)&be_const_str_AudioGeneratorWAV, + (const bstring *)&be_const_str_KEY1_TC, + (const bstring *)&be_const_str_opt_add, + (const bstring *)&be_const_str_SAIR_TX, + (const bstring *)&be_const_str_SYMBOL_EYE_CLOSE, + (const bstring *)&be_const_str_ILI9488_CS, + (const bstring *)&be_const_str_DSB, + NULL, + (const bstring *)&be_const_str__timers, + NULL, + (const bstring *)&be_const_str_MIEL_HVAC_RX, + (const bstring *)&be_const_str_load_font, + (const bstring *)&be_const_str_TASMOTACLIENT_TXD, + (const bstring *)&be_const_str_char, + (const bstring *)&be_const_str_add_header, + (const bstring *)&be_const_str_AudioFileSourceFS, + (const bstring *)&be_const_str_cos, + (const bstring *)&be_const_str_IBEACON_RX, + (const bstring *)&be_const_str_AS608_RX, + (const bstring *)&be_const_str_BS814_DAT, + (const bstring *)&be_const_str_isinstance, + NULL, + (const bstring *)&be_const_str_HX711_DAT, + (const bstring *)&be_const_str_BUZZER, + (const bstring *)&be_const_str_pi, + (const bstring *)&be_const_str_BOILER_OT_TX, + NULL, + NULL, + NULL, + (const bstring *)&be_const_str_I2S_OUT_SLCT, + NULL, + (const bstring *)&be_const_str_WEBCAM_PCLK, + (const bstring *)&be_const_str_PROJECTOR_CTRL_RX, + NULL, + (const bstring *)&be_const_str_reset, + (const bstring *)&be_const_str_ROT1A_NP, + (const bstring *)&be_const_str_EPAPER29_CS, + (const bstring *)&be_const_str_PZEM016_RX, + NULL, + (const bstring *)&be_const_str_EPD_DATA, + (const bstring *)&be_const_str_number, + (const bstring *)&be_const_str_SYMBOL_KEYBOARD, + (const bstring *)&be_const_str_lv_draw_mask_radius_param, + (const bstring *)&be_const_str_P9813_CLK, + (const bstring *)&be_const_str_IRRECV, + NULL, + (const bstring *)&be_const_str_DHT11_OUT, + (const bstring *)&be_const_str_AS3935, + NULL, + (const bstring *)&be_const_str_IBEACON_TX, + (const bstring *)&be_const_str_finish, + (const bstring *)&be_const_str_get_string, + (const bstring *)&be_const_str_I2S_IN_DATA, + (const bstring *)&be_const_str_setmember, + (const bstring *)&be_const_str_DDS2382_RX, + (const bstring *)&be_const_str_KEY1_INV, + (const bstring *)&be_const_str_SSPI_DC, + (const bstring *)&be_const_str_ZEROCROSS, + (const bstring *)&be_const_str_dot_p1, + (const bstring *)&be_const_str_LMT01, + (const bstring *)&be_const_str_addr, + (const bstring *)&be_const_str_AZ_TXD, + NULL, + (const bstring *)&be_const_str_CHANGE, + (const bstring *)&be_const_str_exec_rules, + (const bstring *)&be_const_str_SYMBOL_VIDEO, + (const bstring *)&be_const_str_HX711_SCK, + (const bstring *)&be_const_str_CNTR1, + (const bstring *)&be_const_str_KEY1_NP, + NULL, + (const bstring *)&be_const_str_SYMBOL_DUMMY, + (const bstring *)&be_const_str_A4988_STP, + (const bstring *)&be_const_str_SYMBOL_OK, + (const bstring *)&be_const_str_SYMBOL_REFRESH, + (const bstring *)&be_const_str_SYMBOL_BLUETOOTH, + (const bstring *)&be_const_str_HRE_DATA, + (const bstring *)&be_const_str_PN532_TXD, + (const bstring *)&be_const_str_NRG_SEL, + (const bstring *)&be_const_str_DEEPSLEEP, + (const bstring *)&be_const_str_SYMBOL_POWER, + (const bstring *)&be_const_str_CNTR1_NP, + NULL, + (const bstring *)&be_const_str_asin, + (const bstring *)&be_const_str_lv_slider, + (const bstring *)&be_const_str_SR04_ECHO, + (const bstring *)&be_const_str_set_power, + (const bstring *)&be_const_str_DDS2382_TX, + NULL, + (const bstring *)&be_const_str_SYMBOL_WARNING, + NULL, + (const bstring *)&be_const_str_decrypt, + (const bstring *)&be_const_str_SDM72_TX, + (const bstring *)&be_const_str_PMS5003_RX, + (const bstring *)&be_const_str_LEDLNK, + (const bstring *)&be_const_str_MCP39F5_RST, + (const bstring *)&be_const_str_byte, + (const bstring *)&be_const_str_SSPI_SCLK, + (const bstring *)&be_const_str_SDM72_RX, + (const bstring *)&be_const_str_PWM1, + (const bstring *)&be_const_str_push, + (const bstring *)&be_const_str_FTC532, + NULL, + (const bstring *)&be_const_str_RF_SENSOR, + (const bstring *)&be_const_str_HRE_CLOCK, + (const bstring *)&be_const_str_A4988_ENA, + (const bstring *)&be_const_str_I2S_OUT_DATA, + (const bstring *)&be_const_str_ETH_PHY_POWER, + (const bstring *)&be_const_str_CC1101_GDO2, + (const bstring *)&be_const_str_lv_msgbox, + NULL, + (const bstring *)&be_const_str_check_privileged_access, + (const bstring *)&be_const_str_RXD }; static const struct bconststrtab m_const_string_table = { - .size = 329, - .count = 659, + .size = 330, + .count = 660, .table = m_string_table }; diff --git a/lib/libesp32/Berry/generate/be_fixed_be_class_tasmota.h b/lib/libesp32/Berry/generate/be_fixed_be_class_tasmota.h index dba04014d..ee9c2dd43 100644 --- a/lib/libesp32/Berry/generate/be_fixed_be_class_tasmota.h +++ b/lib/libesp32/Berry/generate/be_fixed_be_class_tasmota.h @@ -1,73 +1,74 @@ #include "be_constobj.h" static be_define_const_map_slots(be_class_tasmota_map) { - { be_const_key(remove_rule, -1), be_const_closure(remove_rule_closure) }, - { be_const_key(cb_dispatch, -1), be_const_closure(cb_dispatch_closure) }, - { be_const_key(wire2, -1), be_const_var(0) }, - { be_const_key(_cb, -1), be_const_var(1) }, - { be_const_key(web_send, -1), be_const_func(l_webSend) }, - { be_const_key(wire_scan, 43), be_const_closure(wire_scan_closure) }, - { be_const_key(_get_cb, -1), be_const_func(l_get_cb) }, - { be_const_key(eth, 11), be_const_func(l_eth) }, - { be_const_key(resp_cmnd_done, -1), be_const_func(l_respCmndDone) }, - { be_const_key(response_append, -1), be_const_func(l_respAppend) }, - { be_const_key(wifi, 2), be_const_func(l_wifi) }, - { be_const_key(get_light, -1), be_const_closure(get_light_closure) }, - { be_const_key(rtc, -1), be_const_func(l_rtc) }, - { be_const_key(cmd, 32), be_const_closure(cmd_closure) }, - { be_const_key(resp_cmnd_failed, 6), be_const_func(l_respCmndFailed) }, - { be_const_key(get_power, -1), be_const_func(l_getpower) }, - { be_const_key(event, -1), be_const_closure(event_closure) }, - { be_const_key(get_free_heap, -1), be_const_func(l_getFreeHeap) }, - { be_const_key(publish, 41), be_const_func(l_publish) }, - { be_const_key(_rules, -1), be_const_var(2) }, - { be_const_key(resp_cmnd_str, -1), be_const_func(l_respCmndStr) }, - { be_const_key(resp_cmnd, -1), be_const_func(l_respCmnd) }, - { be_const_key(remove_timer, -1), be_const_closure(remove_timer_closure) }, - { be_const_key(time_dump, 50), be_const_func(l_time_dump) }, - { be_const_key(_timers, -1), be_const_var(3) }, - { be_const_key(wire1, -1), be_const_var(4) }, - { be_const_key(add_cmd, 35), be_const_closure(add_cmd_closure) }, - { be_const_key(add_driver, 56), be_const_closure(add_driver_closure) }, - { be_const_key(delay, -1), be_const_func(l_delay) }, - { be_const_key(resp_cmnd_error, -1), be_const_func(l_respCmndError) }, - { be_const_key(memory, -1), be_const_func(l_memory) }, - { be_const_key(exec_cmd, 16), be_const_closure(exec_cmd_closure) }, - { be_const_key(get_option, -1), be_const_func(l_getoption) }, - { be_const_key(try_rule, -1), be_const_closure(try_rule_closure) }, - { be_const_key(find_op, 24), be_const_closure(find_op_closure) }, - { be_const_key(set_timer, -1), be_const_closure(set_timer_closure) }, - { be_const_key(remove_cmd, -1), be_const_closure(remove_cmd_closure) }, - { be_const_key(gc, -1), be_const_closure(gc_closure) }, - { be_const_key(exec_rules, -1), be_const_closure(exec_rules_closure) }, { be_const_key(log, -1), be_const_func(l_logInfo) }, - { be_const_key(_cmd, -1), be_const_func(l_cmd) }, - { be_const_key(save, 58), be_const_func(l_save) }, - { be_const_key(find_key_i, -1), be_const_closure(find_key_i_closure) }, + { be_const_key(gc, -1), be_const_closure(gc_closure) }, + { be_const_key(_cmd, 45), be_const_func(l_cmd) }, + { be_const_key(millis, 53), be_const_func(l_millis) }, + { be_const_key(web_send, -1), be_const_func(l_webSend) }, + { be_const_key(wire1, -1), be_const_var(0) }, + { be_const_key(response_append, -1), be_const_func(l_respAppend) }, + { be_const_key(_get_cb, 30), be_const_func(l_get_cb) }, + { be_const_key(get_free_heap, 22), be_const_func(l_getFreeHeap) }, + { be_const_key(resp_cmnd_failed, 2), be_const_func(l_respCmndFailed) }, + { be_const_key(exec_cmd, -1), be_const_closure(exec_cmd_closure) }, + { be_const_key(set_light, 8), be_const_closure(set_light_closure) }, + { be_const_key(resp_cmnd, 16), be_const_func(l_respCmnd) }, + { be_const_key(find_op, 34), be_const_closure(find_op_closure) }, + { be_const_key(eth, -1), be_const_func(l_eth) }, + { be_const_key(cmd, -1), be_const_closure(cmd_closure) }, + { be_const_key(resp_cmnd_done, -1), be_const_func(l_respCmndDone) }, + { be_const_key(remove_rule, 1), be_const_closure(remove_rule_closure) }, + { be_const_key(get_power, -1), be_const_func(l_getpower) }, + { be_const_key(add_cmd, -1), be_const_closure(add_cmd_closure) }, + { be_const_key(get_light, -1), be_const_closure(get_light_closure) }, + { be_const_key(exec_rules, 37), be_const_closure(exec_rules_closure) }, + { be_const_key(time_str, -1), be_const_closure(time_str_closure) }, + { be_const_key(remove_driver, 29), be_const_closure(remove_driver_closure) }, + { be_const_key(publish_result, 38), be_const_func(l_publish_result) }, + { be_const_key(rtc, -1), be_const_func(l_rtc) }, + { be_const_key(try_rule, -1), be_const_closure(try_rule_closure) }, + { be_const_key(gen_cb, 42), be_const_closure(gen_cb_closure) }, + { be_const_key(wire_scan, -1), be_const_closure(wire_scan_closure) }, + { be_const_key(add_rule, -1), be_const_closure(add_rule_closure) }, + { be_const_key(_timers, -1), be_const_var(1) }, + { be_const_key(wire2, -1), be_const_var(2) }, + { be_const_key(run_deferred, 20), be_const_closure(run_deferred_closure) }, + { be_const_key(get_option, -1), be_const_func(l_getoption) }, + { be_const_key(remove_timer, -1), be_const_closure(remove_timer_closure) }, { be_const_key(scale_uint, -1), be_const_func(l_scaleuint) }, - { be_const_key(set_light, -1), be_const_closure(set_light_closure) }, - { be_const_key(i2c_enabled, -1), be_const_func(l_i2cenabled) }, - { be_const_key(yield, -1), be_const_func(l_yield) }, - { be_const_key(_ccmd, -1), be_const_var(5) }, - { be_const_key(web_send_decimal, -1), be_const_func(l_webSendDecimal) }, - { be_const_key(millis, 8), be_const_func(l_millis) }, - { be_const_key(_drivers, -1), be_const_var(6) }, - { be_const_key(load, 29), be_const_closure(load_closure) }, - { be_const_key(run_deferred, 5), be_const_closure(run_deferred_closure) }, - { be_const_key(gen_cb, -1), be_const_closure(gen_cb_closure) }, - { be_const_key(time_str, 21), be_const_closure(time_str_closure) }, - { be_const_key(add_rule, 26), be_const_closure(add_rule_closure) }, + { be_const_key(resp_cmnd_str, 51), be_const_func(l_respCmndStr) }, + { be_const_key(memory, -1), be_const_func(l_memory) }, + { be_const_key(chars_in_string, -1), be_const_closure(chars_in_string_closure) }, { be_const_key(resolvecmnd, -1), be_const_func(l_resolveCmnd) }, - { be_const_key(set_power, -1), be_const_func(l_setpower) }, - { be_const_key(publish_result, -1), be_const_func(l_publish_result) }, - { be_const_key(time_reached, 22), be_const_func(l_timereached) }, - { be_const_key(chars_in_string, 7), be_const_closure(chars_in_string_closure) }, + { be_const_key(load, -1), be_const_closure(load_closure) }, + { be_const_key(publish, 55), be_const_func(l_publish) }, + { be_const_key(_ccmd, -1), be_const_var(3) }, + { be_const_key(resp_cmnd_error, 23), be_const_func(l_respCmndError) }, + { be_const_key(cb_dispatch, -1), be_const_closure(cb_dispatch_closure) }, + { be_const_key(save, -1), be_const_func(l_save) }, + { be_const_key(_drivers, -1), be_const_var(4) }, + { be_const_key(find_key_i, -1), be_const_closure(find_key_i_closure) }, + { be_const_key(wifi, 36), be_const_func(l_wifi) }, + { be_const_key(set_timer, 40), be_const_closure(set_timer_closure) }, + { be_const_key(i2c_enabled, 44), be_const_func(l_i2cenabled) }, + { be_const_key(set_power, 54), be_const_func(l_setpower) }, + { be_const_key(_rules, 14), be_const_var(5) }, + { be_const_key(delay, -1), be_const_func(l_delay) }, { be_const_key(strftime, -1), be_const_func(l_strftime) }, + { be_const_key(time_dump, -1), be_const_func(l_time_dump) }, + { be_const_key(time_reached, 26), be_const_func(l_timereached) }, + { be_const_key(web_send_decimal, 58), be_const_func(l_webSendDecimal) }, + { be_const_key(_cb, -1), be_const_var(6) }, + { be_const_key(yield, 56), be_const_func(l_yield) }, + { be_const_key(event, -1), be_const_closure(event_closure) }, + { be_const_key(remove_cmd, -1), be_const_closure(remove_cmd_closure) }, + { be_const_key(add_driver, -1), be_const_closure(add_driver_closure) }, }; static be_define_const_map( be_class_tasmota_map, - 62 + 63 ); BE_EXPORT_VARIABLE be_define_const_class( diff --git a/tasmota/berry/lvgl_examples/lvgl_demo.be b/tasmota/berry/lvgl_examples/lvgl_demo.be index 6ec17bb7a..2a47a5ce3 100644 --- a/tasmota/berry/lvgl_examples/lvgl_demo.be +++ b/tasmota/berry/lvgl_examples/lvgl_demo.be @@ -21,16 +21,11 @@ stat_line.set_align(lv.LABEL_ALIGN_LEFT) stat_line.set_style_local_bg_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv_color(0xD00000)) # background #000088 stat_line.set_style_local_bg_opa(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv.OPA_COVER) # 100% background opacity stat_line.set_style_local_text_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv_color(0xFFFFFF)) # text color #FFFFFF -stat_line.set_text("Welcome to Tasmota") +stat_line.set_text("Tasmota") stat_line_height = stat_line.get_height() #- display wifi strength indicator icon (for professionals ;) -# -stat_line.set_style_local_pad_right(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, stat_line_height + 1) -wifi_bars = lv_wifi_bars(stat_line) -wifi_bars.set_style_local_bg_color(lv.OBJ_PART_MAIN, lv.STATE_DEFAULT, lv_color(lv.COLOR_BLACK)) -wifi_bars.set_height(stat_line_height) -wifi_bars.set_width(stat_line_height) -wifi_bars.set_x(stat_line.get_width() - stat_line_height) +wifi_icon = lv_wifi_arcs_icon(stat_line) # the widget takes care of positioning and driver stuff #- create a style for the buttons -# btn_style = lv_style()