adjusting write validation to only print when successful in validating. Otherwise like old times. silence.

This commit is contained in:
iceman1001
2019-09-15 20:27:50 +02:00
parent 960d8c4db3
commit 44cb67c49b
4 changed files with 45 additions and 25 deletions

View File

@@ -11,6 +11,20 @@
#include "common.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "cmdparser.h" // command_t
#include "comms.h"
#include "ui.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "protocols.h" // for T55xx config register definitions
#include "lfdemod.h" // parityTest
#include "cmdlft55xx.h" // verifywrite
int CmdLFPresco(const char *Cmd);
int demodPresco(void);