Compare commits
	
		
			2 Commits
		
	
	
		
			eee7baaece
			...
			6a9d09ddf3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6a9d09ddf3 | |||
| ef8f27e495 | 
							
								
								
									
										5
									
								
								Software/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Software/.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,8 +1,5 @@
 | 
			
		||||
data/
 | 
			
		||||
.pio
 | 
			
		||||
.vscode/.browse.c_cpp.db*
 | 
			
		||||
.vscode/c_cpp_properties.json
 | 
			
		||||
.vscode/launch.json
 | 
			
		||||
.vscode/ipch
 | 
			
		||||
.vscode
 | 
			
		||||
wifi_credentials.ini
 | 
			
		||||
__pycache__
 | 
			
		||||
							
								
								
									
										10
									
								
								Software/.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								Software/.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							@@ -1,10 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    // See http://go.microsoft.com/fwlink/?LinkId=827846
 | 
			
		||||
    // for the documentation about the extensions.json format
 | 
			
		||||
    "recommendations": [
 | 
			
		||||
        "platformio.platformio-ide"
 | 
			
		||||
    ],
 | 
			
		||||
    "unwantedRecommendations": [
 | 
			
		||||
        "ms-vscode.cpptools-extension-pack"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@@ -46,10 +46,10 @@ monitor_speed = 115200
 | 
			
		||||
 | 
			
		||||
lib_ldf_mode = deep
 | 
			
		||||
lib_deps = 
 | 
			
		||||
    olikraus/U8g2 @ ^2.28.8
 | 
			
		||||
    adafruit/Adafruit NeoPixel @ ^1.11.0
 | 
			
		||||
    sstaub/Ticker @ ^4.2.0
 | 
			
		||||
    robtillaart/I2C_EEPROM @ ^1.5.2
 | 
			
		||||
    olikraus/U8g2 @ ^2.35.9
 | 
			
		||||
    adafruit/Adafruit NeoPixel @ ^1.12.0
 | 
			
		||||
    sstaub/Ticker @ ^4.4.0
 | 
			
		||||
    robtillaart/I2C_EEPROM @ ^1.8.2
 | 
			
		||||
    esphome/ESPAsyncWebServer-esphome @ 3.1.0
 | 
			
		||||
    bblanchon/ArduinoJson @ ^7.0.1
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user