mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-29 15:46:46 +00:00 
			
		
		
		
	 f7afa9a81e
			
		
	
	
		f7afa9a81e
		
			
		
	
	
	
	
		
			
			* update device-install.bat * add device-install unittest * update device-update.bat * update uf2-convert.bat * update regen-protos.bat * update rem * bump version * update device-install.sh * add esptool * move esptool to setup.sh * trunk check+fmt * update uf2-convert.bat
		
			
				
	
	
		
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @ECHO OFF
 | |
| SETLOCAL
 | |
| 
 | |
| cd protobufs
 | |
| ..\nanopb-0.4.9\generator-bin\protoc.exe --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:..\src\mesh\generated" -I=..\protobufs\ ..\protobufs\meshtastic\*.proto
 | |
| GOTO eof
 | |
| 
 | |
| :eof
 | |
| ENDLOCAL
 | |
| EXIT /B %ERRORLEVEL%
 |