Pinning picoreflowd down to python2 for now

pull/1/head
chrono 2014-11-03 09:56:29 +00:00
rodzic 540280ef45
commit e4d1cba5da
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -3,8 +3,14 @@ picoReflow
Turns a Raspberry Pi into a universal, web enabled Reflow Oven Controller.
**Standard Interface**
![Image](https://apollo.open-resource.org/_media/mission:resources:picoreflow_webinterface.jpg)
**Curve Editor**
![Image](https://apollo.open-resource.org/_media/mission:resources:picoreflow_webinterface_edit.jpg)
Based on MAX 31855 Cold-Junction K-Type Thermocouple and Raspberry Pi GPIO driven Solid State Relays.
## Installation

Wyświetl plik

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import os
import sys