Browse Source
			
			
			Merge branch 'lumapu:main' into dev03
			
			
				pull/361/head
			
			
		 
		
			
				
					
						 DanielR92
					
					3 years ago
						DanielR92
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 3 changed files with 
4 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/FUNDING.yml
				
- 
					
					
					 
					.github/workflows/compile_development.yml
				
- 
					
					
					 
					.github/workflows/compile_esp8266.yml
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -0,0 +1 @@ | 
			
		
	
		
		
			
				
					|  |  |  |  |  | custom: "https://paypal.me/lupusch" | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -13,7 +13,7 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |     - uses: actions/checkout@v3 |  |  |     - uses: actions/checkout@v3 | 
			
		
	
		
		
			
				
					|  |  |       with: |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |         ref: development03 |  |  |         ref: development03 | 
			
		
	
		
		
			
				
					
					|  |  |     - uses: benjlevesque/short-sha@v1.2 |  |  |     - uses: benjlevesque/short-sha@v2 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       id: short-sha |  |  |       id: short-sha | 
			
		
	
		
		
			
				
					|  |  |       with: |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |         length: 7 |  |  |         length: 7 | 
			
		
	
	
		
		
			
				
					|  | @ -30,7 +30,7 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |         path: ~/.platformio |  |  |         path: ~/.platformio | 
			
		
	
		
		
			
				
					|  |  |         key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |  |  |         key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} | 
			
		
	
		
		
			
				
					|  |  |     - name: setup-python |  |  |     - name: setup-python | 
			
		
	
		
		
			
				
					
					|  |  |       uses: actions/setup-python@v3 |  |  |       uses: actions/setup-python@v4 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     - name: install-platformio |  |  |     - name: install-platformio | 
			
		
	
		
		
			
				
					|  |  |       run: | |  |  |       run: | | 
			
		
	
		
		
			
				
					|  |  |         python -m pip install --upgrade pip |  |  |         python -m pip install --upgrade pip | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -16,7 +16,7 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |     - uses: actions/checkout@v3 |  |  |     - uses: actions/checkout@v3 | 
			
		
	
		
		
			
				
					|  |  |       with: |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |         ref: main |  |  |         ref: main | 
			
		
	
		
		
			
				
					
					|  |  |     - uses: benjlevesque/short-sha@v1.2 |  |  |     - uses: benjlevesque/short-sha@v2 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       id: short-sha |  |  |       id: short-sha | 
			
		
	
		
		
			
				
					|  |  |       with: |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |         length: 7 |  |  |         length: 7 | 
			
		
	
	
		
		
			
				
					|  | 
 |