79 Commits (b94fed4e4e9bd9cf50dc5ab45b1794ab4086a93b)

Author SHA1 Message Date
Scott Powell b94fed4e4e * companion: channel names 1 year ago
Scott Powell adf9b24867 * companion: channels now persisted. RESP_CODE_DEVICE_INFO now includes MAX_CONTACTS (div 2) and MAX_GROUP_CHANNELS 1 year ago
Scott Powell 8c68dbb6e9 * Companion: new CMD_GET_CHANNEL, CMD_SET_CHANNEL 1 year ago
Scott Powell f9b2428dcd * BLE_NAME_PREFIX refactor 1 year ago
Scott Powell 2cb742b100 ver bump to 1.2.2 1 year ago
Scott Powell a259d27cfe * trying setCRC(1) 1 year ago
Scott Powell f77a6944f9 * PUSH_CODE_LOG_RX_DATA: is now just: {snr*4},{rssi},{raw-lora-packet} 1 year ago
Scott Powell 8f609524bd * companion: added new PUSH_CODE_LOG_RX_DATA (0x88) for inspecting all received packets 1 year ago
Scott Powell 5acfe52417 * new build option: SX126X_RX_BOOSTED_GAIN 1 year ago
Diego Munhoz a5fb3acc9b add: BLE_NAME_PREFIX flag 1 year ago
Scott Powell 808d3933c1 Version bump to v1.2.1 1 year ago
Scott Powell cf17091588 * display.begin() delayed in setup(). 1 year ago
Scott Powell 1f4a81360b * companion: new command: CMD_GET_CONTACT_BY_KEY (30) 1 year ago
Rastislav Vysoky 2dd2571154 Added support for LilyGo T-Echo 1 year ago
Rastislav Vysoky b74ae1302b Added support for Heltec t114 1 year ago
Scott Powell 78ee88c9ed * companion, HeltecV3: now picks random BLE pin for every session (from boot), unless a (non-zero) one stored in _prefs 1 year ago
Alex Wolden d36da0ed8e Refactor naming 1 year ago
Scott Powell 86681364bd * companion: UITask now shows BLE PIN (when no connection) 1 year ago
Scott Powell 372c228210 * new ui/DisplayDriver classes (just SSD1306Display impl for now) 1 year ago
Alex Wolden e1022791e8 Add support for LilyGo T3 with SX1276 module 1 year ago
Florent de Lamotte 03293be892 new Heltec_v3_companion_radio_wifi target 1 year ago
Scott Powell 45365322a7 * companion: RESP_CODE_DEVICE_INFO format change. 1 year ago
Scott Powell 1a4063bbe8 * companion radio: connection status now supported (Keep_alive pings, etc) 1 year ago
Scott Powell 88959b6b03 * companion radio: support for TXT_TYPE_SIGNED_PLAIN 1 year ago
Scott Powell 1209d54d2e * various changes for CLI support via companion radio 1 year ago
Scott Powell d81bbe56a0 * repeater: login now evicts oldest client table entry if full. New RESP_SERVER_LOGIN_OK login response format (with permissions byte) 1 year ago
Scott Powell d880a48b85 * companion radio: new CMD_SEND_LOGIN, CMD_SEND_STATUS_REQ 1 year ago
Scott Powell 274bd6ddbf * new PAYLOAD_TYPE_RAW_CUSTOM 1 year ago
Scott Powell fc4e5ed54c * new StrHelper::strzcpy() 1 year ago
Scott Powell f434123e99 * tidy ups of PRIVATE_KEY_IMPORT/_EXPORT stuff 1 year ago
liamcottle 9faba8f184 add build flags to enable and disable private key import and export 1 year ago
liamcottle 6af9774976 add new commands to companion firmware to import and export identity private key 1 year ago
Scott Powell cf63ec9493 * companion radio: new CMD_DEVICE_QUERY -> RESP_CODE_DEVICE_INFO, airtime_factor added to CMD_SET_TUNING_PARAMS, CMD_REBOOT change 1 year ago
Scott Powell 769711ff81 * companion radio: "set af .." now applied, rxdelay now OFF by default. (can set though with new CMD_SET_TUNING_PARAMS) 1 year ago
liamcottle a96ecd8b5b added CMD_GET_BATTERY_VOLTAGE to companion radio 1 year ago
liamcottle e8390ebc7b added CMD_REBOOT to companion radio 1 year ago
Scott Powell a2fa4caa3f * companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACT 1 year ago
Scott Powell 65580c76d0 * companion radio: new CMD_SHARE_CONTACT 1 year ago
Florent b4ee9ecfb9 add T1000e conditionals to examples 1 year ago
Scott Powell 67c7fc070e * companion radio: BLE variants now set device name to "MeshCore-{advert-name}" 1 year ago
Scott Powell a922d0711d * ver bumps 1 year ago
Scott Powell b8d467fbab * BaseChatMesh: sendLogin(), onContactResponse() 1 year ago
Scott Powell 0eaa11c56f * BaseChatMesh::sendGroupMessage() added 1 year ago
Scott Powell 824f8c1349 * companion radio for RAK (USB) now fixed. (thanks to Bernd Giesecke) 1 year ago
Scott Powell 55531993bd * companion radio: _SELF_INFO frames now include current adv_lat, and adv_lon 1 year ago
Scott Powell 9013d99265 * new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb 1 year ago
Scott Powell eb7fec6f1d * companion radio: new command frames: CMD_SET_ADVERT_LATLON, CMD_REMOVE_CONTACT 1 year ago
Scott Powell 5e599f143c * companion radio: removed need for reboot after setting radio params or tx power 1 year ago
Scott Powell 53a55f3a13 * TIMEOUT estimate adjusted 1 year ago
Scott Powell 5395214ef2 * companion radio: new RESP_CODE_NO_MORE_MESSAGES response 1 year ago