enable 4x05_read via lua

This commit is contained in:
iceman1001
2020-10-10 00:51:02 +02:00
parent 6454e168fb
commit 2098a6113b
3 changed files with 44 additions and 1 deletions

View File

@@ -922,7 +922,7 @@ static int demodEM4x05resp(uint32_t *word, bool onlyPreamble) {
//////////////// 4205 / 4305 commands
#include "util_posix.h" // msclock
static int EM4x05ReadWord_ext(uint8_t addr, uint32_t pwd, bool usePwd, uint32_t *word) {
int EM4x05ReadWord_ext(uint8_t addr, uint32_t pwd, bool usePwd, uint32_t *word) {
struct {
uint32_t password;