diff options
author | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
---|---|---|
committer | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
commit | a047db1259d3822b554d300ecc48fb2052bfc849 (patch) | |
tree | 87f05bec0b981ab40b24cd887d860b66cad57bd1 /strings.h | |
parent | 0259dec75bd7b43b0d74fe90ad061f74b5177c86 (diff) | |
download | OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.tar.gz OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.zip |
Diffstat (limited to 'strings.h')
-rw-r--r-- | strings.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,8 @@ -// Strings.h v0.12.2 +// Strings.h v0.12.4 enum S { S_NL, + S_sepLine, S_noprog, S_prog, S_progDev, @@ -182,6 +183,7 @@ enum S { S_WaitS1W, S_WaitS1R, S_WarnFlashSize, + S_SkipSaflock, // GUI strings I_CANCEL, I_OPEN, @@ -202,6 +204,7 @@ enum S { I_ID_BKo_W, I_EE, I_CalW, + I_Saflock, I_OSCW, I_OSC, I_BKOSC, |