kelsey hudson
2e2e677b0a
Ikoka Stick: Board IDs, LED behavior
...
Updates the manufacturer identifier with the EBYTE module. Makes the LED
behave properly. Turns the bright blue LED off after the first time you
transmit anything via LoRa.
2025-08-27 00:37:16 -07:00
kelsey hudson
dedef49315
Ikoka Stick: Adding variant support for Ebyte S22 modules
...
The Ebyte S22 module comes in three variants, 22dBm, 30dBm, and 33dBm. Each
requires a different TX power max setting to avoid frying the PA frontend.
Breaks out variants and roles by module type.
2025-08-22 23:29:28 -07:00
Scott Powell
cb96503b92
* Companion: new-ui, power off now labelled "hibernate"
2025-08-23 14:45:18 +10:00
ripplebiz
5cd1df48ad
Merge pull request #651 from awolden/awolden/ina226
...
Add INA226 to environmental sensors
2025-08-22 17:58:04 +10:00
Alex Wolden
0c37eafd01
Fixed shunt value for ina226
2025-08-21 13:23:05 -07:00
Alex Wolden
c636536599
Add INA226 to rak
2025-08-20 22:23:54 -07:00
ripplebiz
412e9d4678
Merge pull request #645 from recrof/dev
...
set default flood advert interval to 12 hours
2025-08-20 22:01:07 +10:00
recrof
5dc930410c
set default flood advert interval to 12 hours
2025-08-20 13:44:41 +02:00
Scott Powell
a9d4cf1d21
* various repeaters: fix for missing MomentaryButton module
2025-08-19 23:14:11 +10:00
ripplebiz
e846cc6798
Merge pull request #642 from fdlamotte/techo_power_off
...
techo_ui: implement poweroff + led fixes
2025-08-19 21:23:49 +10:00
Florent
ff03b041d0
techo_ui: implement poweroff + led fixes
2025-08-19 09:03:34 +02:00
ripplebiz
a825a3d4bc
Merge pull request #638 from recrof/dev
...
fix RAK build errors
2025-08-18 22:12:31 +10:00
recrof
d145d5936d
fix RAK build errors
2025-08-18 12:53:44 +02:00
ripplebiz
b8c4c75025
Merge pull request #636 from fdlamotte/t1000_wait_button_release_before_poweroff
...
t1000: wait for button release before powering off
2025-08-18 13:52:12 +10:00
Florent
b8f80afee9
t1000: wait for button release before powering off
2025-08-17 16:28:02 +02:00
ripplebiz
6e296e8db1
Merge pull request #633 from oltaco/dev
...
WioTrackerL1: add joystick left and right for new UI
2025-08-17 22:17:59 +10:00
ripplebiz
cb85600572
Merge pull request #634 from recrof/dev
...
station g2: switch to New UI
2025-08-17 22:15:01 +10:00
recrof
a4916f81eb
station g2: switch to new_ui
2025-08-17 11:57:38 +02:00
taco
cb8ca91d27
WioTrackerL1: add joystick left and right for new UI
2025-08-17 19:01:28 +10:00
ripplebiz
3bb55b590c
Merge pull request #632 from oltaco/dev
...
WioTrackerL1: add poweroff support
2025-08-17 18:13:14 +10:00
taco
8f1ccb65ae
WioTrackerL1: add poweroff support
2025-08-17 18:10:58 +10:00
Scott Powell
e6152f9d6c
* Xiao_s3_wio: ui-new
2025-08-17 17:52:05 +10:00
ripplebiz
ed3f52775a
Merge pull request #629 from fdlamotte/techo_ui_tweaks
...
techo_ui: some tweaks
2025-08-17 17:48:47 +10:00
Scott Powell
7613b9455d
* Xiao_nRF and Xiao_rp2040 build fixes
2025-08-17 17:36:35 +10:00
Scott Powell
76a53bf84d
* Wio-e5-mini: ui-orig
...
* WioTrackerL1: ui-new
2025-08-17 17:23:28 +10:00
Florent
b332b06304
techo_ui: some tweaks
2025-08-17 08:52:57 +02:00
Scott Powell
fe376e8c35
* RAK_4631: ui-new
2025-08-17 16:49:08 +10:00
Scott Powell
f5ad1df103
* Minewsemi: ui-orig
2025-08-17 16:35:39 +10:00
Scott Powell
276a057693
* lilygo_tlora_v2_1: ui-new
2025-08-17 16:31:50 +10:00
Scott Powell
2477d60fae
* TBeam variants: ui-new
2025-08-17 16:18:39 +10:00
Scott Powell
8f8830047b
* T3S3 variants, ui-new
2025-08-17 16:06:26 +10:00
Scott Powell
c30a103baf
* WSL3 fixes. Heltec V2 ui-new
2025-08-17 15:50:25 +10:00
ripplebiz
95c9d17dc5
Merge pull request #631 from khudson/new-companion-ui
...
Ikoka Stick: Use New Companion UI. Fix repeater & room server roles.
2025-08-17 08:24:09 +10:00
kelsey hudson
022bfc4f4b
Ikoka Stick: Use new UI, make repeater & room server work
...
* Enable the new UI on the BLE and USB Companion roles.
* Fix compilation issues with the repeater and room server roles.
* Remove ESP32-related alternate pinout cruft from the NRF build tree.
* build.sh: add build-matching-firmwares command to allow e.g. building
all roles for a given variant by passing the variant name.
2025-08-16 15:09:42 -07:00
kelsey hudson
0359df6cb5
Merge commit 'e9ffc3ea93d7912460c38cbaafb726f5455ad8cf' into new-companion-ui
...
Merging ikoka stick repeater/room server commit to simplify pull request later.
2025-08-16 12:26:34 -07:00
Scott Powell
37d7257f04
* Heltec tracker, now using /ui-new
...
* variants with no DISPLAY_CLASS .ini fixes
2025-08-16 21:53:36 +10:00
Scott Powell
e14b022a7c
* original UITask now in /ui-orig folder
2025-08-16 21:09:35 +10:00
Scott Powell
acde9921b5
* Refactor of UITask, moved to /ui-new
2025-08-16 20:04:54 +10:00
ripplebiz
29fd5da5e8
Merge pull request #624 from oltaco/new-companion-ui
...
Support NewUI on WioTrackerL1
2025-08-16 13:51:18 +10:00
kelsey hudson
e9ffc3ea93
Ikoka Stick: repeater/room server functionality
...
Make Repeater and Room Server work as build targets.
Remove esp32-related alternate pinout cruft from the Ikoka Stick
NRF build tree.
2025-08-15 19:29:22 -07:00
taco
86671c0ff8
Support NewUI on WioTrackerL1
2025-08-16 09:29:48 +10:00
Scott Powell
a5ebac6236
Merge branch 'dev' into new-companion-ui
2025-08-15 15:39:11 +10:00
ripplebiz
9108a709ee
Merge pull request #612 from Quency-D/dec-heltec_e290
...
Add heltec_vision_master_e290 board.
2025-08-15 13:59:42 +10:00
ripplebiz
655d4a78f5
Merge pull request #615 from MikesAllotment/new-companion-ui
...
UI Refresh changes for HeltecV2 and Faketec ProMicro
2025-08-15 13:04:38 +10:00
MikesAllotment
d7c2293cb8
Added support for new EnhancedUI MomentaryButton
...
for Heltec V2 and Faketec ProMicro variants
2025-08-14 14:17:26 +01:00
ripplebiz
a7dcd112ac
Merge pull request #608 from Quency-D/dev-heltec_e213
...
Add heltec_vision_master_e213 board.
2025-08-14 21:20:21 +10:00
Quency-D
aa7f9d8df6
Use the base class to optimize screen display code.
2025-08-14 17:43:46 +08:00
ripplebiz
82206fd281
Merge pull request #609 from 446564/nan-g2-usb
...
add nano g2 usb companion
2025-08-14 15:58:25 +10:00
ripplebiz
e47a1df67f
Merge pull request #587 from alexbegoon/feature/xiao-c6-external-antenna-support
...
[Feature] Add external antenna support for XIAO ESP32C6
2025-08-14 15:41:09 +10:00
Quency-D
6d18e2c57b
Add heltec_vision_master_e290 board.
2025-08-14 10:30:27 +08:00