719 Commits (3ff1394dd231a1320a8cdc67e7b5ddbcb1ead31c)

Author SHA1 Message Date
Wessel Nieboer e8646f5ede
Parse as signed int 4 months ago
Wessel Nieboer c4c287d01b
Bridge always has work (prevents sleep) 4 months ago
Wessel Nieboer d0720c63c2
Allow negative tx power 5 months ago
Adam Gessaman c0b81b9ad8 Clean up comments on kiss noise floor changes. 4 months ago
João Brázio 5cb26b91f6
Refactor Heltec T114 sensor management 4 months ago
agessaman 0fb570338f fix(kiss): periodic noise floor calibration and AGC reset 4 months ago
taco 598489be47 refactor ui with ring buffer and display most recent 4 months ago
ViezeVingertjes f0ba14ff75 Remove sync word handling from KissModem. 4 months ago
taco a342ab8437 nrf52: allow repeater to sleep when idle 4 months ago
ViezeVingertjes 240b5ea1e3 Refactor KissModem to integrate radio and sensor management directly, removing callback dependencies. 4 months ago
ViezeVingertjes 1bcb52bab3 Add new commands and responses for RSSI, channel status, airtime, noise floor, statistics, battery, and sensors. 4 months ago
taco 8d5eaf500d add makeBlobPath inline helper for esp32 4 months ago
taco e6e1b810f8 add DataStore::deleteBlobByKey() 4 months ago
ViezeVingertjes c786cfe613 Add KISS Modem firmware 4 months ago
agessaman 019bbf74d3 Add recv_errors to CMD_GET_STATS STATS_TYPE_PACKETS response 4 months ago
taco c7eea3915d fix: remove esp_wifi.h from esp32board.h 4 months ago
Rastislav Vysoky c345f1da8e
Revert "Remove _serial->isConnected() logic from buzzer notifications" 4 months ago
Scott Powell 465776d667 * ver 1.12.0 4 months ago
Steven Linn 44e7c092c8 Add battery min/max voltage parameter support 4 months ago
Matthias Wientapper 0805a47f35 Add output of region cmd via lora cli 4 months ago
liamcottle d13bc446de added build flag to enable/disable boot advert 4 months ago
liamcottle ed589f9620 boot adverts are now zero hop instead of flood 4 months ago
Chris c16bcd2fe3 Expose a counter to track RadioLib receive errors 4 months ago
taco 96ef5e5efe allow set prv.key from remote, validate new prv.key 4 months ago
taco 988287bfd7 recalc ClientACL shared_secrets at startup 4 months ago
taco 6336bd5b72 refactor ClientACL and CommonCLI, add ClientACL::clear() 4 months ago
taco 9dd52bd0cc build fix for room server with MESH_DEBUG=1 4 months ago
Scott Powell 3c27132914 * T1000e BLE - default node name is now the MAC address 4 months ago
nakoeppen d68bc74514 Remove _serial->isConnected() logic from buzzer notifications 4 months ago
taco b919119faf only write contacts when changed 5 months ago
taco c61fde9328 always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[] 5 months ago
taco df6687034a bootstrap RTC from contact.lastmod and improve slot overwrite logic 5 months ago
taco 403ce1db08 contacts: granular autoadd and overwrite-oldest 5 months ago
Scott Powell 69a71d0e25 * repeater login response, FIRMWARE_VER_LEVEL now bumped to 2 5 months ago
Scott Powell b6110eee38 * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 5 months ago
Scott Powell 4e4f6d92a0 * ANON_REQ_TYPE_VER_OWNER now delimited by newline chars 5 months ago
Scott Powell 65796c8f20 * CommonCLI: added "set name ..." validation 5 months ago
Scott Powell fd69acb421 * new ANON_REQ_TYPE_VER (for just simple clock + ver info) 5 months ago
Scott Powell 2a035ad816 * ANON_REQ_TYPE_VER_OWNER, now includes node_name 5 months ago
Scott Powell 5475043083 * new ANON_REQ_TYPE_VER_OWNER 5 months ago
Scott Powell 5cc44dd802 * ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request 5 months ago
Scott Powell 3af25495bb * Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited to max 4 every 3 mins) 5 months ago
liquidraver faf177de46 ESP factory reset clear NVS too 5 months ago
entr0p1 4a869163b2 BUGFIX: replay protection on repeaters tripped by timestamp sent from companion node mobile app. Send the node's RTC timestamp for TXT_TYPE_CLI_DATA messages instead of the timestamp from the app (matches the sendRequest() code logic). 5 months ago
Kevin Le 26321162ee To fix the default temperature to be overridden by external sensors (if any) 5 months ago
Kevin Le 1706f759b7 Modified hasPendingWork to return bool 5 months ago
Kevin Le 5c6c15942b Added powersaving to all ESP32 boards with RTC-supported DIO1 5 months ago
liquidraver e855706abb move showalert after saveprefs 6 months ago
Kevin Le 2deb9cf144 Fixed to call getMCUTemperature once. 6 months ago
Kevin Le 4504ad4daf Added default temperature from ESP32 MCU and NRF52 MCU 6 months ago