#!/bin/bash
#
# $Id: config,v 1.1.1.1 2002/10/27 21:18:34 adicvs Exp $
#
# This is the configuration file for speak_temperature
#
# It defines some paths and locations for support files which are needed
# to get and process the temperature.
#

# Path to wav files
wavpath="$homedir/audio/default"     # Change to your own wav files

# Digitemp
digitemp="$homedir/bin/digitemp"
digitemprc="$homedir/.digitemprc"
digitempdev="/dev/ttyS0"             # Change as required!

# Temperature files
tempc="$homedir/.celsius"
tempf="$homedir/.farenheit"

