[FL-1891] Release 0.42 bugfixes (#891)
* Fixed the "ibutton can only emulate after reading" bug * Fixed previous fix. FIXES FOR THE FIX GOD! BUGS FOR THE BUG THRONE! * Fixed "Repeat code" position on code input screen * Changed CAME protocol icon * Brewfile: add imagemagick missing assets compiler dependency * Correct fix for "Repeat code" position on code input screen Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
		@@ -37,7 +37,9 @@ void RfidWriter::start() {
 | 
			
		||||
    furi_hal_rfid_tim_read(125000, 0.5);
 | 
			
		||||
    furi_hal_rfid_pins_read();
 | 
			
		||||
    furi_hal_rfid_tim_read_start();
 | 
			
		||||
    hal_gpio_write(&gpio_rfid_pull, true);
 | 
			
		||||
 | 
			
		||||
    // do not ground the antenna
 | 
			
		||||
    furi_hal_rfid_pin_pull_release();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void RfidWriter::stop() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user