[FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565)
* FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx * Github: workflow event debug print * Github: proper PR head commit SHA extraction in get_env.py
This commit is contained in:
		| @@ -14,8 +14,8 @@ typedef struct { | ||||
| static iButtonProtocolGroupDallas* ibutton_protocol_group_dallas_alloc() { | ||||
|     iButtonProtocolGroupDallas* group = malloc(sizeof(iButtonProtocolGroupDallas)); | ||||
|  | ||||
|     group->host = onewire_host_alloc(&ibutton_gpio); | ||||
|     group->bus = onewire_slave_alloc(&ibutton_gpio); | ||||
|     group->host = onewire_host_alloc(&gpio_ibutton); | ||||
|     group->bus = onewire_slave_alloc(&gpio_ibutton); | ||||
|  | ||||
|     return group; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user