1
0
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:
Cristian Maglie
2015-02-08 18:00:47 +01:00
parent e93be4855f
commit c4cd447283
6 changed files with 19 additions and 16 deletions

View File

@ -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}" />

View File

@ -0,0 +1 @@
61699592ab44df789b98527f2d82e8defc8ce552

Binary file not shown.