715 Commits (f862dd1aa8ad606c68e5a7aa520b6ddfde06e396)

Author SHA1 Message Date
Christos Themelis f862dd1aa8 wip 4 months ago
Christos Themelis 3c0928b418 Seeed sensecap indicator initial support 4 months ago
Christos Themelis b15285fa3e new ui helpers 4 months ago
Christos Themelis 7e085023ee ui helpers 4 months ago
Christos Themelis ce8add25e1 Update main.cpp 4 months ago
Christos Themelis 673f952d93 ui fixes 4 months ago
Christos Themelis 3e4619995e public chat bug fix 4 months ago
Scott Powell 465776d667 * ver 1.12.0 5 months ago
Christos Themelis a0bfad258b refactor 5 months ago
Christos Themelis 395114d67d keyboard 5 months ago
Christos Themelis b66fddd570 contacts list fixes 5 months ago
Matthias Wientapper 0805a47f35 Add output of region cmd via lora cli 5 months ago
liamcottle d13bc446de added build flag to enable/disable boot advert 5 months ago
liamcottle ed589f9620 boot adverts are now zero hop instead of flood 5 months ago
Chris c16bcd2fe3 Expose a counter to track RadioLib receive errors 5 months ago
Christos Themelis 994aa0fad0 ui changes 5 months ago
Christos Themelis 46b1e76c97 UI updates 5 months ago
Christos Themelis aae6113940 tasks 5 months ago
Christos Themelis 95fb9d6882 Update main.cpp 5 months ago
Christos Themelis af50ff3033 code cleanup 5 months ago
taco 96ef5e5efe allow set prv.key from remote, validate new prv.key 5 months ago
taco 988287bfd7 recalc ClientACL shared_secrets at startup 5 months ago
taco 6336bd5b72 refactor ClientACL and CommonCLI, add ClientACL::clear() 5 months ago
Christos Themelis 7f53a21b9b greek fonts 5 months ago
Christos Themelis 3682e98baa UI fixes 5 months ago
taco 9dd52bd0cc build fix for room server with MESH_DEBUG=1 5 months ago
Scott Powell 3c27132914 * T1000e BLE - default node name is now the MAC address 5 months ago
Christos Themelis 6d486e1eda basic UI (testing) 5 months ago
Christos Themelis c45a35b210 ESP-NOW to mesh bridge 5 months ago
nakoeppen d68bc74514 Remove _serial->isConnected() logic from buzzer notifications 5 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). 6 months ago
Kevin Le 26321162ee To fix the default temperature to be overridden by external sensors (if any) 6 months ago
Kevin Le 1706f759b7 Modified hasPendingWork to return bool 6 months ago
Kevin Le 5c6c15942b Added powersaving to all ESP32 boards with RTC-supported DIO1 6 months ago
liquidraver e855706abb move showalert after saveprefs 6 months ago
Kevin Le 2deb9cf144 Fixed to call getMCUTemperature once. 6 months ago