Commit 693a985
fix: parseable firmware version, TDECK board type, SYM-mode PIN digits
The CI shallow/tagless checkout (plus the git dubious-ownership error
inside the IDF container) made git describe fail, so JADE_VERSION in
get_version_info was "1". Companion apps parse this as semver against
a minimum firmware version and refuse to proceed (endless
get_version_info retries / "please reconnect your hardware wallet").
Fetch full history and tags, mark the workspace safe for git in the
container, and log the version at build time.
Also report BOARD_TYPE "TDECK" instead of "UNKNOWN", and simplify PIN
entry keys to actual ascii digits only - the T-Deck keyboard sends
these with the SYM modifier held, so the letter-alias mapping is
unnecessary.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent e056c0f commit 693a985
3 files changed
Lines changed: 10 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| |||
208 | 204 | | |
209 | 205 | | |
210 | 206 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 207 | + | |
| 208 | + | |
214 | 209 | | |
215 | 210 | | |
216 | | - | |
217 | | - | |
218 | 211 | | |
219 | 212 | | |
220 | 213 | | |
221 | | - | |
| 214 | + | |
222 | 215 | | |
223 | 216 | | |
224 | 217 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | 218 | | |
230 | 219 | | |
231 | 220 | | |
| |||
0 commit comments