[FL-3495] Remove the TODO for GPIO settings save/load (#3015)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									5eb045e25f
								
							
						
					
					
						commit
						c6be6f487a
					
				@ -19,7 +19,7 @@ void gpio_scene_usb_uart_on_enter(void* context) {
 | 
				
			|||||||
    uint32_t prev_state = scene_manager_get_scene_state(app->scene_manager, GpioAppViewUsbUart);
 | 
					    uint32_t prev_state = scene_manager_get_scene_state(app->scene_manager, GpioAppViewUsbUart);
 | 
				
			||||||
    if(prev_state == 0) {
 | 
					    if(prev_state == 0) {
 | 
				
			||||||
        scene_usb_uart = malloc(sizeof(SceneUsbUartBridge));
 | 
					        scene_usb_uart = malloc(sizeof(SceneUsbUartBridge));
 | 
				
			||||||
        scene_usb_uart->cfg.vcp_ch = 0; // TODO FL-3495: settings load
 | 
					        scene_usb_uart->cfg.vcp_ch = 0;
 | 
				
			||||||
        scene_usb_uart->cfg.uart_ch = 0;
 | 
					        scene_usb_uart->cfg.uart_ch = 0;
 | 
				
			||||||
        scene_usb_uart->cfg.flow_pins = 0;
 | 
					        scene_usb_uart->cfg.flow_pins = 0;
 | 
				
			||||||
        scene_usb_uart->cfg.baudrate_mode = 0;
 | 
					        scene_usb_uart->cfg.baudrate_mode = 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user