s-hadinger
|
0b3d6fd146
|
Prepare for Arduino v3 / esp-idf v5 2nd batch (#19265)
|
2023-08-05 20:34:24 +02:00 |
s-hadinger
|
362326f004
|
Zigbee Berry minor fix and cleaning (#19257)
* Zigbee Berry minor fix and cleaning
* Fix compilation
|
2023-08-05 09:50:39 +02:00 |
s-hadinger
|
1a91dc441b
|
Berry improve tasmota.scale_uint() (#19197)
|
2023-07-26 22:31:22 +02:00 |
s-hadinger
|
758b0237b4
|
Matter latency improvement for single attribute reads and single commands (#19158)
|
2023-07-20 21:26:55 +02:00 |
s-hadinger
|
3da5124348
|
Berry add AES CCM decrypting in a single call to avoid any object allocation (#19153)
|
2023-07-19 21:15:08 +02:00 |
s-hadinger
|
2a3690b866
|
Berry `tasmota.loglevel()` and `tasmota.rtc_utc()` for faster performance (#19152)
|
2023-07-19 20:58:50 +02:00 |
s-hadinger
|
ada754c582
|
Berry add `energy.update_total()` to call `EnergyUpdateTotal()` from energy driver (#19117)
|
2023-07-15 17:06:10 +02:00 |
s-hadinger
|
7404b8ddbb
|
Berry `_class` can be used in `static var` initialization code (#19088)
|
2023-07-10 17:50:04 +02:00 |
s-hadinger
|
57c4825ccd
|
`BrRestart` now supports web handlers to work after Berry restart (#19057)
|
2023-07-06 21:37:46 +02:00 |
s-hadinger
|
f56307e321
|
Fix to Partition_Wizard for shelly (#19056)
|
2023-07-06 20:59:50 +02:00 |
Christian Baars
|
4c0535687f
|
Accelerate path.listdir() (#18927)
* Accelerate path.listdir()
* restore old behavior, push filename only and not the full path to the list
|
2023-07-06 11:10:26 +02:00 |
s-hadinger
|
34456e6193
|
Berry `import strict` now detects useless expr without side effects (#18997)
|
2023-06-29 09:04:16 +02:00 |
s-hadinger
|
b9588e6192
|
Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986)
|
2023-06-27 22:07:13 +02:00 |
s-hadinger
|
7d68c55b38
|
Solidified Code updated
|
2023-06-23 16:34:47 +00:00 |
s-hadinger
|
36de007909
|
Berry replace `string.format`with `format` (#18945)
* Berry replace `string.format`with `format`
* remove import.string
|
2023-06-23 18:33:31 +02:00 |
s-hadinger
|
d5c727129e
|
Fix compilation (#18905)
|
2023-06-18 23:14:19 +02:00 |
s-hadinger
|
6a8ceab0a3
|
Solidified Code updated
|
2023-06-18 21:04:53 +00:00 |
Barbudor
|
92ce18f87c
|
AND_list (#18904)
|
2023-06-18 23:03:45 +02:00 |
btsimonh
|
4452228dca
|
add path.isdir for berry, plus save ~87 bytes of flash ikn the process. (#18895)
|
2023-06-18 18:42:07 +02:00 |
btsimonh
|
c88bff5a46
|
Berry: add path.rmdir(path), path.mkdir(path) (#18853)
(cherry picked from commit 7ce04b8624c88279c57d4a7556aabbe5f3317773)
|
2023-06-11 20:40:28 +02:00 |
btsimonh
|
fc92dc0995
|
Add wcclient.get_bytes() to Berry (#18829)
(cherry picked from commit 5903b21448a3f088b12bd47a04996ff84e467a3a)
|
2023-06-09 08:56:05 +02:00 |
s-hadinger
|
844caf51f9
|
Fixed HASPmota event when value is non-integer (fixes #18229) (#18791)
|
2023-06-04 20:06:04 +02:00 |
s-hadinger
|
61f17221d0
|
Berry simplify I2S implementation (#18778)
|
2023-06-02 16:36:09 +02:00 |
s-hadinger
|
f8df9e5f00
|
Berry `webclient.url_encode()` is now a static class method, no change required to existing code (#18775)
|
2023-06-02 13:29:57 +02:00 |
s-hadinger
|
82895c53e3
|
Berry add `set_lsb_justified(bool)` to `AudioOutputI2S` (#18774)
|
2023-06-02 09:58:39 +02:00 |
s-hadinger
|
b9d855ef79
|
Berry RS256 crypto algorithm (RSASSA-MCKS1_v1-5 with SHA256) used for JWT (#18763)
|
2023-06-01 10:02:23 +02:00 |
s-hadinger
|
3c75bc92a2
|
Zigbee Berry mapping fix attributes (#18747)
|
2023-05-29 23:05:45 +02:00 |
Theo Arends
|
f3cc8997b0
|
Fix Berry solidify of berry_tasmota on Windows
|
2023-05-19 17:14:29 +02:00 |
Theo Arends
|
4afcdc11d6
|
Simplify Berry Mute option
|
2023-05-19 16:30:48 +02:00 |
Theo Arends
|
2baba2b9c2
|
Fix berry mute option (#18684)
|
2023-05-19 12:48:19 +02:00 |
s-hadinger
|
2d8ea8f51c
|
Berry persist hide errors when saving (#18686)
|
2023-05-17 22:43:13 +02:00 |
s-hadinger
|
2b76e8e668
|
HASPmota `meta` attribute and improved `berry_run` (#18685)
|
2023-05-17 21:40:05 +02:00 |
s-hadinger
|
884b6713a8
|
Berry fix energy (#18628)
|
2023-05-09 23:24:23 +02:00 |
s-hadinger
|
652a8edefa
|
Berry solidify for ubuntu 22.04 (#18627)
|
2023-05-09 22:21:39 +02:00 |
Jason2866
|
efc464e998
|
Berry code solidifying with GH actions (#18611)
|
2023-05-08 20:44:31 +02:00 |
s-hadinger
|
ae6d435aaf
|
autoconf extract `display.ini` to file system (#18604)
|
2023-05-07 22:58:27 +02:00 |
s-hadinger
|
069278f966
|
Berry add `tcpclientasync` class for non-blocking TCP client (#18584)
|
2023-05-05 15:13:22 +02:00 |
s-hadinger
|
13de7a4863
|
Berry make add_driver() idempotent (#18580)
|
2023-05-04 21:27:55 +02:00 |
Christian Baars
|
f6763eb37b
|
Berry: add BLE server/advertiser (#18494)
|
2023-04-26 08:39:29 +02:00 |
s-hadinger
|
a2b9574ec9
|
Berry fix solidify script (#18476)
|
2023-04-22 10:14:39 +02:00 |
s-hadinger
|
3c57755bb7
|
Berry fix rules for string comparisons (#18464)
|
2023-04-21 08:59:49 +02:00 |
s-hadinger
|
b235dffb29
|
Fix Berry hue_bridge (#18459)
|
2023-04-19 23:45:05 +02:00 |
s-hadinger
|
6007f2d970
|
Berry `webserver.html_escape()` reusing the internal HTML escaping function (#18381)
|
2023-04-10 19:16:01 +02:00 |
s-hadinger
|
d6ed4adcf6
|
Berry add `mdns.remove_service()` (#18238)
|
2023-03-21 22:34:10 +01:00 |
s-hadinger
|
83812f158b
|
``UrlFetch`` now follows redirects (#18173)
|
2023-03-12 18:48:12 +01:00 |
s-hadinger
|
34bf941cd2
|
Berry add `webclient` `collect_headers()` and `set_headers` (#18166)
|
2023-03-11 21:46:08 +01:00 |
s-hadinger
|
4aa9aebae3
|
Berry add `wc.set_follow_redirects(bool)` (#18165)
|
2023-03-11 19:48:39 +01:00 |
s-hadinger
|
513b0fece1
|
Berry tasmota.cmd() can mute logs (#18143)
|
2023-03-09 21:29:18 +01:00 |
s-hadinger
|
ba1475f8cd
|
Berry refactor rule matcher (#18138)
|
2023-03-09 08:48:41 +01:00 |
s-hadinger
|
7167884f06
|
Haspmota change secondary colors for switch (#18133)
|
2023-03-07 19:16:59 +01:00 |