Carglglz

Results 91 comments of Carglglz

@Ricky1966 I think you may want to check the develop branch at https://github.com/Carglglz/NFC_PN532_SPI/tree/develop, `nfctag/utag.py` is what you may looking for 👀 or at least it can help . I'm not...

> I have to ways, the first is to rewrite entire block (3 bytes remain the same, 1 byte changes) and this is the more easy way. Other way is...

> somewhere I've read this bytes meens start of NDEF Message and ISO 14443/3A, this is right? The second is the lenght of Message, without first and second bytes and...

> I haven't tried using the ntag2xx_write_block function directly, but from what I understand it works, it overwrites 4 bytes in the indicated block. This isn't very practical, because if...

Hi @Naohiro2g, thanks for reporting this issue. > It seems the character color for the local echo is hard coded to white. That is true and I didn't realise this...

> Thank you for the confirmation. The setting for colon seems the same. I assume you don't have to specify the attributes then it will fall back to the user...

> Custom settings for the prompt is a nice idea and I like it. The green is good in the light theme, too. User input and colon should be in...

I've done something similar with the 'git' integration for the SHELL-REPL modes check the gif in README: **New in version 0.2.6: 'git' integration in SHELLS (SSL/Web/SERIAL)**: (This needs 'git' available...

Yes `git push dev` will push local changes to the "device repo", `git push` will push local changes to a remote (e.g. GitHub ) if it exists. Otherwise for this...

I think I've came up with an idea on how to do this: using a log file in the cwd of the project. The use of command `upydev watch -fre...