fixme for branch checkout

This commit is contained in:
jbruce12000 2023-12-05 13:12:50 -05:00
parent 4ccc516672
commit 7c18599d4d

View File

@ -15,6 +15,8 @@ As of 2023 I stopped supporting and adding features to the old code. It still wo
The easiest way to convert from the old code to the new is to use software spi, also known as bitbanging, to grab data from the thermocouple board. You will not have to make any wiring changes. You'll only need to change config.py and test it to make sure it works. The easiest way to convert from the old code to the new is to use software spi, also known as bitbanging, to grab data from the thermocouple board. You will not have to make any wiring changes. You'll only need to change config.py and test it to make sure it works.
FIXME - need instructions on branch names to checkout etc.
1. make a backup of config.py. You'll need it for the next step. 1. make a backup of config.py. You'll need it for the next step.
cp config.py config.py.bak cp config.py config.py.bak