11 Feb
2013
11 Feb
'13
5:30 p.m.
On Mon, Feb 11, 2013 at 5:28 PM, Dan Smith dsmith@danplanet.com wrote:
diff -r 6a77491b365f -r 3118ca6e16a6 chirp/vx8.py --- a/chirp/vx8.py Mon Feb 11 10:08:27 2013 -0800 +++ b/chirp/vx8.py Mon Feb 11 12:40:32 2013 -0800 @@ -261,6 +261,7 @@
if not mem.empty and not flag.valid: _wipe_memory(_mem)
flag.valid = True
I'm confused. After we wipe it, it's valid?
If you read _wipe_memory(), you'll see it is used to zero the memory before writing something new to it. So yes, initialize the space, then mark it valid.
You can discard this patch and use Sean's instead.
Tom