mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-11-03 15:41:47 +01:00 
			
		
		
		
	Initial IDF-4.0 port
SmartConfig and ETH need some work to adapt to the new API
This commit is contained in:
		@@ -23,9 +23,9 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
 | 
			
		||||
		git clone https://github.com/espressif/arduino-esp32.git esp32 > /dev/null 2>&1
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	echo "Updating Submodules ..."
 | 
			
		||||
	#echo "Updating Submodules ..."
 | 
			
		||||
	cd esp32
 | 
			
		||||
	git submodule update --init --recursive > /dev/null 2>&1
 | 
			
		||||
	#git submodule update --init --recursive > /dev/null 2>&1
 | 
			
		||||
 | 
			
		||||
	echo "Installing Platform Tools ..."
 | 
			
		||||
	cd tools && python get.py
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user