fvanroie
|
ca346e868f
|
Fix anti-burn when software rotation is enabled #764
|
2024-08-24 20:00:05 +02:00 |
|
fvanroie
|
e6eae8b391
|
Add retain flag to mqtt_send_state #781
|
2024-08-22 14:29:40 +02:00 |
|
fvanroie
|
31572ef9d0
|
Add "event" key to discovery message for push button events
|
2024-07-23 22:44:50 +02:00 |
|
fvanroie
|
348852476d
|
Use "event" group for pushbuttons in discovery {
|
2024-07-23 22:28:36 +02:00 |
|
FreeBear
|
0b30b075fa
|
Move USB_TXD/RXD to is_system_pin()
|
2024-07-19 16:15:45 +01:00 |
|
FreeBear
|
89ef57346a
|
TFT_G5 was missing from the list of used GPIO pins.
Add the USB TX/RX pins to the list for the Guition ESP32-S3 4848S040 board.
|
2024-07-19 15:20:11 +01:00 |
|
FreeBear
|
94ceaf2cf1
|
Was a mistake to hide TFT_BCKL gpio pin from the user. On some boards, it
can be reassigned by the user (on others, it is baked in to the hardware).
|
2024-06-14 00:03:26 +01:00 |
|
fvanroie
|
944f92e588
|
Add mqttEverySecond
|
2024-05-24 22:18:57 +02:00 |
|
fvanroie
|
d903bc905f
|
Add mqttEverySecond
|
2024-05-24 21:39:57 +02:00 |
|
fvanroie
|
5c80f41fcf
|
Add custom_state_subtopic
|
2024-05-24 05:14:49 +02:00 |
|
fvanroie
|
1f471ad308
|
Add custom_state_subtopic #611
|
2024-05-24 05:03:53 +02:00 |
|
fvanroie
|
331c1d503d
|
New translations en_us.h (Portuguese)
|
2024-05-22 20:14:28 +02:00 |
|
fvanroie
|
646f8d91fe
|
New translations en_us.h (Spanish)
|
2024-05-22 20:14:25 +02:00 |
|
fvanroie
|
1ea0752004
|
New translations en_us.h (French)
|
2024-05-22 20:14:23 +02:00 |
|
fvanroie
|
83bdad83e5
|
New translations en_us.h (Portuguese, Brazilian)
|
2024-05-22 18:33:58 +02:00 |
|
fvanroie
|
fba1331c3b
|
New translations en_us.h (Chinese Simplified)
|
2024-05-22 18:33:57 +02:00 |
|
fvanroie
|
ee5df54676
|
New translations en_us.h (Portuguese)
|
2024-05-22 18:33:56 +02:00 |
|
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
|
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
|
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 |
|
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 |
|
fvanroie
|
8fc9ec7e17
|
Merge pull request #733 from FreeBear-nc/spelling
Minor spelling mistake corrected
|
2024-05-20 17:17:37 +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 |
|
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
|
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
|
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
|
a5b91a2e5a
|
New translations en_us.h (German)
|
2024-04-07 15:08:35 +02:00 |
|
fvanroie
|
c6a6f54409
|
New translations en_us.h (German)
|
2024-04-07 15:04:11 +02:00 |
|