194 Commits (13bc6e417805addbd04168771e5d179418647fc2)
 

Author SHA1 Message Date
liamcottle 13bc6e4178 setup automated firmware builds with github actions 1 year ago
Scott Powell 1348f89ead Merge branch 'dev' 1 year ago
Scott Powell ad5f588028 * Semantic versioning in repeater, room server. "ver" CLI command changed. 1 year ago
Scott Powell c7cbd1a3b3 * HOTIFX: HeltecV3, SDA/SCL pin defines 1 year ago
Scott Powell 45365322a7 * companion: RESP_CODE_DEVICE_INFO format change. 1 year ago
ripplebiz f03946bcb3
Merge pull request #58 from LitBomb/patch-1 1 year ago
uncle lit 45a9bb5437
Update faq.md 1 year ago
Scott Powell 017795a8d1 * new docs folder, FAQ added 1 year ago
Scott Powell 1a4063bbe8 * companion radio: connection status now supported (Keep_alive pings, etc) 1 year ago
Scott Powell 0a5bcb9e2c * room server: login response, permission byte now returned 1 year ago
Scott Powell 88959b6b03 * companion radio: support for TXT_TYPE_SIGNED_PLAIN 1 year ago
Scott Powell 7cb0412c75 * prefs guard word added 1 year ago
Scott Powell c1e6dde3d5 * misc 1 year ago
Scott Powell 1912710c75 * "set radio.." now with "OK" response 1 year ago
Scott Powell f35a9032ac * CLI: get/set radio added 1 year ago
Scott Powell 0e2bee03b6 * repeater, room server: new prefs: sf, cr, bw. "set tx ..." now instant, no reboot needed. 1 year ago
ripplebiz 50fc2100db
Merge pull request #52 from liamcottle/board/t1000e 1 year ago
Scott Powell afd9cf2743 * CommonCLI: "get " commands 1 year ago
Scott Powell e32fea0745 * refactored handleCommand() to CommonCLI class 1 year ago
Scott Powell 1209d54d2e * various changes for CLI support via companion radio 1 year ago
Scott Powell 189ed79d46 * new Dispatcher::getCADFailRetryDelay() 1 year ago
liamcottle 66a85a70f3 add nrf52 s140 softdevice header files for compiling t1000e firmware 1 year ago
Scott Powell be2af61dfe * ESP32: SerialBLEInterface, delay(500) not needed 1 year ago
Scott Powell 54af8ad2a9 * esp32 SerialBLEInterface: 1 second delay now applied before testing whether to re-start advertising 1 year ago
ripplebiz c01c2ed3ac
Merge pull request #49 from liamcottle/main 1 year ago
liamcottle abb2dea321 don't set encryption level on device as it's set on each characteristic 1 year ago
Scott Powell 64ccc4e289 * build fixes for RAK targets 1 year ago
ripplebiz 85e867e923
Merge pull request #47 from fdlamotte/t1000e_work 1 year ago
ripplebiz c4c5d43bc4
Merge pull request #48 from liamcottle/main 1 year ago
liamcottle dbc9659e9a enforce pin being used for ble pairing on nrf52 1 year ago
liamcottle 83c827ce85 enforce pin being used for ble pairing on esp32 1 year ago
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