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
Quency-D
fad4a7fb51
Modify the flash size to 16MB.
2025-08-14 10:26:26 +08:00
446564
dc9b4f8e84
add nano g2 usb companion
2025-08-13 09:47:01 -07:00
Quency-D
be243a2663
Add heltec_vision_master_e213 board.
2025-08-13 18:12:48 +08:00
Quency-D
dc6b830970
* Heltec CT62: sensor role (with 2 channel relay support + 1 digital …
...
* Heltec CT62: sensor role (with 2 channel relay support + 1 digital …
2025-08-13 17:00:17 +08:00
Scott Powell
86ec82fd06
* Heltec CT62: sensor role (with 2 channel relay support + 1 digital input)
2025-08-12 20:56:59 +10:00
Scott Powell
e84e3066ff
* MomentaryButton: pullupdown param moved to constructor
2025-08-12 10:01:35 +10:00
ripplebiz
1897f51458
Merge pull request #601 from khudson/dev
...
Adding support for Ikoka Stick with Seeed Xiao nRF54 baseboard.
2025-08-11 11:46:11 +10:00
ripplebiz
a2eed714f5
Merge pull request #595 from gumbero/main
...
Added room option to T-Beam SX1276
2025-08-11 11:30:29 +10:00
kelsey hudson
bed311313a
Adding support for Ikoka Stick with Seeed Xiao nRF54 baseboard.
...
Adds a new variant 'ikoka_stick_nrf' and associated support files. This is
based on the Xiao nRF54 code with pin numbers and functions changed to suit the
differences in hardware between the WIO SX1262 board and the Ikoka Stick.
Sets the default LoRa transmit power to 9dBm to avoid burning up the frontend
in Ikoka Sticks equipped with the Ebyte 33dBm S22 module on first boot.
Adds support for an SSD1306 display connected to the display header. Note the
display pinout is the same as the RAK4631 display header so make sure to use a
display wired accordingly (aliexpress etc. SSD1306s typically have Vcc & GND
reversed from what this board expects).
Adds support for display rotation to SSD1306Display via a platformIO define.
This support was added following the same paradigms found elsewhere in the code
for rotating a display.
2025-08-10 10:44:00 -07:00
gumbero
af7db5593b
Update platformio.ini
2025-08-10 14:25:43 +02:00
ripplebiz
c8bbec6549
Merge pull request #598 from 446564/nano-g2-new-ui
...
add new UI to nano g2
2025-08-10 14:44:04 +10:00
446564
153051ab82
add new UI to nano g2
2025-08-09 20:47:35 -07:00
Scott Powell
67529d0cf3
Merge branch 'dev' into new-companion-ui
2025-08-10 12:28:25 +10:00
ripplebiz
72d13ca867
Merge pull request #594 from wel97459/dev
...
Changed waveshare_rp2040_lora radio_init function to use radio.std_init
2025-08-10 12:22:07 +10:00
ripplebiz
b9270aff5c
Merge pull request #597 from 446564/ignore-clangd
...
add lsp ignores
2025-08-10 12:13:32 +10:00
446564
cdc762ada2
add lsp ignores
...
adds cache and ccls dirs and clangd files to git ignore
2025-08-09 17:37:51 -07:00
Tomas Gabor
6e26a6a78c
Added room option to T-Beam SX1276
2025-08-09 21:28:31 +02:00
ripplebiz
cc065c84ba
Merge pull request #589 from fdlamotte/techo_new_ui
...
TEcho: New companion UI
2025-08-09 18:53:51 +10:00
wel97459
331a29b082
Changed radio_init to use radio.std_init this also changes the preamble to 16 as before it was 8
2025-08-08 20:17:06 -07:00
Alexander Begoon
6902dd81fa
Move variant specific code
2025-08-08 23:04:14 +02:00
fdlamotte
af72db6834
Merge branch 'new-companion-ui' into techo_new_ui
2025-08-08 15:40:19 +02:00
Florent
1e711f57f4
techo: initial support of new companion ui
2025-08-08 15:34:58 +02:00
ripplebiz
1b93ceaa30
Merge pull request #588 from liamcottle/feature/new-companion-ui-thinknode-m1
...
add support for new companion ui on thinknode m1
2025-08-08 22:24:55 +10:00
liamcottle
8d7a49867f
add support for new companion ui on thinknode m1
2025-08-09 00:21:10 +12:00
Scott Powell
4b95c981bb
* UI revamp for companion radios
2025-08-08 20:01:31 +10:00
Alexander Begoon
ce4e559c01
Add support for Xiao ESP32C6 with external antenna configuration
2025-08-07 22:36:40 +02:00
ripplebiz
a310a5c4d5
Merge pull request #584 from 446564/nano-g2-gps-fix
...
nano g2 gps fixes
2025-08-07 12:57:07 +10:00
Ded
4d97bee02a
good oops
2025-08-06 18:52:57 -07:00