Liam Cottle
612aa66fc8
Merge pull request #2075 from pcmoore/working-ina3221
RFE: allow for INA3221 macro overrides in platform.io files
2 months ago
Liam Cottle
f2b61f1ce5
Merge pull request #1425 from thomasabbott/tcxo_voltage_fix_rp2040
RP2040 Update SX126X_DIO3_TCXO_VOLTAGE to 1.8 V
2 months ago
Liam Cottle
c92cd219d1
Merge pull request #2164 from Snayler/dev
Fix Heltec Wireless Paper battery reading
2 months ago
Snayler
d360931aa7
Merge branch 'meshcore-dev:dev' into dev
2 months ago
Scott Powell
3b32f35288
* Companion: default scope
2 months ago
Liam Cottle
bfd4800f59
Merge pull request #2176 from jschrempp/patch-1
Update RAK 4631 entry in FAQ on new bootloader - removed "see note"
2 months ago
Liam Cottle
be780491ac
Merge pull request #2263 from jirogit/fix/thinknode-m5-wifi-credentials
fix: remove real WiFi credentials from ThinkNode M5 variant
2 months ago
me
d9cfd075a5
fix: remove real WiFi credentials from ThinkNode M5 variant
variants/thinknode_m5/platformio.ini contained actual WiFi SSID and
password credentials (Livebox-633C) committed by mistake. Replaced
with placeholder values consistent with other variants (myssid/mypwd).
2 months ago
liamcottle
9ec08228e5
update faq
2 months ago
Wessel Nieboer
057542625b
Fix T1000E press=high
4 months ago
Wessel Nieboer
0a13ac7fc7
Default button polarity to active-LOW across all firmware types
Nearly all LoRa boards use a boot button that pulls to ground when
pressed.
4 months ago
Wessel Nieboer
a5ae89aac0
Fix RAK4631 SX1262 hardware pin config
3 months ago
Wessel Nieboer
c0252ab82c
Add sanity build for LR1110 and SX1276 too
3 months ago
Andy Shinn
fb726e48c2
Allows us to have custom PlatformIO envs and configs ( #2234 )
2 months ago
Liam Cottle
0afd5a9336
Merge pull request #2244 from jirogit/fix/generic-espnow-advert-name
fix: correct ADVERT_NAME for Generic ESPNow room server (was 'Heltec Room')
2 months ago
Liam Cottle
d04ff17b8c
Merge pull request #2243 from jirogit/fix/thinknode-m5-advert-name
fix: correct ADVERT_NAME for ThinkNode M5 (was M2)
2 months ago
jirogit
6769b74df6
fix: correct ADVERT_NAME for Generic ESPNow room server (was 'Heltec Room')
env:Generic_ESPNOW_room_svr was using 'Heltec Room' as ADVERT_NAME,
causing Generic ESPNow room server nodes to advertise with the wrong
device name on the mesh.
2 months ago
jirogit
ce32d91ecb
fix: correct ADVERT_NAME for ThinkNode M5 (was M2)
Repeater and Room Server environments in variants/thinknode_m5/platformio.ini
were using 'Thinknode M2' as the ADVERT_NAME, causing M5 nodes to advertise
with the wrong device name on the mesh.
- env:ThinkNode_M5_Repeater: 'Thinknode M2 Repeater' -> 'Thinknode M5 Repeater'
- env:ThinkNode_M5_room_server: 'Thinknode M2 Room Server' -> 'Thinknode M5 Room Server'
2 months ago
KPrivitt
27f732653b
Added RAK12035 Soil Moisture and Temperature Sensor ( #2223 )
2 months ago
liamcottle
8ede764104
update readme links
2 months ago
liamcottle
a9b55f58f1
update neighbor.remove docs
2 months ago
ripplebiz
f5c0a7440d
Merge pull request #2227 from Quency-D/fix-BME680
Fixed the initialization error of the BME680 sensor.
2 months ago
Liam Cottle
d0450bca99
Merge pull request #2228 from liamcottle/refactor/gat562-mesh-watch
Refactor GAT562 Mesh Watch
2 months ago
Quency-D
2cbe0c0398
Fixed the initialization error of the BME680 sensor.
2 months ago
Liam Cottle
b934daa990
Merge pull request #2007 from khudson/r1neo
Muzi Works R1 Neo support
2 months ago
Liam Cottle
fcad0dc7ed
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected] >
2 months ago
Liam Cottle
8fc9e1736c
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected] >
2 months ago
Liam Cottle
73fc967388
Merge pull request #2172 from LitBomb/patch-24
add multibyte FAQ, reference awesome-meshcore community projects, minor changes
2 months ago
liamcottle
b37201db89
double press top button to go back on gat562 mesh watch
2 months ago
liamcottle
1a897a3b5f
use top button to wake hibernated gat562 mesh watch
2 months ago
uncle lit
633db082d1
fixed typos and refined multibyte sections.
fixed typos and refined multibyte sections.
2 months ago
Liam Cottle
856df241ee
Merge pull request #2138 from MGJ520/dev_GAT562_Mesh_Watch13
Support for GAT562 Mesh Watch13 device
2 months ago
Liam Cottle
7fc32639a6
Merge pull request #2202 from terminalvelocity23/fix/discover-neighbors-public
Move sendNodeDiscoverReq() from private to public to enable post-boot neighbor discovery
2 months ago
ripplebiz
f8fcc1717a
Merge pull request #2190 from brianwiddas/espnow-missing-methods
Add missing methods in ESPNOWRadio()
2 months ago
terminalvelocity23
08de3fb01f
Make sendNodeDiscoverReq() public for post-boot discovery
2 months ago
liamcottle
30963231ce
update docs logo
2 months ago
Brian Widdas
811ac1cd02
Add missing methods in ESPNOWRadio()
ESP-NOW radios (ie, Generic_ESPNOW_* variants) do not compile due to
missing methods
Changes in January 2026 (019bbf74 ) to add additional stats (receive errors)
to CMD_GET_STATS was not implemented in the ESPNOWRadio() class
Changes in March 2026 (9a95e25e ) to add setRxBoostedGainMode to all devices
rather than just SX1262/SX1268 were not applied to the ESPNowRadio() driver
Specifically, this change adds the following to ESPNOWRadio()
* getPacketsRecvErrors() - always returns 0
* getRxBoostedGainMode() - always returns false
* setRxBoostedGainMode() - does nothing
2 months ago
ripplebiz
bdeb7d8053
Merge pull request #1982 from weebl2000/radiolib7.6.0
Bump RadioLib to 7.6.0
2 months ago
Scott Powell
efc875b1b6
* more notes about number_allocations
2 months ago
Scott Powell
6fb8e60b5f
* number_allocations.md data-type range changes
2 months ago
uncle lit
ea6ec53709
Fix TOC insertion by Markdown All in One VS Code extension
Fixed an extra TOC jump link inserted by VSCode Markdown All in One VS Code extension.
2 months ago
overkillfpv
f0ec5d2ae7
changed to set the preamble on radio settings change
2 months ago
Scott Powell
515af35b13
* docs changes for PAYLOAD_TYPE_GRP_DATA
2 months ago
Jim Schrempp
7268d7d0d3
Update RAK 4631 entry in FAQ on new bootloader
Removed "see note" from RAK 4631 entry in FAQ.
2 months ago
uncle lit
aad1cf81da
add multibyte FAQ, reference awesome-meshcore community projects, minor changes
- Add multi byte FAQ
- Reword amped radio output setting numbers
- Clarify repeater ID collision including distance, supercede https://github.com/meshcore-dev/MeshCore/pull/1478
- Reference awesome meshcore for community projects. Supercede https://github.com/meshcore-dev/MeshCore/pull/1893
2 months ago
Snayler
bfdd5fb571
Fix formatting of ADC_MULTIPLIER definition
2 months ago
Snayler
4b25f0a3df
Add correct ADC_MULTIPLIER definition to Heltec Wireless Paper
2 months ago
Snayler
50e9456f28
Define ADC_MULTIPLIER for adjustable ADC calculation
2 months ago
MGJ
76be69dcde
Reduce unnecessary compilation time
2 months ago
ripplebiz
517f2f1efd
Merge pull request #1961 from weebl2000/dutycycle-command
Add get/set dutycycle command
2 months ago