[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:
		@@ -29,6 +29,14 @@ void furi_hal_rfid_pins_emulate();
 | 
			
		||||
 */
 | 
			
		||||
void furi_hal_rfid_pins_read();
 | 
			
		||||
 | 
			
		||||
/** Release rfid pull pin
 | 
			
		||||
 */
 | 
			
		||||
void furi_hal_rfid_pin_pull_release();
 | 
			
		||||
 | 
			
		||||
/** Pulldown rfid pull pin
 | 
			
		||||
 */
 | 
			
		||||
void furi_hal_rfid_pin_pull_pulldown();
 | 
			
		||||
 | 
			
		||||
/** Config rfid timer to read state
 | 
			
		||||
 *
 | 
			
		||||
 * @param      freq        timer frequency
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user