liamcottle
7d8d66c3e6
fix compilation error in wifi variants due to not enough ram
2026-04-13 01:03:32 +12:00
Malkavien
8056344b86
fix(waveshare-rp2040): add SX126X_RXEN=17 to restore RX sensitivity
...
The Waveshare RP2040-LoRa board has an RF switch with two complementary
control lines:
- DIO2 (CTRL) -- driven automatically by the SX1262 chip: HIGH on TX,
LOW on RX
- GPIO17 (!CTRL) -- was not configured in MeshCore, so it floated and
the switch never properly selected the LNA/RX path
Without this pin driven, the RF switch never switches to RX mode,
resulting in completely degraded reception. TX was unaffected because
DIO2 alone is sufficient to activate the TX path.
Adding SX126X_RXEN=17 lets RadioLib drive GPIO17 as the complement of
DIO2, so the switch correctly routes the signal to the LNA on receive.
Reference: https://files.waveshare.com/wiki/RP2040-LoRa/Rp2040-lora-sch.pdf
2026-04-12 14:49:42 +02:00
Scott Powell
6a939ed8f8
* RegionMap: new 'default' region
2026-04-12 22:06:10 +10:00
Liam Cottle و GitHub
a9de5bfc0c
Merge pull request #1612 from weebl2000/default-button-low
...
Default button polarity to active-LOW across all firmware types
2026-04-12 23:30:28 +12:00
Liam Cottle و GitHub
612aa66fc8
Merge pull request #2075 from pcmoore/working-ina3221
...
RFE: allow for INA3221 macro overrides in platform.io files
2026-04-12 22:49:17 +12:00
Liam Cottle و GitHub
f2b61f1ce5
Merge pull request #1425 from thomasabbott/tcxo_voltage_fix_rp2040
...
RP2040 Update SX126X_DIO3_TCXO_VOLTAGE to 1.8 V
2026-04-12 22:45:00 +12:00
Liam Cottle و GitHub
c92cd219d1
Merge pull request #2164 from Snayler/dev
...
Fix Heltec Wireless Paper battery reading
2026-04-12 21:17:42 +12:00
xJARiD و GitHub
5d4b394104
Merge pull request #16 from xJARiD/develop
...
chore: disable MQTT_DEBUG
2026-04-12 11:06:43 +10:00
Jared Dohrman
9e0cff9e70
chore: enable local MQTT debug builds and disable MQTT_DEBUG in GitHub workflows
2026-04-12 11:00:16 +10:00
Jared Dohrman
ca7c437c10
chore: disable MQTT_DEBUG
2026-04-12 10:55:41 +10:00
xJARiD و GitHub
99dc0710a2
Merge pull request #15 from xJARiD/develop
...
fix: add graceful MQTT reconnect backoff during broker outages
2026-04-12 10:54:42 +10:00
Jared Dohrman
71ddba8bdc
feat: expand repeater web panel with radio presets, info cards, and clock sync controls
2026-04-12 10:33:13 +10:00
Jared Dohrman
3bb4f69566
fix: add graceful MQTT reconnect backoff during broker outages
2026-04-12 09:01:25 +10:00
xJARiD و GitHub
8683da7e47
Merge pull request #14 from xJARiD/develop
...
fix: improve MQTT/web memory usage and streamline broker controls
2026-04-11 18:18:04 +10:00
Jared Dohrman
4f4964e454
fix: add battery reporting toggle for Heltec V3 and clean up VS Code metadata
2026-04-11 18:14:30 +10:00
Jared Dohrman
6680e53ef5
fix: improve MQTT/web memory usage and streamline broker controls
2026-04-11 16:40:45 +10:00
Snayler و GitHub
d360931aa7
Merge branch 'meshcore-dev:dev' into dev
2026-04-10 18:31:52 +01:00
Jared Dohrman
104143f209
fix(web): correct noise floor gauge coloring and expose prv.key in web console
2026-04-10 23:55:49 +10:00
xJARiD و GitHub
243742f7cd
Merge pull request #13 from xJARiD/develop
...
chore(docs): simplify end-user guides and align web panel docs with current UI
2026-04-10 23:09:19 +10:00
Jared Dohrman
3db8b96d6f
chore(docs): simplify end-user guides and align web panel docs with current UI
2026-04-10 23:08:51 +10:00
xJARiD و GitHub
7d6dee33d5
Merge pull request #12 from xJARiD/develop
...
fix(mqtt): clear legacy prefs, restore status publishing, and expand …
2026-04-10 22:28:50 +10:00
Jared Dohrman
328a0ecf6f
fix(mqtt): clear legacy prefs, restore status publishing, and expand web controls
2026-04-10 22:24:58 +10:00
xJARiD و GitHub
a239817d4d
Merge pull request #11 from xJARiD/develop
...
feat(mqtt,docs): add mqtt.status control and tighten migration guidance
2026-04-10 18:31:42 +10:00
Jared Dohrman
60648142a2
feat(mqtt,docs): add mqtt.status control and tighten migration guidance
2026-04-10 18:26:29 +10:00
xJARiD و GitHub
0d77f9ff94
Merge pull request #10 from xJARiD/develop
...
chore: migrate site to Zensical
2026-04-10 18:02:40 +10:00
Jared Dohrman
01d31b3121
chore: migrate site to Zensical
2026-04-10 18:01:38 +10:00
xJARiD و GitHub
42a804ddb5
Merge pull request #9 from xJARiD/develop
...
chore: add a migration guide
2026-04-10 17:32:30 +10:00
Jared Dohrman
6682ef27ce
chore: add a migration guide
2026-04-10 17:30:30 +10:00
Scott Powell
3b32f35288
* Companion: default scope
2026-04-10 17:01:41 +10:00
xJARiD و GitHub
9fb7396c91
Merge pull request #8 from xJARiD/develop
...
chore: add web panel to docs
2026-04-10 16:39:32 +10:00
Jared Dohrman
3470b57355
chore: add web panel to docs
2026-04-10 16:38:37 +10:00
xJARiD و GitHub
723456281c
Merge pull request #7 from xJARiD/develop
...
feat(web,mqtt): add repeater dashboard, MQTT settings, and stabilise HTTPS/TLS startup
2026-04-10 15:26:25 +10:00
Jared Dohrman
c5a0e63239
chore: remove MQQT_DEBUG from S3
2026-04-10 15:20:46 +10:00
Jared Dohrman
b5374a705a
feat(web,mqtt): add repeater dashboard, MQTT settings, and stabilise HTTPS/TLS startup
2026-04-10 15:18:19 +10:00
xJARiD و GitHub
d274718658
Merge pull request #6 from xJARiD/develop
...
chore: add instructions on setting wifi for companion via cli rescue
2026-04-09 18:24:46 +10:00
Jared Dohrman
2a12583d34
chore: add instructions on setting wifi for companion via cli rescue
2026-04-09 18:24:22 +10:00
xJARiD و GitHub
afad5bf576
Merge pull request #5 from xJARiD/develop
...
chore: update README and license.
2026-04-09 17:22:28 +10:00
Jared Dohrman
9c32a94382
chore: update README and license.
2026-04-09 17:22:00 +10:00
xJARiD و GitHub
18fe0d8826
Merge pull request #4 from xJARiD/develop
...
chore: update README
2026-04-09 17:13:21 +10:00
Jared Dohrman
a9e197ddfc
chore: update README
2026-04-09 17:12:40 +10:00
xJARiD و GitHub
9e569e92b4
Delete CNAME
2026-04-09 16:56:34 +10:00
xJARiD و GitHub
c8f6f3c334
Merge pull request #3 from xJARiD/develop
...
feat: add persisted wifi CLI settings for companion wifi builds
2026-04-09 16:43:09 +10:00
Jared Dohrman
bd60d0e631
chore: update theme for web
2026-04-09 16:39:25 +10:00
Jared Dohrman
f653f9ae7c
chore: clean up docs, add push workflow
2026-04-09 16:36:49 +10:00
Jared Dohrman
9ec430c241
feat: add persisted wifi CLI settings for companion wifi builds
2026-04-09 15:55:23 +10:00
Jared Dohrman
1f7d141499
chore: amend pr-build-check workflow
2026-04-09 15:36:27 +10:00
xJARiD و GitHub
cf068c388f
Merge pull request #2 from xJARiD/develop
...
feat: add MQTT repeater support, web config panel, and EastMesh-specific firmware workflows
2026-04-09 15:30:57 +10:00
Jared Dohrman
4b184a60d9
fix: stop tracking web panel cert key and generate it under ignored artifacts
2026-04-09 15:25:52 +10:00
Jared Dohrman
ca63ea923a
fix: generate web panel certs per build and clean up mqtt env flags
2026-04-09 15:19:46 +10:00
Jared Dohrman
238e19d9b7
fix: trim C3 mqtt firmware size and make web panel optional
2026-04-09 15:14:06 +10:00