Add WIP websocket to controller and refactor settings
This commit is contained in:
		
							parent
							
								
									452454f9e8
								
							
						
					
					
						commit
						32c75ad73a
					
				
					 11 changed files with 128 additions and 37 deletions
				
			
		
							
								
								
									
										11
									
								
								Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
 | 
			
		||||
build:
 | 
			
		||||
	cargo build
 | 
			
		||||
 | 
			
		||||
sqlx: build
 | 
			
		||||
	cargo sqlx database create
 | 
			
		||||
	cargo sqlx migrate run
 | 
			
		||||
	cargo sqlx prepare
 | 
			
		||||
 | 
			
		||||
build-rpi:
 | 
			
		||||
	cross build --target arm-unknown-linux-gnueabihf
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue