Commit Graph

1075 Commits

Author SHA1 Message Date
d7363afebc fix comments 2022-11-06 16:46:11 +01:00
c1886ea89a feat(new-device): add Jinvoo AC/TV Box IR Controller 2022-11-06 16:44:17 +01:00
38607178ba Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-11-06 11:01:27 +01:00
b08342691d add option to broadcast full RGBCW (as user requested) 2022-11-06 11:01:13 +01:00
79b2965553 Merge pull request #431 from openshwprojects/alpha
merge IR changes by btsimon
2022-11-06 09:30:34 +01:00
3683027879 Merge pull request #421 from iprak/colored-temperature-slider
Added color background
2022-11-06 08:58:59 +01:00
31fd8a0c18 added requested "on button release" event 2022-11-06 00:18:00 +01:00
57a189f3db Added color background 2022-11-05 11:19:16 -05:00
d6237fce61 ledDriverChipRunning FX 2022-11-05 12:33:55 +01:00
b7d873c8a0 add IREnable invert 0/1
IREnable invert 1 will cause the PWM to effectively be active high?
2022-11-05 10:22:38 +00:00
f3e0320f9e implement cmd IREnable.
IREnable RXTX 0/1 - enable/disable rx whilt tx.  default disabled.
IREnable [protocol name] 0/1 - enable/disable protocol RX.  default all enabled.
made many logs DEBUG.
You will get at least one log at INFO on RX.
2022-11-05 09:50:36 +00:00
4ac8ee9d17 add const on my_strnicmp 2022-11-05 09:47:35 +00:00
3e87cc10cd Merge branch 'IRSendChanges' into irtxwhenrxdisabled 2022-11-05 08:18:07 +00:00
0895c416a8 added UCS1912 driver stub. Not called anywhere. 2022-11-05 08:02:41 +01:00
a70b905289 Fixed template value 2022-11-04 20:58:59 -05:00
657cd9d6d6 Merge pull request #388 from iprak/publishChannels-at-the-end-of-discovery
Publish channels at the end of discovery
2022-11-04 19:59:44 +01:00
c23cf8ffbf IR Tx without IR RX 2022-11-04 18:44:09 +00:00
a2cfd5fdd5 Allow more ways to interpret IRSend args.
For IRsend command, allow like [IRsend NEC-0-1a] ,[IRsend NEC-0-1a-2], [IRsend NEC 0 1a], [IRsend NEC 0 1a 3]
2022-11-04 08:39:05 +00:00
c4b135e7dc Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-11-04 07:42:42 +01:00
920e964677 added security check for bug found by Valekklubomir 2022-11-04 07:42:32 +01:00
bf740d70f2 Merge pull request #407 from btsimonh/replacesprintf
Replacesprintf
2022-11-03 23:14:02 +01:00
40eaff7aac remove test code 2022-11-03 21:22:32 +00:00
f63d7a872a Merge branch 'testfloats' into replacesprintf 2022-11-03 20:57:47 +00:00
fabefacbde another try 2022-11-03 20:49:31 +00:00
6be0b01ce2 pass NULL pointers to lwip if string is empty - for user and pass 2022-11-03 21:48:42 +01:00
136e5df145 next try for other platforms 2022-11-03 20:40:26 +00:00
3375820021 define ssize_t if not defined 2022-11-03 20:34:17 +00:00
fdab71d0bd remove inttypes.h from nanoprintf - to test other platform builds 2022-11-03 20:13:31 +00:00
ccffedaca1 implement sprintf wrapping in APP if WRAP_PRINTF is defined.
you must have:
CFLAGS += -DWRAP_PRINTF=1
LFLAGS += -Wl,-wrap,vsnprintf
LFLAGS += -Wl,-wrap,snprintf
LFLAGS += -Wl,-wrap,sprintf
LFLAGS += -Wl,-wrap,vsprintf
in application.mk
2022-11-03 18:34:09 +00:00
830752c64d Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-11-03 17:45:28 +01:00
63e57996ae add 'u' stub to my vsprintf (not used anywhere right now), add LED api 2022-11-03 17:45:17 +01:00
c5602d5c36 add more supported getter variables to script 2022-11-03 17:43:16 +01:00
16e6ebbc5e more tests 2022-11-03 13:48:18 +00:00
2a71041e2d use nanoprintf in logging 2022-11-03 13:47:54 +00:00
158cbb4d0b implement nanoprintf as a test 2022-11-03 13:47:19 +00:00
19c68be486 !!!!!!! fix really bad #define !!!!!!! 2022-11-03 13:45:38 +00:00
61b3aceacc Add testFloats cmd 2022-11-03 09:19:58 +00:00
939eb28297 disable sprintf etc redefinition because apparently some of the required formats are missing (NOTE: BK7231T will again crash on testLog command) 2022-11-03 05:53:20 +01:00
e84ec63ca0 w600/w800 fix 2022-11-02 19:35:13 +01:00
1d367b5c73 FIX BL602 - BL602 doesn't have pin number 26 and setting that pin would crash - now the default pin indices of LED drivers are per-platform 2022-11-02 19:20:22 +01:00
50710b7f8a rename "test_strdup" to "strdup" and use it as our main strdup, the strdup from compiler is buggy for some reasons, I just had it crash on BL602 as well. Also enable sprintf etc etc lightweight verrsions... 2022-11-02 18:51:21 +01:00
4b6b71b6e9 ADD EVENT MALLOC CHECk 2022-11-02 18:13:37 +01:00
79158f1398 BL602 - enable drivers in build 2022-11-02 16:06:49 +01:00
4f53d14e60 enable my script changes and enable deduper 2022-11-02 15:36:34 +01:00
eae3118613 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-11-02 14:28:46 +01:00
0b53668490 add a win main for testing only scripts and pritnf on WINDOWS 2022-11-02 14:28:18 +01:00
12f03e3172 Merge pull request #394 from btsimonh/obkdevices
Obkdevices
2022-11-02 12:54:38 +01:00
0772c13b3a Merge pull request #393 from btsimonh/delayedstartup
Delayedstartup
2022-11-02 12:54:27 +01:00
8b844c7f78 add lightweight snprintf/vsnprintf replacement (NOT ENABLED !!!). It seem to fix most of the crashes, especially that strange one with %f addLogAdv 2022-11-02 12:36:54 +01:00
b8a5706131 move some logs to debug in event handler init to prevent log overrun (indicated by '^' in log). 2022-11-02 09:18:18 +00:00