We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would this be the line to change?
PocketPCR/code/PocketPCR_V2_quite_dev_i_disp/PocketPCR_V2_quite_dev_i_disp.ino
Line 252 in daf77fc
I'd change counter=1 to counter=0, but I'm not sure if that would actually work.
counter=1
counter=0
I get the feeling that it will still cycle because the cycle counter is only read after the elongation step:
Line 320 in daf77fc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would this be the line to change?
PocketPCR/code/PocketPCR_V2_quite_dev_i_disp/PocketPCR_V2_quite_dev_i_disp.ino
Line 252 in daf77fc
I'd change
counter=1
tocounter=0
, but I'm not sure if that would actually work.I get the feeling that it will still cycle because the cycle counter is only read after the elongation step:
PocketPCR/code/PocketPCR_V2_quite_dev_i_disp/PocketPCR_V2_quite_dev_i_disp.ino
Line 320 in daf77fc
The text was updated successfully, but these errors were encountered: