Commit Graph

15527 Commits

Author SHA1 Message Date
s-hadinger a7439cf853
Merge pull request #15586 from s-hadinger/openhasp_fix_val
OpenHSAP fix `val` attribute for `roller` and `slider`
2022-05-10 21:43:49 +02:00
Stephan Hadinger b5206206d7 OpenHSAP fix `val` attribute for `roller` and `slider` 2022-05-10 21:31:18 +02:00
Theo Arends e2a24f5bf2
Merge pull request #15578 from stefanbode/patch-2
Fix error on wrong wakeup calculation
2022-05-10 09:03:46 +02:00
Theo Arends 4c87b3be67
Merge pull request #15577 from s-hadinger/flash_no_fs
Board allow no 'flash_size'
2022-05-10 09:03:31 +02:00
Theo Arends d7c31771e7
Merge pull request #15576 from s-hadinger/esp32_flash_size
Esp32 real flash size
2022-05-10 09:03:17 +02:00
stefanbode 6c615cabb1
Fix error on wrong wakeup calculation
due to a buffer overflow it could be that on a "reset" wakeup the next interval was skipped.
2022-05-10 08:59:18 +02:00
Stephan Hadinger 4d8a68ddc5 Board allow no 'flash_size' 2022-05-10 08:24:56 +02:00
Stephan Hadinger 722ee882fc add flash_real to tasmota.memory() 2022-05-09 22:54:40 +02:00
Stephan Hadinger 350b670fa0 Esp32 real flash size 2022-05-09 22:43:27 +02:00
Theo Arends a8b7e501d9 Create CODE_OWNERS.md 2022-05-09 20:37:22 +02:00
Theo Arends a80f33474d Change to Tasmota Discovery and hatasmota
- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota
2022-05-09 19:31:31 +02:00
s-hadinger f1385af65e
Merge pull request #15575 from s-hadinger/berry_string_literal_multiple
Berry allow multiple string literal
2022-05-09 12:48:12 +02:00
Stephan Hadinger 0b701d1643 Berry allow multiple string literal 2022-05-09 12:36:30 +02:00
Theo Arends e92230d7cb Fix SafeBoot GUI upload regression 2022-05-09 11:34:52 +02:00
Theo Arends fc21e1cc16 Fix initial SPM settings file creation 2022-05-09 09:17:32 +02:00
s-hadinger 7cc7f79342
Merge pull request #15573 from Staars/webserver
Berry: add content_response() to webserver
2022-05-08 19:07:50 +02:00
Christian Baars 0e87f06ba6 Berry: add content_response() to webserver 2022-05-08 18:00:15 +02:00
s-hadinger 3735167d4f
Merge pull request #15572 from s-hadinger/Disable-auto-TLS-for-port-8883
Disable auto-TLS for port 8883
2022-05-08 17:50:04 +02:00
Stephan Hadinger 2730df65c2 Disable auto-TLS for port 8883 2022-05-08 17:33:11 +02:00
s-hadinger a027c99a53
Merge pull request #15571 from s-hadinger/berry_import_global
Berry add `import global` to implicit imports
2022-05-08 17:29:28 +02:00
Stephan Hadinger abb1c47564 Berry add `import global` to implicit imports 2022-05-08 17:21:23 +02:00
s-hadinger e372f0c63a
Merge pull request #15570 from s-hadinger/partition_core_more2
Berry add additional primitives to partition_core
2022-05-08 14:54:52 +02:00
Stephan Hadinger 8689563d90 Berry add additional primitives to partition_core 2022-05-08 14:15:36 +02:00
Theo Arends 07f1c5f302 Fix single partition free space 2022-05-07 11:05:10 +02:00
Theo Arends 70277bbf52
Merge pull request #15562 from bovirus/patch-6
Update Italian language
2022-05-06 22:50:11 +02:00
bovirus c73c0cb9c0
Update Italian language
Please check and merge. Thanks.
2022-05-06 21:45:58 +02:00
s-hadinger ba8bcff5c0
Merge pull request #15561 from s-hadinger/berry_flash_more2
Berry flash.factory and partition_core
2022-05-06 21:10:04 +02:00
Stephan Hadinger 190b9ca17f Berry flash.factory and partition_core 2022-05-06 20:31:24 +02:00
s-hadinger cf8fe9e147
Merge pull request #15560 from s-hadinger/openhasp_support_strings_in_template
OpenHASP support string in template
2022-05-06 19:07:03 +02:00
Stephan Hadinger 02cafa1c85 OpenHASP support string in template 2022-05-06 18:57:49 +02:00
Theo Arends a7e16192e0 Add experimental USB console
- Add experimental USB console for ESP32C3, S2 and S3 using embedded ESp32 USB interface (like lolin C3 mini)
- Enable with define USE_USB_SERIAL_CONSOLE
2022-05-06 14:57:03 +02:00
Theo Arends a38c30d6c0 Remove broken face detect 2022-05-06 13:02:18 +02:00
Theo Arends 221c0741a3
Merge pull request #15549 from Jason2866/webcam_remove
remove dead face recognition code in webcam
2022-05-06 12:56:14 +02:00
s-hadinger ebadc63abc
Merge pull request #15554 from s-hadinger/berry_flash_faster
Berry improve flash.write for faster writes
2022-05-05 20:16:14 +02:00
s-hadinger 16c0ae7e90
Merge pull request #15553 from s-hadinger/improve-`u4`-api
Improve `u4` api to allow switching between OTA partitions
2022-05-05 19:26:12 +02:00
s-hadinger 3530566955
Merge pull request #15552 from s-hadinger/berry_fix_crash_ctype
Berry fix crash with GC for ctype
2022-05-05 19:21:56 +02:00
Stephan Hadinger 1f128d09ef Berry improve flash.write for faster writes 2022-05-05 19:17:10 +02:00
Stephan Hadinger 0ce42da46f Improve `u4` api to allow switching between OTA partitions 2022-05-05 19:13:58 +02:00
Stephan Hadinger 9e87e36ff0 Berry fix crash with GC for ctype 2022-05-05 19:10:20 +02:00
Jason2866 4e845127f1
fix shown download URL for solo1 2022-05-05 18:47:37 +02:00
Jason2866 f82edb987a
Merge pull request #15551 from Jason2866/actions
Add safeboot variants to CI build master
2022-05-05 18:36:52 +02:00
Jason2866 22fe52bae1 add safeboot to build master 2022-05-05 18:24:12 +02:00
Theo Arends db74b2a1a3 Fix safeboot partition size recognition 2022-05-05 18:20:25 +02:00
Theo Arends 3da760c109
Merge pull request #15332 from aweatherguy/development
Enhance embedding of local root certificate
2022-05-05 18:01:43 +02:00
Theo Arends 44a7e20a1b Fix Fix safeboot free size 2022-05-05 18:00:26 +02:00
Theo Arends 9ead30f104 Fix safeboot free size 2022-05-05 17:52:35 +02:00
Jason2866 4fc6263801
remove dead face recognition code 2022-05-05 17:30:46 +02:00
Theo Arends ce450e0934 Fix ESP32S2 compilation 2022-05-05 16:41:51 +02:00
Theo Arends 0a458d1cd1 Add webcam frame rate translations 2022-05-05 16:26:29 +02:00
Theo Arends 06c538212e
Merge pull request #15531 from philrich/development
Support all Features of OV2640 Webcam
2022-05-05 16:11:47 +02:00