Commit Graph

37 Commits

Author SHA1 Message Date
7fd9af3288 Remove old code comment 2022-04-22 17:19:23 -07:00
0cdf8a4bed Switch from custom socket API to rpcx 2022-04-22 17:12:30 -07:00
553709ce8d Make sure fs is only updated if dev.FS() succeeds (#11) 2022-03-08 08:32:31 -08:00
9e63401db3 Add update weather command to itctl 2022-02-23 21:22:03 -08:00
4b2694ee0d Switch from viper to koanf 2022-02-21 11:20:02 -08:00
23b9cfe8a3 Update Infinitime library to use custom agent 2021-12-16 21:32:06 -08:00
518fe74e96 Propagate FS errors on read/write and close files when finished writing 2021-12-13 09:58:34 -08:00
c019d7523b Implement file transfer progress 2021-12-12 17:08:48 -08:00
03c3c6b22f Remove debug code 2021-12-11 22:23:01 -08:00
873df67d1f Directly read/write files from ITD 2021-12-11 22:11:01 -08:00
24cfda82d7 Fix and add error messages to fs operations 2021-11-27 00:03:13 -08:00
655af5c446 Ensure that the FS works after a reconnect 2021-11-25 20:35:03 -08:00
f5d326124d Add missing responses to some FS operations 2021-11-25 19:46:04 -08:00
38119435f1 Get BLE FS once rather than on every connection 2021-11-25 19:41:44 -08:00
7b870950d1 Implement BLE FS 2021-11-22 22:04:09 -08:00
0d0db949af Handle unknown request type 2021-10-24 01:11:57 -07:00
0d164aef3d Use request type for error response type 2021-10-24 01:09:27 -07:00
dff34b484d Return request type for response type 2021-10-24 00:45:50 -07:00
2ea9f99db6 Disable firmware updating error once progress channel closed 2021-10-23 22:03:33 -07:00
e198b769f9 Generalize socket cancellation and update API accordingly 2021-10-23 18:03:17 -07:00
f20fdcb161 Add responses to cancellation requests 2021-10-22 22:15:35 -07:00
eeba9b2964 Add cancellation to watchable values 2021-10-22 22:14:01 -07:00
80a5867d6b Send response types in socket responses and create api package 2021-10-22 20:47:57 -07:00
1492db7566 Implement motion service 2021-10-22 13:21:14 -07:00
e7de7bd7bb Update infinitime library version to fix intermittent DFU issues 2021-10-21 20:27:58 -07:00
b15cbb6349 Show update file names when selected in itgui 2021-10-07 13:38:13 -07:00
c56c0ae198 Update variable names and comments for interface-based transliteration 2021-10-04 20:23:54 -07:00
2bbd722ecd Add korean transliteration 2021-10-04 19:07:54 -07:00
73f16fcfef Use interface to allow for more complex transliteration implementations 2021-10-04 17:45:26 -07:00
1db2ca3395 Add transliteration 2021-10-04 01:05:01 -07:00
b7bd385c43 Add GUI frontend 2021-08-25 21:18:24 -07:00
cb8d207249 Switch to iota for request types and move to types package 2021-08-24 20:32:17 -07:00
91f7132d5e Create new config format 2021-08-24 08:33:41 -07:00
adb297c6dd Fix find and replace error 2021-08-22 13:53:32 -07:00
b4992cb393 Update infinitime library to fix connection bug 2021-08-22 13:13:37 -07:00
81fe634ed8 Add uninstall rule to makefile 2021-08-21 17:17:25 -07:00
407a6cb3d7 Initial Commit 2021-08-21 01:19:49 -07:00