l00ma / OctoPrint-roomTemp

Octopi : Displays room temperature in navbar
GNU Affero General Public License v3.0
9 stars 15 forks source link

Detect Raspberry Pi 2 #6

Open timpuri opened 6 years ago

timpuri commented 6 years ago

I added mach "BCM2835" to init.py -file at row 35:

if match.group(1) == 'BCM2708' or match.group(1) == 'BCM2709' or match.group(1) == 'BCM2835':