ea9a4dcd3a
* room server: adding post, was not sending Acks on retries. * room server and repeater: now does NOT send Acks for TXT_TYPE_CLI_DATA commands
Scott Powell2025-03-03 15:30:50 +11:00
be2af61dfe
* ESP32: SerialBLEInterface, delay(500) not needed
Scott Powell2025-02-26 21:08:54 +11:00
54af8ad2a9
* esp32 SerialBLEInterface: 1 second delay now applied before testing whether to re-start advertising
Scott Powell2025-02-26 20:53:31 +11:00
a6a6bef371
* new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68), or RV3028 (on i2c addr 0x52) * repeater and room server: ver bump (v5), now use AutoDiscoverRTCClock * various Board::begin() now should do Wire.begin(), with custom pin mappings if needed * examples removed: ping client/server, and test_admin
Scott Powell2025-02-25 19:00:07 +11:00
c4cc3dd1ec
* repeater and room server: login password now using strcmp(), new 'set direct.txdelay ..' config
Scott Powell2025-02-24 20:52:13 +11:00
d81bbe56a0
* repeater: login now evicts oldest client table entry if full. New RESP_SERVER_LOGIN_OK login response format (with permissions byte) * companion radio: PUSH_CODE_LOGIN_SUCCESS now returns 'permissions' byte (0 for legacy "OK" response)
Scott Powell2025-02-24 16:01:14 +11:00
d880a48b85
* companion radio: new CMD_SEND_LOGIN, CMD_SEND_STATUS_REQ
Scott Powell2025-02-24 14:05:17 +11:00
fc02d8fbcb
* Mesh/Dispatcher: MESH_DEBUG_ and MESH_PACKET_LOGGING now output date-time. (new getLogDateTime() virtual) * MESH_PACKET_LOGGING now parity with dynamic/file logging (src/dest hashes)
Scott Powell2025-02-20 12:41:47 +11:00
cf63ec9493
* companion radio: new CMD_DEVICE_QUERY -> RESP_CODE_DEVICE_INFO, airtime_factor added to CMD_SET_TUNING_PARAMS, CMD_REBOOT change
Scott Powell2025-02-19 18:59:43 +11:00
ef95462345
* repeater, room server and terminal chat: default to rxdelay off
Scott Powell2025-02-17 10:56:41 +11:00
769711ff81
* companion radio: "set af .." now applied, rxdelay now OFF by default. (can set though with new CMD_SET_TUNING_PARAMS)
Scott Powell2025-02-17 10:43:48 +11:00
51a6cb8982
nrf52 ble uart should work
Florent2025-02-12 17:44:06 +01:00
824f8c1349
* companion radio for RAK (USB) now fixed. (thanks to Bernd Giesecke) * experimental NRF52 impl of SerialBLEInterface, and experimental RAK BLE companion radio target
Scott Powell2025-02-12 18:40:00 +11:00
55531993bd
* companion radio: _SELF_INFO frames now include current adv_lat, and adv_lon
Scott Powell2025-02-11 16:02:35 +11:00
9013d99265
* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb
Scott Powell2025-02-11 15:50:10 +11:00
1bab9c861c
* new target/env: Heltec_v2_terminal_chat
Scott Powell2025-02-11 12:36:26 +11:00
eb7fec6f1d
* companion radio: new command frames: CMD_SET_ADVERT_LATLON, CMD_REMOVE_CONTACT
Scott Powell2025-02-11 12:02:27 +11:00