163 Commits (7290bf0c7db2290f0ba71aa14ed19d69ba55e59b)
 

Author SHA1 Message Date
Florent de Lamotte 7290bf0c7d t1000e companion radio example builds in tree ! 1 year ago
Florent de Lamotte cc1a944988 upd t1000e board support 1 year ago
Scott Powell a6a6bef371 * new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68), or RV3028 (on i2c addr 0x52) 1 year ago
Scott Powell c4cc3dd1ec * repeater and room server: login password now using strcmp(), new 'set direct.txdelay ..' config 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 37f4ceff85 * strncpy() refactor/fix 1 year ago
Scott Powell 4d8478de98 * added S3 WIO target for BLE companion radio 1 year ago
Scott Powell f434123e99 * tidy ups of PRIVATE_KEY_IMPORT/_EXPORT stuff 1 year ago
ripplebiz 0bb202327a
Merge pull request #32 from liamcottle/main 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 f8d03804e1 * room server: minor timing fix 1 year ago
Scott Powell e65c3e3240 * MESH_DEBUG_PRINTLN fixes 1 year ago
Scott Powell fc02d8fbcb * Mesh/Dispatcher: MESH_DEBUG_ and MESH_PACKET_LOGGING now output date-time. (new getLogDateTime() virtual) 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
ripplebiz 72d44a17d4
Merge pull request #23 from fdlamotte/t1000e_code 1 year ago
Scott Powell ba181da94a * added RTCClock::getCurrentTimeUnique(), for when timestamps need to be unique (if temp rapid-fire) 1 year ago
Scott Powell a115626afd * repeater: added src/dest hashes to logging 1 year ago
Scott Powell 3b5b7a1642 * SimpleMeshTables: ACKs now handled separately 1 year ago
Scott Powell 5811cf9f02 * repeater: Get Stats new fields added: n_direct_dups, n_flood_dups 1 year ago
Scott Powell 9d9145a1c2 * repeater: new CLI commands: "log start", "log stop", "log erase", and "log" 1 year ago
Scott Powell ef95462345 * repeater, room server and terminal chat: default to rxdelay off 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
ripplebiz b934a1286e
Merge pull request #27 from liamcottle/main 1 year ago
liamcottle a96ecd8b5b added CMD_GET_BATTERY_VOLTAGE to companion radio 1 year ago
ripplebiz d6c218c928
Merge pull request #26 from liamcottle/main 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 e16dad778c helper files for t1000e and LR1110 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 cd9b60495d * nrf52 BLE, increased MTU to 250 1 year ago
ripplebiz 7af8f4dfa3
Merge pull request #20 from fdlamotte/nrf52_serial_ble 1 year ago
Scott Powell 0eaa11c56f * BaseChatMesh::sendGroupMessage() added 1 year ago
Florent 51a6cb8982 nrf52 ble uart should work 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 1bab9c861c * new target/env: Heltec_v2_terminal_chat 1 year ago
Scott Powell eb7fec6f1d * companion radio: new command frames: CMD_SET_ADVERT_LATLON, CMD_REMOVE_CONTACT 1 year ago
Scott Powell 5d4a5dce36 Merge branch 'main' into rx_delay 1 year ago
Scott Powell 42f2c1ece5 * new "set guest.password .." CLI command 1 year ago
Scott Powell b85e43e0ae Merge branch 'main' into rx_delay 1 year ago
ripplebiz 8ab1d495e2
Merge pull request #17 from Garrisonsan/patch-1 1 year ago