-changing name to kiln controller
This commit is contained in:
parent
be1267c7a3
commit
0d4a2232ce
@ -14,7 +14,7 @@ listening_port = 8081
|
||||
|
||||
### Cost Estimate
|
||||
kwh_rate = 0.18 # Rate in currency_type to calculate cost to run job
|
||||
currency_type = "USA" # Currency Symbol to show when calculating cost to run job
|
||||
currency_type = "$" # Currency Symbol to show when calculating cost to run job
|
||||
|
||||
########################################################################
|
||||
#
|
||||
|
||||
@ -22,7 +22,7 @@ except:
|
||||
|
||||
logging.basicConfig(level=config.log_level, format=config.log_format)
|
||||
log = logging.getLogger("picoreflowd")
|
||||
log.info("Starting picoreflowd")
|
||||
log.info("Starting kill controller")
|
||||
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
sys.path.insert(0, script_dir + '/lib/')
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<title>picoReflow</title>
|
||||
<title>Kiln Controller</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script src="assets/js/jquery-1.10.2.min.js"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user