820 Commits (9f4eeeecebc10851180d3d336445090d6b8d570c)

Author SHA1 Message Date
Daniel Novak 011edd3c99 Fix millis() wraparound in PacketQueue time comparisons 3 months ago
taco 1500a5a9cb add get bootloader.ver command for nrf52 4 months ago
Wessel Nieboer ffc9815e9a
Fix packet pool leak when rx queue is full 4 months ago
recrof cafc212bb2 fix M5Stack Unit M6L build errors 4 months ago
Wessel Nieboer 0b1fd580f1
Fix double claim, eliminate dead code at compile time 4 months ago
Wessel Nieboer d0720c63c2
Allow negative tx power 5 months ago
Quency-D e15503d50d Fix low power consumption issues 4 months ago
taco a342ab8437 nrf52: allow repeater to sleep when idle 4 months ago
taco 31ba971c60 only store advblob when adding/updating contacts 4 months ago
taco c7eea3915d fix: remove esp_wifi.h from esp32board.h 4 months ago
Max Litruv Boonzaayer dd2a9044f3 Refactor display scaling definitions for HELTEC_VISION_MASTER_T190 4 months ago
João Brázio edeafde51c
Fix: Correct validation logic in isValidName function 4 months ago
Piotr Małek 3845a1c021 Fix incorrect INA260 address in debug message 4 months ago
Scott Powell 5ff6e813bd * Fix: RegionMap build fail on _max 4 months ago
Scott Powell 5627500988 * new "clkreboot" CLI command 4 months ago
Matthias Wientapper 0805a47f35 Add output of region cmd via lora cli 4 months ago
liamcottle 7e24bd00b9 increase maximum flood advert interval to 168 hours (7 days) 4 months ago
liamcottle ed589f9620 boot adverts are now zero hop instead of flood 4 months ago
Quency-D c7ac16f0e3 Add v4-tft code. 4 months ago
Scott Powell 7ae164217c * region names now don't need '#' prefix. (SHA still adds a '#' for back compat) 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
entr0p1 1f59e52880 nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockout 4 months ago
Scott Powell 3c27132914 * T1000e BLE - default node name is now the MAC address 4 months ago
Quency-D fc61018d4d Fix the issue of inconsistent I2C usage in the environmental sensor. 4 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 741564dd48 refactor: add populateContactFromAdvert() 5 months ago
taco 403ce1db08 contacts: granular autoadd and overwrite-oldest 5 months ago
Socalix 4575800e40 Turn on register 0x8B5 LSB for improved RX, turn off boosted gain 5 months ago
Scott Powell b6110eee38 * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 5 months ago
Scott Powell 65796c8f20 * CommonCLI: added "set name ..." validation 5 months ago
Scott Powell 5475043083 * new ANON_REQ_TYPE_VER_OWNER 5 months ago
Frieder Schrempf 4f46ec75dd
Remove NRF52BoardOTA class and integrate it into NRF52Board 6 months ago
liamcottle 8708fa012a simplify reading frame header 5 months ago
cj-vana 63767cdb7d Fix typos in README and source comments 5 months ago
liamcottle 71bb49e556 remove use of dynamic allocation 5 months ago
liamcottle ed263b0727 implement frame header parising for wifi interface 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
Frieder Schrempf ab7935142c
EnvironmentSensorManager.cpp: Cleanup after failed RAK4631 GPS detection 6 months ago
Frieder Schrempf e79ee11872
EnvironmentSensorManager.cpp: Fix RAK4631 serial GPS detection 6 months ago
Kevin Le d911a34eeb Used esp_wifi_get_mode instead of WiFi.getMode() to reduce the code size 5 months ago
Kevin Le 33b1e7edb9 Added pad after powersaving_enabled 5 months ago
Scott Powell 90d1e87ba1 * check for 'early receive' ACK 5 months ago
Kevin Le 0b30d2433f To get and average the temperature so it is more accurate, especially in low temperature 5 months ago
Kevin Le def1902688 Fixed T-Beam board to work with sleep 5 months ago
Kevin Le 0d11a02e71 Added extra check for P_LORA_DIO_1 before going to sleep 5 months ago
Kevin Le 89a289eb22 Added powersaving_enabled sanitization 5 months ago