pelgraine
|
500f59abca
|
fixed buffer flutter overflow issue
|
2026-02-10 03:23:20 +11:00 |
|
pelgraine
|
6e60c56d48
|
fixed apparent $ regression
|
2026-02-10 03:09:28 +11:00 |
|
pelgraine
|
b9a68f0f99
|
Amended so sym plus $ prints the dollar sign now
|
2026-02-10 02:28:34 +11:00 |
|
pelgraine
|
a8675ceda9
|
updated emoji picker
|
2026-02-10 02:18:22 +11:00 |
|
pelgraine
|
f20435329b
|
updated Claude AI drawn emoji sprites list
|
2026-02-10 02:10:53 +11:00 |
|
pelgraine
|
33304c7bec
|
updated emoji sprites, ui word wrapping and formatting
|
2026-02-10 01:44:54 +11:00 |
|
pelgraine
|
cca984be08
|
First limited emoji support!
|
2026-02-10 00:30:03 +11:00 |
|
pelgraine
|
54e74caa96
|
updated mymesh version and date
|
2026-02-09 09:09:26 +11:00 |
|
pelgraine
|
69e73440db
|
Epub and Epub3 converter now working
|
2026-02-09 09:08:48 +11:00 |
|
pelgraine
|
4c4a218b32
|
adusted line spacing in channel view so that timestamp and hop count are in line with message
|
2026-02-08 01:53:39 +11:00 |
|
pelgraine
|
c719df5737
|
fixed mymsesh cpp error
|
2026-02-08 01:04:54 +11:00 |
|
pelgraine
|
57e13ecfa8
|
Implementing sent message ack functionality into txt-reader branch
|
2026-02-08 01:00:12 +11:00 |
|
pelgraine
|
39b43bde11
|
Much faster pre-indexing of txt files
|
2026-02-07 22:09:44 +11:00 |
|
pelgraine
|
89d24662ff
|
Fixed battery indicator so it uses same linear mapping as BLE app
|
2026-02-07 20:41:29 +11:00 |
|
pelgraine
|
0b94a56fae
|
Fix indexing screen
|
2026-02-07 18:09:09 +11:00 |
|
pelgraine
|
8f1a936c39
|
updated version in mymesh
|
2026-02-07 17:46:34 +11:00 |
|
pelgraine
|
9eadb0a3fe
|
First functioning text reader and guide added
|
2026-02-07 17:41:11 +11:00 |
|
pelgraine
|
6f23cd612c
|
tiny text view testing
|
2026-02-07 16:35:02 +11:00 |
|
pelgraine
|
af9f41a541
|
Updated version and date in mymesh
|
2026-02-07 16:24:10 +11:00 |
|
pelgraine
|
0a746cdca5
|
Merge branch 'main' into dev
|
2026-02-07 16:22:51 +11:00 |
|
pelgraine
|
3a5c48f440
|
"Battery UI changes - percentage display and icon size"
|
2026-02-07 16:20:33 +11:00 |
|
pelgraine
|
e40d9ced4a
|
Merge branch 'dev'
|
2026-02-04 12:45:42 +11:00 |
|
pelgraine
|
b8de2d0d16
|
"updated mymesh h with firmware version details"
|
2026-02-04 12:45:06 +11:00 |
|
pelgraine
|
9fbc3202f6
|
"fixed reocurring BLE queue bug that popped up in v0.6.1. Improved keyboard responsiveness"
|
2026-02-04 12:44:17 +11:00 |
|
pelgraine
|
9d91f48797
|
Merge branch 'dev'
|
2026-02-02 21:28:48 +11:00 |
|
pelgraine
|
21eb385763
|
"Updated version date on mymesh.h and fixed modem_power_EN so 4G modem made inactive and annoying red LED Status light disabled when using firmware via Launcher mode"
|
2026-02-02 21:28:08 +11:00 |
|
pelgraine
|
4b81e596d2
|
"Fixed the queueSentChannelMessage BLE history ommission"
|
2026-02-01 20:26:27 +11:00 |
|
pelgraine
|
462b1cb642
|
"Removed Preview Message overlay in favour of short popup that shows you which channel you've received a new message in"
|
2026-02-01 19:49:30 +11:00 |
|
pelgraine
|
0b270c0e1a
|
"Changed word wrapping in channel view screen to boundary wrapping"
|
2026-02-01 19:38:26 +11:00 |
|
pelgraine
|
2730c05329
|
"Updated readme and firmware version"
|
2026-02-01 18:18:21 +11:00 |
|
pelgraine
|
b0003e1896
|
"Added additional channel compose functionality - can switch channels now. Minor ui changes for nav bar"
|
2026-02-01 17:51:17 +11:00 |
|
pelgraine
|
0be77ef759
|
"updated firmware version on mymesh"
|
2026-01-29 22:06:41 +11:00 |
|
pelgraine
|
c5df40cefd
|
Added basic Public channel only view message history and compose - bugs still present
|
2026-01-29 21:33:14 +11:00 |
|
pelgraine
|
5bdcbb25b6
|
"Fix fix BLE shutdown on hibernate, update version in mymesh"
|
2026-01-29 19:01:38 +11:00 |
|
pelgraine
|
53fe89b216
|
"updated mymesh.h version type and date details"
|
2026-01-29 18:31:15 +11:00 |
|
pelgraine
|
e194c2c48c
|
Replace Serial.print with MESH_DEBUG macros for cleaner debug output in main cpp, tdeckboard cpp and target cpp
|
2026-01-29 18:28:19 +11:00 |
|
pelgraine
|
cfd2d51f79
|
”Amend mymesh.h to Meck v0.3 || ‘target.h’ - Added #include "variant.h" at the top to ensure HAS_GPS is always defined before the conditional includes || target.cpp - Added debug output to verify HAS_GPS is defined at compile and runtime || ‘TDeckBoard.h’ - Added #include "variant.h" for pin definitions || Added #include "variant.h" to ‘main.cpp’ to ensure HAS_GPS is defined || Added code to ‘main.cpp’ to enable GPS by default after sensors.begin() as longpress not currently functional for gps toggle || Changed battery icon size in ‘uitask.cpp’ from 24 to 22 width and 10 to 8 height.”
|
2026-01-28 19:38:01 +11:00 |
|
pelgraine
|
94e8e06262
|
Merge local VSCode changes to fix T-Deck Pro e-ink display scaling and layout; start removing non-T-Deck variants that aren't the focus of Meck custom firmware
|
2026-01-28 17:43:54 +11:00 |
|
ripplebiz
|
153bcdc6a3
|
Merge pull request #1457 from oltaco/remote-set-prvkey
Allow set prv.key over LoRa, clear ACL and validate key
|
2026-01-25 14:46:41 +11:00 |
|
taco
|
96ef5e5efe
|
allow set prv.key from remote, validate new prv.key
|
2026-01-25 01:32:48 +11:00 |
|
taco
|
988287bfd7
|
recalc ClientACL shared_secrets at startup
|
2026-01-25 01:32:44 +11:00 |
|
taco
|
6336bd5b72
|
refactor ClientACL and CommonCLI, add ClientACL::clear()
|
2026-01-25 01:31:53 +11:00 |
|
taco
|
9dd52bd0cc
|
build fix for room server with MESH_DEBUG=1
|
2026-01-23 23:43:05 +11:00 |
|
Scott Powell
|
3c27132914
|
* T1000e BLE - default node name is now the MAC address
|
2026-01-23 15:53:58 +11:00 |
|
nakoeppen
|
d68bc74514
|
Remove _serial->isConnected() logic from buzzer notifications
|
2026-01-20 20:19:10 -06:00 |
|
taco
|
b919119faf
|
only write contacts when changed
|
2026-01-16 13:15:35 +11:00 |
|
taco
|
c61fde9328
|
always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[]
|
2026-01-16 13:15:35 +11:00 |
|
taco
|
df6687034a
|
bootstrap RTC from contact.lastmod and improve slot overwrite logic
slot overwrite logic can now safely use contact.lastmod to find oldest contact for overwrite
|
2026-01-15 18:01:20 +11:00 |
|
taco
|
403ce1db08
|
contacts: granular autoadd and overwrite-oldest
|
2026-01-15 18:01:20 +11:00 |
|
Scott Powell
|
69a71d0e25
|
* repeater login response, FIRMWARE_VER_LEVEL now bumped to 2
|
2026-01-12 17:47:51 +11:00 |
|