Commit Graph

15607 Commits

Author SHA1 Message Date
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
Theo Arends 91f42fc8b8 Add ESP32 Command ``Restart 3`` to switch between SafeBoot and Production 2022-05-05 15:24:00 +02:00
Theo Arends b26e74960e Update changelogs 2022-05-05 14:35:30 +02:00
Jason2866 a392d0b00f
Merge pull request #15546 from Jason2866/rename_safeboot
Rename safemode to safeboot
2022-05-05 11:32:42 +02:00
Jason2866 9af8b8f834
Rename safemode to safeboot
* rename safemode to safeboot
* fix safeboot env
2022-05-05 11:19:39 +02:00
s-hadinger 7eb725199b
Merge pull request #15544 from s-hadinger/fix_js_15515
Fix broken js introduced in #15515
2022-05-05 10:14:19 +02:00
Stephan Hadinger be0de51b54 Fix broken js introduced in #15515 2022-05-05 10:05:01 +02:00
Theo Arends c5ba9f313e
Merge pull request #15542 from stefanbode/patch-1
Updated link to documentation
2022-05-05 09:42:07 +02:00
Theo Arends 9afcd1155f
Merge pull request #15538 from Jason2866/rename_partitions
remove SPIFFS naming
2022-05-05 09:41:52 +02:00
Theo Arends 5c264f0642
Update tasmota_version.h 2022-05-05 09:41:26 +02:00
stefanbode 42b152b536
Updated link to documentation 2022-05-05 09:36:44 +02:00
Jason2866 bc085b1498
name recovery "safeboot" 2022-05-04 21:48:42 +02:00
Jason2866 e43a2b1676
name recovery "safeboot" 2022-05-04 21:47:45 +02:00
s-hadinger cd942fbf0a
Merge pull request #15540 from s-hadinger/berry_flash_write
Berry flash write unaligned and download to flash
2022-05-04 21:37:04 +02:00
Stephan Hadinger f28dc39b82 Berry flash write unaligned and download to flash 2022-05-04 21:13:32 +02:00
Jason2866 82e79dffb9
Merge branch 'arendst:development' into rename_partitions 2022-05-04 21:06:22 +02:00
Jason2866 94f2d7b7c2 rename SPIFFS to fs 2022-05-04 21:03:22 +02:00
Jason2866 bc64dd6b9d
Real Python fix ;-)
Thx @Staars
2022-05-04 20:26:29 +02:00
Jason2866 d722b8a4d8 real Python fix ;-) 2022-05-04 20:25:06 +02:00
Theo Arends bbdef78d5d
Merge pull request #15537 from Jason2866/fix_solo1_safemode
fix solo1 firmware build
2022-05-04 20:06:33 +02:00
Theo Arends 2467143bc7
Merge pull request #15536 from stefanbode/patch-13
Revert back to incremental small wakeups
2022-05-04 20:06:10 +02:00