diff --git a/docs/old-to-new.md b/docs/old-to-new.md index 2329c96..6a2b9e8 100644 --- a/docs/old-to-new.md +++ b/docs/old-to-new.md @@ -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. +FIXME - need instructions on branch names to checkout etc. + 1. make a backup of config.py. You'll need it for the next step. cp config.py config.py.bak