Augusto Zanellato
Augusto Zanellato
Hi! That seems to be working fine, only one small note: in Telegram I get a button for each detected plug but the button's text is something like `ipAddressOfThePlug_plugIndex` (example...
Hi, That's now working fine! Thanks for the quick responses!
Compilation errors: ``` /home/augusto/Arduino/libraries/arduino-heatpumpir/IRSenderPWM.cpp: In member function 'virtual void IRSenderPWM::setFrequency(int)': /home/augusto/Arduino/libraries/arduino-heatpumpir/IRSenderPWM.cpp:127:7: error: 'TCCR2A' was not declared in this scope TCCR2A = _BV(WGM20); ^ In file included from /home/augusto/.arduino15/packages/arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/avr/include/avr/io.h:99:0, from /home/augusto/.arduino15/packages/arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/avr/include/avr/pgmspace.h:90,...
I tried using that, but it seems like that IRSenderPWM is always included in the build, so it always causes errors. So I tried your library with an Arduino uno...
Are there any plans to have NFC parser plugins published to app catalog? That would allow for plugins to be distributed without including every one of them in the main...
I'm not sure whether AdGuard is the right place to implement this feature, you should look into installing something like [Cockpit](https://cockpit-project.org) on your Pi
> Hello @augustozanellato ! As @skotopes said, it's not recommended to use RFAL. I am working on new low level nfc driver. Once it's done (hopefully end of december 2022)...
Support added with #3076
Any plans on getting this PR rebased and merged? I'd like to develop new features for the devboard firmware, specifically I was thinking about implementing and RPCTCP proxy using the...
Mizip stands for Mifare Zip, it’s a mifare mini tag. Lf-rfid ZIP keys are based on pcf7931 which flipper doesn’t support due to hw limitations iirc