fvanroie
|
c088ddff8e
|
New translations en_us.h (Dutch)
|
2024-05-22 18:33:55 +02:00 |
|
fvanroie
|
00df690a16
|
New translations en_us.h (Hungarian)
|
2024-05-22 18:33:54 +02:00 |
|
fvanroie
|
de4c1875c3
|
New translations en_us.h (German)
|
2024-05-22 18:33:53 +02:00 |
|
fvanroie
|
0e1d37c859
|
New translations en_us.h (Danish)
|
2024-05-22 18:33:52 +02:00 |
|
fvanroie
|
13095042dc
|
New translations en_us.h (Spanish)
|
2024-05-22 18:33:51 +02:00 |
|
fvanroie
|
6d594e3d53
|
New translations en_us.h (French)
|
2024-05-22 18:33:50 +02:00 |
|
fvanroie
|
d2745abb44
|
New translations en_us.h (Romanian)
|
2024-05-22 18:33:49 +02:00 |
|
fvanroie
|
cc1d6d9458
|
Refactor format_bytes
|
2024-05-22 18:28:53 +02:00 |
|
fvanroie
|
4fbb2417fa
|
Merge branch 'master' of https://github.com/HASwitchPlate/openHASP
|
2024-05-22 16:51:41 +02:00 |
|
fvanroie
|
07ecdcf1f2
|
Merge pull request #739 from FreeBear-nc/bugfixes
Using size_t limits max number to 2^32.
|
2024-05-22 16:54:21 +02:00 |
|
FreeBear
|
fcd99682b3
|
Forgot to roll back on a test.
|
2024-05-22 15:27:36 +01:00 |
|
FreeBear
|
e37ca4c318
|
Just in case file size in the TiB range gets passed, make sure we
don't index beyond the end of the array.
|
2024-05-22 15:21:44 +01:00 |
|
FreeBear
|
452c619e97
|
Use a const char* array for format_bytes suffixes at the expense of a little
more system memory.
|
2024-05-22 15:04:18 +01:00 |
|
FreeBear
|
b65bd46b41
|
2^60 is Exbi (Ei) not Zebi (Zi)
|
2024-05-22 12:18:03 +01:00 |
|
FreeBear
|
7dc3de34f8
|
One too many file system dividers used for megabyte comparison.
|
2024-05-22 11:59:56 +01:00 |
|
FreeBear
|
33f3c36915
|
Take onboard comment about loss of precision.
Using size_t would have overflowed at (approx) 2^28. But with a uint64_t
the limit is going to be up in the Exbi range (2^60).
|
2024-05-22 11:24:54 +01:00 |
|
FreeBear
|
aa09f4bfd4
|
Using size_t limits max number to 2^32. When dealing with SD cards
we could be asked to print a uint64 (for example, from SD.totalGytes()).
|
2024-05-22 00:51:02 +01:00 |
|
fvanroie
|
909afcf2ba
|
UPdate ace.js to 1.33.3
|
2024-05-21 20:28:56 +02:00 |
|
fvanroie
|
3433efbb49
|
Update sensecap-indicator-d1
|
2024-05-21 15:50:57 +02:00 |
|
fvanroie
|
bfe590741a
|
Merge branch 'master' of https://github.com/HASwitchPlate/openHASP
|
2024-05-21 15:48:25 +02:00 |
|
fvanroie
|
eff576efb8
|
Merge pull request #729 from kiwiz/master
Add support for Guition JC4827W543
|
2024-05-21 15:10:28 +02:00 |
|
fvanroie
|
9254fac675
|
Merge pull request #737 from FreeBear-nc/bugfixes
Missing the FILE_SIZE_DIVIDER for gigabits
|
2024-05-21 15:08:21 +02:00 |
|
FreeBear
|
ca6d521a0a
|
Missing the FILE_SIZE_DIVIDER for gigabits - This results in the number
being printed with the decimal point in the wrong place.
|
2024-05-21 13:14:58 +01:00 |
|
K
|
86d4511940
|
Fix backlight freq and suffix build target
|
2024-05-20 12:18:33 -04:00 |
|
fvanroie
|
8fc9ec7e17
|
Merge pull request #733 from FreeBear-nc/spelling
Minor spelling mistake corrected
|
2024-05-20 17:17:37 +02:00 |
|
fvanroie
|
a6685c771f
|
Merge pull request #734 from FreeBear-nc/systemgpio
Add list of TFT gpio pins so that they can not be selected for IO.
|
2024-05-20 17:17:05 +02:00 |
|
FreeBear
|
7a3b8d0997
|
Add the touch gpio pins to the list so that they are hidden from
IO selection.
|
2024-05-20 15:30:15 +01:00 |
|
FreeBear
|
c70dfe6d42
|
Add list of TFT gpio pins so that they can not be selected for IO.
|
2024-05-20 15:03:19 +01:00 |
|
K
|
182c8c670b
|
Add support for Guition JC4827W543
|
2024-05-18 19:32:04 -04:00 |
|
FreeBear
|
180cc84ea2
|
Minor spelling mistake corrected
|
2024-05-17 00:09:34 +01:00 |
|
fvanroie
|
660a8bb512
|
Update ace.js to 1.33.2
|
2024-05-13 13:44:00 +02:00 |
|
fvanroie
|
82e4095dd4
|
Merge pull request #714 from yetanothercarbot/master
Add support for 2424S012 (round display with ESP32-C3)
|
2024-04-25 17:51:14 +02:00 |
|
yetanothercarbot
|
78ac4d95b4
|
Boot without serial connected
|
2024-04-26 01:02:23 +10:00 |
|
yetanothercarbot
|
462491a5b2
|
Use SDK-provided define instead of own
|
2024-04-26 00:11:54 +10:00 |
|
yetanothercarbot
|
92bfd8a5cc
|
Initial support (bootloops)
|
2024-04-25 23:48:34 +10:00 |
|
fvanroie
|
8b6cd9c058
|
Allow larger btnmap
|
2024-04-20 22:30:33 +02:00 |
|
fvanroie
|
3e48c23052
|
Merge pull request #711 from marsman7/feature-crowpanel-5inch
add crowpanel hmi 5inch 800x480
|
2024-04-20 17:35:54 +02:00 |
|
marsman7
|
63288601e7
|
add crowpanel hmi 5inch 800x480
|
2024-04-20 16:13:32 +02:00 |
|
fvanroie
|
c27c8b6d16
|
Update to rc12
|
2024-04-12 03:54:13 +02:00 |
|
fvanroie
|
e5b53ce6ae
|
Merge branch 'master' of https://github.com/HASwitchPlate/openHASP
|
2024-04-12 03:46:12 +02:00 |
|
fvanroie
|
b49f82a425
|
mqtt_enqueue_message
|
2024-04-12 03:46:10 +02:00 |
|
fvanroie
|
75af4aed10
|
Add elecrow-s3-8048c070_4MB
|
2024-04-12 03:42:53 +02:00 |
|
fvanroie
|
577a7e7fb4
|
Merge pull request #705 from hb020/master
Allow overriding of LV_MEM_CUSTOM
|
2024-04-11 14:07:47 +02:00 |
|
hans boot
|
99d9a0668e
|
Allow LV_MEM_CUSTOM override also in v8
|
2024-04-11 08:22:17 +02:00 |
|
hans boot
|
66fe185bfe
|
Allow LV_MEM_CUSTOM override
|
2024-04-11 08:14:01 +02:00 |
|
fvanroie
|
2bbc2c53c1
|
Merge pull request #702 from marsman7/fix-mqtt_subscribe_group_topic
fix: Custom Group Topic name does not work
|
2024-04-08 01:03:59 +02:00 |
|
marsman7
|
482cda6898
|
fix: Custom Group Topic name does not work
issues #697
https://github.com/HASwitchPlate/openHASP/issues/697
|
2024-04-07 21:03:59 +02:00 |
|
fvanroie
|
4facdf0f54
|
Merge pull request #701 from HASwitchPlate/l10n_master
New Crowdin updates
|
2024-04-07 15:09:01 +02:00 |
|
fvanroie
|
a5b91a2e5a
|
New translations en_us.h (German)
|
2024-04-07 15:08:35 +02:00 |
|
fvanroie
|
9458f6a66e
|
Merge pull request #699 from HASwitchPlate/l10n_master
New Crowdin updates
|
2024-04-07 15:08:15 +02:00 |
|