mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Updated offline docs
This commit is contained in:
@ -143,7 +143,12 @@
|
||||
</copy>
|
||||
|
||||
<!-- Unzip documentation -->
|
||||
<unzip dest="${target.path}" src="shared/reference.zip" overwrite="false"/>
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="shared/reference-1.6.0.zip" />
|
||||
<param name="archive_url" value="http://arduino.cc/download.php?f=/reference-1.6.0.zip" />
|
||||
<param name="final_folder" value="${target.path}/reference" />
|
||||
<param name="dest_folder" value="${target.path}" />
|
||||
</antcall>
|
||||
|
||||
<!-- Write the revision file! -->
|
||||
<echo file="${target.path}/lib/version.txt" message="${version}" />
|
||||
|
1
build/shared/reference-1.6.0.zip.sha
Normal file
1
build/shared/reference-1.6.0.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
61699592ab44df789b98527f2d82e8defc8ce552
|
Binary file not shown.
Reference in New Issue
Block a user