HarukiToreda
5f245177bc
Added tick marks for Channel Util bar
2025-04-21 19:51:40 -04:00
Austin
8812eadd44
Revert "Add IP Address Frame ( #6615 )" ( #6639 )
...
This reverts commit 5d48d2c0a7 .
2025-04-20 09:49:21 -05:00
Ben Meadors
48dc0e014c
Revert "Lib Update ( #6510 )" ( #6640 )
...
This reverts commit e2f6600cb9 .
2025-04-20 09:48:07 -05:00
Nivek-domo
5d48d2c0a7
Add IP Address Frame ( #6615 )
...
* Update Screen.cpp
add ip on screen if has ethernet pcb like w5500 spi
* Run Trunk Format and Translate Comments FR->EN
---------
Co-authored-by: Tom Fifield <tom@tomfifield.net >
2025-04-20 20:06:39 +10:00
Nivek-domo
2b57ffafd7
Rak13800 Ethernet works on rak11310 too
...
we can use rak13800 on rak11310 too
2025-04-20 18:51:01 +10:00
todd-herbert
74b3dc34e4
Fix crash when clearing NRF52 BLE bonds ( #6609 )
...
* Fix crash before clearing BLE bonds
* Prevent clients re-pairing BLE during factory reset
Clients seem able to re-pair BLE after clearing bonds during factory reset, even after advertising disabled. This seems to primarily occur on Android devices, which seem to more actively maintain the BLE connection.
As a workaround, `NRF52Bluetooth::shutdown` swaps the BLE pairing callback to one which actively rejects new connections.
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-17 17:11:42 -05:00
Thomas Göttgens
e2f6600cb9
Lib Update ( #6510 )
...
* Lib Update
Draft because PIN display doesn't work yet.
* pin entry still no worky
* Fix for missing PIN code issue (#6574 )
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Alexander Begoon <alex@begoonlab.tech >
2025-04-17 15:58:28 -05:00
Thomas Göttgens
ef14967fbf
Crowpanel 2.4,2.8 and 3.5 support ( #6355 )
...
Co-authored-by: mverch67 <manuel.verch@gmx.de >
2025-04-17 16:03:37 +02:00
github-actions[bot]
c177c6d655
[create-pull-request] automated change ( #6610 )
...
Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com >
2025-04-17 05:33:42 -05:00
Benjamin Kyd
a36f21b29a
Fix compiler error in PowerFSM when WiFi is excluded ( #6603 )
2025-04-17 11:36:19 +02:00
dylanli
d74359abf0
add support for Seeed solar panel ( #6597 )
...
* add seeed_solar_node
* fix RF_SW problem
* fix IIC problem
* Update Button redefination
* Add on-board flash pin defination
* fix missing a ','
* update seeed sorlar panel defination
* fix word spell
* fix upstream change
* fix upstream change
* fix upstream change
* fix formate
* Restore the FLASH definition that was deleted by mistake and pull down the CS pin to ensure low power consumption
* fix led defination conflict
* Delete lib/device-ui directory
* Restore protobufs submodule
---------
Co-authored-by: WayenWeng <jinyuan.weng@seeed.cc >
2025-04-17 16:11:17 +10:00
Benjamin Kyd
5fd64d4114
Fix uninitialised memory read (adminModule) ( #6605 )
2025-04-16 14:42:08 -05:00
Aaron.Lee
e5cd0d613c
Make startup screen show the short ID ( #6591 )
...
* Update the short ID show on the boot up screen function
2025-04-16 11:20:12 +02:00
Benjamin Kyd
64c8bde04a
Update platformio.ini to exclude unused modules from t1000-e ( #6584 )
...
* Update platformio.ini to exclude unused modules
* Add No EXT GPIO flag and also correct some exclusions in main
* CANNEDMSG != CANNEDMESSAGES
* Remove NO_EXT_GPIO
2025-04-16 10:12:23 +02:00
github-actions[bot]
4477031971
[create-pull-request] automated change ( #6599 )
2025-04-16 09:46:06 +02:00
todd-herbert
cf5c8de92e
Fix spurious button presses on some T-Echos ( #6590 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-15 20:33:44 -05:00
Tom Fifield
98411d408a
Trunk fixes for heltec mesh pocket. ( #6588 )
...
https://github.com/meshtastic/firmware/pull/6533 was merged
without running trunk. This patch fixes the newly introduced
trunk errors.
2025-04-15 16:37:09 -05:00
Ben Meadors
040a34fca8
Switch to actually maintained thingsboard pubsubclient ( #5204 )
...
* Switch to actually maintained thingsboard pubsubclient
* .0
* TBPubSubClient
* SetBufferSize is split into Send and Receive.
* Update TBPubSubClient to 2.11
* Update platformio.ini
Co-authored-by: Austin <vidplace7@gmail.com >
* Re-add setBufferSize fix
---------
Co-authored-by: Tom Fifield <tom@tomfifield.net >
Co-authored-by: Austin <vidplace7@gmail.com >
2025-04-15 10:50:24 -05:00
github-actions[bot]
4e30023a4b
[create-pull-request] automated change ( #6589 )
...
Co-authored-by: fifieldt <1287116+fifieldt@users.noreply.github.com >
2025-04-15 06:41:33 -05:00
Aaron.Lee
b46aad85cc
Add new hardware: Heltec MeshPocket ( #6533 )
...
* Add Heltec MeshPocket.
* MeshPocket source code update
* Optimiz code for refresh border during full update.
* Update Heltec MeshPocket json file info.
2025-04-15 13:34:30 +10:00
HarukiToreda
257165431f
Update Screen.cpp
2025-04-14 02:19:04 -04:00
HarukiToreda
f1fda7bdeb
Lots fixes
2025-04-13 23:34:10 -04:00
HarukiToreda
900a7c4c5e
Update Screen.cpp
2025-04-11 20:45:45 -04:00
Tavis
e7ce910c3b
Add generic thread module ( #5484 )
...
* compiling, untested
* use INCLUDE not EXLUDE for option to include module
* protobuf update
* working genericthread module
Update protobufs
* use EXCLUDE style instead of INCLUDE
* Update Modules.cpp
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-11 19:38:44 +02:00
HarukiToreda
d90b721f7b
Values on node list aligned
2025-04-11 01:30:46 -04:00
HarukiToreda
9e4847840a
GPS tittle offset
...
-GPS Enabled
-GPS Disabled
-GPS Not Present
-GPS Disabled with Fixed Position
-GPS Not Present with Fixed Position
-GPS Enabled - Toggle off and on
-GPS Disabled - Toggle on and off
2025-04-11 00:51:06 -04:00
HarukiToreda
f1f6b63380
Pull back on scrolling change
2025-04-10 04:29:42 -04:00
HarukiToreda
56fbfe13ae
Fix the tittle name
2025-04-10 03:45:59 -04:00
HarukiToreda
6b2e03e9d2
Last heard fix
2025-04-10 03:30:52 -04:00
HarukiToreda
bf9a7d3a7f
Scroll on message screen restarts on visit
2025-04-10 02:22:53 -04:00
HarukiToreda
35d4784c5c
Node list cleanup and optimization
2025-04-10 02:10:42 -04:00
HarukiToreda
5fa236c77d
Conbined distance screen into cycling screen
2025-04-10 00:37:39 -04:00
HarukiToreda
f7849f2bd4
Adjustments to Lora Focus screen
2025-04-09 23:59:26 -04:00
todd-herbert
06ce6f3e8a
fix: remove redundant GPS code targeting Heltec T114 ( #6497 )
2025-04-10 09:48:40 +10:00
HarukiToreda
6d53ce7956
Merge remote-tracking branch 'upstream/master' into StandaloneAddons
2025-04-09 18:14:20 -04:00
HarukiToreda
9f56e613f2
Refactored Lora Screen
2025-04-09 17:54:47 -04:00
todd-herbert
536b6d87c6
InkHUD support for LilyGo T3S3 E-Paper ( #6503 )
...
* Purge an incomplete E-Ink driver
* Use the deep-sleep mode of SSD16XX E-Ink displays
* TwoButton doesn't need to store pin mode
* Fix false positive button presses after light sleep
* E-Ink driver for DEPG0213BNS800
* InkHUD support for LilyGo T3S3 E-paper
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-09 10:41:51 -05:00
GUVWAF
69f938ea98
Send UDP packet even if it's encrypted ( #6524 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-09 06:13:49 -05:00
HarukiToreda
f03f547e9e
Terrible clock format change
2025-04-09 01:10:15 -04:00
HarukiToreda
09fd3c0782
Prototype Cycling screens
2025-04-08 15:07:00 -04:00
Ikko Eltociear Ashimine
1b1d4625aa
chore: update ubx.h ( #6522 )
...
usefull -> useful
2025-04-08 14:04:33 -05:00
Thomas Göttgens
c94dd1e331
Minor adjustment of blink codes and 'unstick' the M2 button. ( #6521 )
2025-04-08 10:46:39 -05:00
HarukiToreda
ebea34520d
Cleanup
2025-04-08 11:19:13 -04:00
HarukiToreda
383ae7a82f
New lightning bolts for battery
2025-04-08 01:41:37 -04:00
HarukiToreda
38b118fb8b
Update Screen.cpp
2025-04-08 01:15:08 -04:00
HarukiToreda
2a4582da20
Fix for Mail notification not drawing screen.
2025-04-08 01:05:52 -04:00
HarukiToreda
7c4ac89059
Text message notification
2025-04-07 22:33:16 -04:00
Thomas Göttgens
a084073cc1
inkhud doesn't have a button thread ( #6513 )
2025-04-07 08:35:51 -05:00
Thomas Göttgens
606abfc116
Fix several features of M1 and M2 (i know what the 7 is now ...) ( #6507 )
...
* Fix several features of M1 and M2 (i know what the 7 is now ...)
* 'THe' should be 'The'.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* remove floating definition
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-07 05:46:22 -05:00
github-actions[bot]
860e8eca5a
[create-pull-request] automated change ( #6511 )
...
Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com >
2025-04-07 11:51:05 +02:00