JQ
|
2818749a09
|
revert file
|
2025-05-01 18:29:25 -07:00 |
|
JQ
|
77f44f727e
|
merge from dev
|
2025-05-01 18:10:03 -07:00 |
|
ripplebiz
|
8f84a5d990
|
Merge pull request #237 from fdlamotte/t114_monochrome
T114 monochrome
|
2025-05-01 16:01:36 +10:00 |
|
ripplebiz
|
9813ec6d96
|
Merge pull request #229 from recrof/dev
build.sh: detect if we have nrf52 by probing for *.zip and *.hex output files
|
2025-05-01 12:01:25 +10:00 |
|
ripplebiz
|
d63775b878
|
Merge pull request #234 from fdlamotte/Arduino_serial_using_stream
use Stream abstract interface for serial port in ArduinoSerialInterface
|
2025-04-30 22:14:55 +10:00 |
|
Scott Powell
|
8a8e89f282
|
* refactor: "neighbors" command
|
2025-04-30 21:41:09 +10:00 |
|
Florent de Lamotte
|
05254bd67b
|
t114 display : some fixes
|
2025-04-30 11:26:04 +02:00 |
|
Florent de Lamotte
|
f68b9bbfca
|
Merge branch 'dev' into t114_monochrome
|
2025-04-30 11:11:01 +02:00 |
|
Florent de Lamotte
|
1c67d1cb42
|
change screen rotation and fix bitmap
|
2025-04-30 11:09:43 +02:00 |
|
Scott Powell
|
056bcf83d9
|
* Repeater: neighbour table now only of other repeaters
|
2025-04-30 18:43:48 +10:00 |
|
Scott Powell
|
f261599608
|
* bug fix for CLI retry attempts (should be ignored)
|
2025-04-30 18:10:58 +10:00 |
|
Scott Powell
|
e6325db72b
|
* repeater: new CLI command 'neighbors'
|
2025-04-30 18:01:30 +10:00 |
|
ripplebiz
|
21756d5e1c
|
Merge pull request #232 from fdlamotte/xiao_s3_screen
add display to companion_radio_ble target
|
2025-04-29 15:50:25 +10:00 |
|
Florent de Lamotte
|
7eebd81cd0
|
use Stream abstract interface for serial port in ArduinoSerialInterface
|
2025-04-28 16:17:29 +02:00 |
|
Florent de Lamotte
|
2cdb3b501c
|
add display to companion_radio_ble target
|
2025-04-28 11:08:20 +02:00 |
|
Jacob Quatier
|
13654347c7
|
Merge branch 'ripplebiz:main' into ui-enhancements
|
2025-04-27 20:37:49 -07:00 |
|
recrof
|
4f2aaa47d3
|
detect if we have nrf52 by probing for *.zip and *.hex output files
|
2025-04-27 10:24:38 +02:00 |
|
ripplebiz
|
b614cef980
|
Merge pull request #228 from liamcottle/dev
remove pin mode setup from uitask
|
2025-04-26 20:07:48 +10:00 |
|
ripplebiz
|
569ef18b35
|
Merge pull request #225 from alesgenova/short-led
companion_radio: greatly reduce the status LED usage
|
2025-04-26 17:27:03 +10:00 |
|
liamcottle
|
8f5a2ac832
|
remove pin mode setup from uitask
|
2025-04-26 17:54:59 +12:00 |
|
Scott Powell
|
c942aa06f9
|
* Packet::readFrom() payload_len guard
|
2025-04-26 11:05:13 +10:00 |
|
ripplebiz
|
2f047da3a3
|
Merge pull request #223 from neutralinsomniac/add_direnv_to_gitignore
Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment
|
2025-04-25 19:28:12 +10:00 |
|
Alessandro Genova
|
f51ab11cf1
|
companion_radio: greatly reduce the status LED usage
|
2025-04-24 23:22:14 -04:00 |
|
Florent
|
2a7e105c59
|
some tests
|
2025-04-24 22:37:06 +02:00 |
|
Jeremy O'Brien
|
0fc4d244ea
|
Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment
|
2025-04-24 12:22:52 -04:00 |
|
Scott Powell
|
36b981c9eb
|
* new targets: Generic_E22_*_repeater
|
2025-04-24 13:50:18 +10:00 |
|
Scott Powell
|
e1092118d9
|
* ESPNOW: packet rx/tx counters
|
2025-04-24 12:16:55 +10:00 |
|
Scott Powell
|
00f0bb7471
|
* ESPNOW: now using hardware RNG for radio_new_identity()
|
2025-04-24 10:59:01 +10:00 |
|
ripplebiz
|
10df19d3a3
|
Merge pull request #222 from rusty-labs/tbeam_sx1262_support
Support for TBeam SX1262 board /dev
|
2025-04-24 10:28:56 +10:00 |
|
rusty.labs
|
da1febdd88
|
Support for TBeam SX1262 board
|
2025-04-23 20:23:06 -04:00 |
|
ripplebiz
|
70b6e01c49
|
Merge pull request #205 from neutralinsomniac/add_default_nix
Add default.nix/.envrc for automagic dev environment on NixOS
|
2025-04-24 09:56:48 +10:00 |
|
ripplebiz
|
285423ca55
|
Merge pull request #220 from fdlamotte/xiao-nrf52-targets
xiao_nrf52-missing_targets
|
2025-04-23 19:23:37 +10:00 |
|
Florent
|
8c992d5037
|
xiao_nrf52-missing_targets
|
2025-04-23 11:20:28 +02:00 |
|
ripplebiz
|
977b76c47e
|
Merge pull request #219 from recrof/dev
bugfix: Faketec: only include SSD1306Display during build
|
2025-04-23 19:06:47 +10:00 |
|
recrof
|
669597ea4f
|
bugfix: only include SSD1306Display during build
|
2025-04-23 10:43:56 +02:00 |
|
Scott Powell
|
a87b5231cc
|
* RP2040 IdentityStore begin(), to ensure mkdir()
|
2025-04-22 15:26:04 +10:00 |
|
ripplebiz
|
2ba3f42f30
|
Merge pull request #217 from AeroXuk/feature/rp2040_picow_dev
Support for Pi PicoW
|
2025-04-22 15:04:09 +10:00 |
|
AeroXuk
|
26efe2fb19
|
Hopefully the correct ADC_MULTIPLIER value.
|
2025-04-21 23:01:44 +01:00 |
|
AeroXuk
|
4d9964ff98
|
Correct opens to use "w" filemode instead of "w+" filemode.
|
2025-04-21 21:49:41 +01:00 |
|
AeroXuk
|
b1c8963e1e
|
Merge 'dev' into 'feature/rp2040_picow_dev'.
|
2025-04-21 21:21:10 +01:00 |
|
AeroXuk
|
99246e6b6f
|
Added Pi PIcoW support in the following modes:
- Companion Radio over USB Serial
- Repeater
- Room Server
- Terminal Chat
|
2025-04-21 21:17:03 +01:00 |
|
Scott Powell
|
76847a7756
|
Merge branch 'dev'
repeater-v1.5.1
room-server-v1.5.1
companion-v1.5.1
|
2025-04-21 21:57:55 +10:00 |
|
Scott Powell
|
9d82911e18
|
* ver bump to v1.5.1
|
2025-04-21 21:50:55 +10:00 |
|
Scott Powell
|
631f593895
|
* companion: bug fix for 'export contact'
|
2025-04-21 21:38:57 +10:00 |
|
Scott Powell
|
933764546a
|
Merge branch 'dev'
companion-v1.5.0
repeater-v1.5.0
room-server-v1.5.0
|
2025-04-21 17:39:57 +10:00 |
|
Scott Powell
|
1e263cab2b
|
* ver bump to v1.5.0
|
2025-04-21 17:39:36 +10:00 |
|
ripplebiz
|
a81e8b4b54
|
Merge pull request #211 from fdlamotte/techo-display
Techo display
|
2025-04-21 16:44:52 +10:00 |
|
Scott Powell
|
8f70d48ea1
|
* fix for AutoDiscoverRTCClock
|
2025-04-21 16:35:55 +10:00 |
|
ripplebiz
|
c0eb5bffaa
|
Merge pull request #212 from fdlamotte/xiao_nrf52-batread
xiao-nrf keep vbat_en to low to prevent issues ...
|
2025-04-21 16:29:26 +10:00 |
|
ripplebiz
|
1b25a63996
|
Merge pull request #210 from fdlamotte/xiao_expansion
support for xiao expansion board screen
|
2025-04-21 16:25:51 +10:00 |
|