Fix number of dolphin_apps (#1874)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									ead9f134f4
								
							
						
					
					
						commit
						f81999ea4a
					
				| @ -35,9 +35,9 @@ static const DolphinDeedWeight dolphin_deed_weights[] = { | ||||
|     {2, DolphinAppIbutton}, // DolphinDeedIbuttonAdd
 | ||||
| 
 | ||||
|     {3, DolphinAppBadusb}, // DolphinDeedBadUsbPlayScript
 | ||||
|     {3, DolphinAppU2f}, // DolphinDeedU2fAuthorized
 | ||||
|     {3, DolphinAppPlugin}, // DolphinDeedU2fAuthorized
 | ||||
| 
 | ||||
|     {1, DolphinAppGpio}, // DolphinDeedGpioUartBridge
 | ||||
|     {1, DolphinAppPlugin}, // DolphinDeedGpioUartBridge
 | ||||
| 
 | ||||
|     {1, DolphinAppPlugin}, // DolphinDeedPluginStart
 | ||||
|     {1, DolphinAppPlugin}, // DolphinDeedPluginGameStart
 | ||||
| @ -51,8 +51,6 @@ static uint8_t dolphin_deed_limits[] = { | ||||
|     20, // DolphinAppIr
 | ||||
|     20, // DolphinAppIbutton
 | ||||
|     20, // DolphinAppBadusb
 | ||||
|     20, // DolphinAppU2f
 | ||||
|     20, // DolphinAppGpio
 | ||||
|     20, // DolphinAppPlugin
 | ||||
| }; | ||||
| 
 | ||||
|  | ||||
| @ -13,8 +13,6 @@ typedef enum { | ||||
|     DolphinAppIr, | ||||
|     DolphinAppIbutton, | ||||
|     DolphinAppBadusb, | ||||
|     DolphinAppU2f, | ||||
|     DolphinAppGpio, | ||||
|     DolphinAppPlugin, | ||||
|     DolphinAppMAX, | ||||
| } DolphinApp; | ||||
| @ -55,7 +53,6 @@ typedef enum { | ||||
|     DolphinDeedBadUsbPlayScript, | ||||
| 
 | ||||
|     DolphinDeedU2fAuthorized, | ||||
| 
 | ||||
|     DolphinDeedGpioUartBridge, | ||||
| 
 | ||||
|     DolphinDeedPluginStart, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikolay Minaylov
						Nikolay Minaylov