; ; These are initial variables that you can place in your system ; ;$Devicename sets the name or description of the device $Devicename "Communication with Sensirion SHT1 Temperature and Humidity Sensor" ;$DHCP on sets SitePlayer to find its IP address from a DHCP server $DHCP off ;$DownloadPassword sets password for downloading web pages and firmware $DownloadPassword "" ;$SitePassword sets password for browsing web pages $SitePassword "" ;$InitialIP sets SitePlayer’s IP address to use if no DHCP server is available $InitialIP "192.168.1.3" ;$PostIRQ on sets SitePlayer to generate a low level IRQ on pin 11 $PostIRQ off ;$Sitefile sets the binary image filename that will be created $Sitefile "C:\Program Files\SitePlayer\compass.spb" ;$Sitepath sets the root path of the web pages for this project $Sitepath "C:\Program Files\SitePlayer\compass" ;$Include sets the name of a file to include during make process $Include "C:\Program Files\SitePlayer\pcadef.inc" $Include "C:\Program Files\SitePlayer\udpsend_def.inc"