52566ee6fb
expose flags and short comman
2023-03-18 17:19:52 +01:00
1e508c064d
led_map interface, allow getting command results in old post command api
2023-03-17 15:24:07 +01:00
c4d7b7131f
rest interface for channe ltypes
2023-02-20 17:03:52 +01:00
30f818a2e3
Web App will always now print automatically command result, because few commands missed confirmation and were confusing users
2023-02-18 15:08:39 +01:00
f119554969
misc fixes, snprintf, cmd gen
2023-02-10 15:03:27 +01:00
3c447fe2c2
rename LFS define to keep consistent naming convension, move LFS test commands to test commands file, clear up obk config h
2023-02-10 11:40:36 +01:00
0b62712e26
lfs commands for numbers, format fix, error print on lfs write fail, add debouncer stub, int lfs write self test
2023-02-02 09:56:53 +01:00
bb46fc4fcd
better ota - use with header
2023-01-22 15:02:56 +01:00
573a5d901d
bl602 unfinished
2023-01-22 00:43:06 +01:00
5b4bf0a630
Updating OTA status ( #596 )
...
* Updating OTA status
* Fixed build error
2023-01-15 15:39:17 +01:00
0a2e6a87c5
silence warnings by making W600-specific variables really W600-specific
2023-01-12 15:20:51 +01:00
57e8ee8d41
Trying to resolve BL602 build failure
2023-01-02 07:19:41 -06:00
d8043e5b42
Return supportsSSDP
2023-01-02 06:43:39 -06:00
9c02c1e9b1
Logging on LOG_FEATURE_OTA
2022-12-28 06:53:38 -06:00
c1b4c70818
Fixed BL602 build failure
2022-12-26 07:10:23 -06:00
643311d9b9
Increased stack size, added printf
2022-12-26 06:21:02 -06:00
2bcb79989b
OTA support
2022-12-25 13:20:39 -06:00
ea59c22153
Merge pull request #414 from iprak/shortcut_icon
...
Shortcut icon
2022-11-11 13:06:58 +01:00
4b8a47e844
Reverted escaping
2022-11-11 04:45:35 -06:00
ba6f0a9483
add REST interface function for LFS file removal
2022-11-10 13:29:24 +01:00
8ec8d6ffc8
final win32 port adjustments
2022-11-08 16:29:46 +01:00
0bb4677a31
Created poststr_escaped
2022-11-07 06:31:21 -06:00
f7510a301e
Using sizeof
2022-11-06 19:08:39 -06:00
a5769a5db0
Added shortcut icon, Escaped deviceName at some places
2022-11-04 19:41:55 -05:00
f74a49c08d
Make LFS size adjustable. Breaking change as default is 0x8000 (16Kbytes).
...
New commands:
lfssize - log size
lfssize 0x10000 - configure size
lfsunmount
lfsmount
lfsformat - reformat at current size
lfsformat 0x18000 - configre size and format lfs.
lfs size is stored in devcie config.
The main benefit of this is if a small LFS is used, it does not get overwritten when doing OTA.
Also, if it DOES, you can still backup and restore, which will be faster with a smaller area.
You still have the option for up to 0x80000 - 512 kbytes.
2022-11-01 07:42:53 +00:00
2970ec62fd
Replace hprintf128 with hprintf255 in all files
2022-10-25 06:31:11 +01:00
6516205d37
Chore: replace many sprintf with snprintf. Only one was doubtful - 5 x %f into a small string?
2022-10-25 06:19:23 +01:00
fd4aaeef13
Formatted
2022-10-14 21:08:38 -05:00
07b545e1a1
Fixed pins for W600 and W800
2022-10-02 11:25:34 -05:00
29dfec611c
Added PLATFORM_W600
2022-09-29 18:45:42 -05:00
94dae0cf3c
Merge branch 'main' into fix184
2022-09-08 12:45:50 +02:00
9a0a3a5435
Update usage to ClientId
2022-09-04 22:14:45 +02:00
a738605a11
re-merging changes from last commit
2022-09-04 00:10:12 +02:00
5d27296474
Revert "Status information auto-updates, tweaked HTML"
2022-09-02 19:47:55 +02:00
cfe69edfdc
Refactored start / end of HTML into functions
2022-09-01 23:26:21 +02:00
2ae0d2ff1d
Adjusted tryGetTokenString to get successful build
2022-08-24 21:57:10 -05:00
ada84a1d92
Accepting integer as flag
2022-08-23 21:28:11 -05:00
24fe10fdc8
Handle client device database
2022-08-23 03:39:09 -05:00
c35a3578bd
slightly better tasmota commands support
2022-07-30 13:53:37 +02:00
b6e28c00f8
w800 port p1
2022-07-11 10:49:39 +02:00
d5c0525df3
fix missing truncate for LFS for web app.....
2022-06-04 14:10:03 +02:00
f156c5fecd
fix EOL whitespace
2022-05-29 09:32:47 -04:00
fdbf665cfc
fix line endings
2022-05-29 09:32:14 -04:00
e95d4695e0
introduce command flags system, mark command sources, warning fixes
2022-05-05 23:04:18 +02:00
d2f3f6fda5
theosoft bugfix as pointed on Elektroda forum (pin counts for App)
2022-04-20 17:42:11 +02:00
9a7d59ec3d
bk7231n flash vars hals fixes
2022-04-17 18:13:33 +02:00
997c1eeaee
bl602 boot counter - this breaks other paltforms
2022-04-17 17:40:00 +02:00
ec1458aea1
prevent stack overflow by saving always in main loop; fix PWM for BL602; fix GPIO indices
2022-04-17 11:41:02 +02:00
eeba31415f
2KB main config structure (NET_PARAM is 4096 so 2048 bytes left free)
2022-04-17 00:30:45 +02:00
429d3f6218
bl602 testing
2022-04-15 22:58:11 +02:00