recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
2025-07-13 11:37:33 +02:00
Scott Powell
587d9d8818
* added CustomSX1262::std_init()
...
* refactored variants to use std_init(): heltec_v3, t114, xiao_c3
2025-06-19 10:58:10 +10:00
Scott Powell
b3184eb94c
* T114 repeater build fix
2025-06-18 17:20:38 +10:00
JQ
b1fe57e892
adding display support to all T114 builds
2025-06-17 16:06:07 -07:00
Scott Powell
79eff3499c
Merge branch 'datastore' into dev
2025-06-07 16:04:35 +10:00
Scott Powell
7dd7b715cd
* enabling _PRIVATE_KEY import/export for ALL companions.
2025-06-07 14:20:59 +10:00
Scott Powell
9c833486bf
* DataStore, advert blob record format change
2025-06-06 21:35:54 +10:00
hank
5bf5812755
Removing debug mode
2025-06-01 09:24:32 -07:00
hank
f58a34f5f4
Refactored MyMesh, advert on doublepress
...
Pulled the class out of main.cpp, made a header to go along with it, externed globals in headers to make them accessible to button code. Added button code to send an advert on double press. Refactored ini files to prevent linker errors.
2025-05-31 19:11:28 -07:00
JQ
db8e72791c
usability fixes, fix t114 build src filter
2025-05-30 20:32:49 -07:00
Scott Powell
7e90d386e2
* refactored buzzer concept to UITask
...
* moved buzzer.h/cpp to helpers/ui
2025-05-20 11:52:55 +10:00
AndreaB
a950343f05
Increase the delay to 1500 to allow enough time for T114 GPS to start up successfully.
2025-05-19 16:52:24 +01:00
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
2025-05-19 14:16:55 +10:00
ripplebiz
4e70bc5af8
Merge pull request #301 from memo-567/Removes-green-LED-continuous-light
...
Removes T114 green LED continuous light
2025-05-19 10:53:23 +10:00
JQ
d4e6ece75d
fix altitude for telemetry, instead of using zero
2025-05-18 16:36:45 -07:00
Memo
b59606d5b5
Update variant.h
2025-05-18 06:14:08 +00:00
liamcottle
6c0d94aa2d
increase offline queue size from 16 to 256 for all companion ble firmwares
2025-05-14 23:02:49 +12:00
Scott Powell
62a5115cc9
* T114: lib_deps missing MicroNMEA
2025-05-12 19:20:02 +10:00
recrof
76639e2a68
raise current limit to max for sx126x and sx127x
2025-05-12 10:19:33 +02:00
ripplebiz
dd16197eae
Merge pull request #268 from jquatier/t114-blue-led
...
Disable LED flashing during BLE advertising on T114
2025-05-12 12:42:12 +10:00
JQ
e88a710d0f
don't expose GPD setting unless GPS is connected.
2025-05-11 09:32:34 -07:00
Jacob Quatier
bce5dc9796
Disable LED flashing during BLE advertising
2025-05-10 20:47:13 -07:00
JQ
b92e2abe75
remove debug
2025-05-09 20:31:28 -07:00
JQ
ae5052fec7
t114 gps support
2025-05-09 20:30:11 -07:00
liamcottle
d04eda9f16
enable neighbours feature for all repeater variants
2025-05-07 20:26:15 +12:00
Scott Powell
99774f10ac
* new: SensorManager
...
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
2025-05-03 13:14:03 +10:00
Florent de Lamotte
05254bd67b
t114 display : some fixes
2025-04-30 11:26:04 +02:00
Florent
2a7e105c59
some tests
2025-04-24 22:37:06 +02:00
Florent
cf3d55201f
ui : manage colors and ensure fw using ssd1306 still compile
2025-04-11 22:23:47 +02:00
Florent de Lamotte
7534c5143f
display and btn handling starts working ...
2025-04-10 16:24:17 +02:00
Florent
019a829121
add companion radio usb to t114
2025-04-05 17:28:25 +02:00
recrof
04ad06b8be
set repeater/room server Lat & Lon to 0.0 as default
2025-04-03 14:59:20 +02:00
Scott Powell
c0cb57be5c
* refactor: rtc_clock now defined by variants/*/target modules
2025-03-27 21:28:06 +11:00
Scott Powell
2224bddcb5
* new ESPNOWRadio driver
...
* refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules
* new Generic_ESPNOW_* target envs
2025-03-27 19:34:16 +11:00
Scott Powell
bfb4b1c496
* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'
...
* mesh::RTCClock class moved to MeshCore.h
2025-03-21 18:57:12 +11:00
Scott Powell
38667dabb1
* refactored platformio.ini, breaking up into variants/*.ini files
2025-03-18 23:57:04 +11:00
Scott Powell
ae8fb5d9b1
* Heltec v3.2 VEXT fix
...
* Heltec T114 LED fix, (now flashes with LoRa TX)
2025-03-07 21:37:05 +11:00
Rastislav Vysoky
b74ae1302b
Added support for Heltec t114
2025-03-06 20:43:56 +01:00