change the paper detecting status to LOW

This commit is contained in:
cuu 2021-04-19 21:30:19 +08:00
parent fc8c648512
commit 065841830e

View File

@ -57,7 +57,7 @@ uint8_t IsPaper()
if( millis() - printer_vps_time > 10) {
ENABLE_PEM;
if(ASK4PAPER==HIGH) // * temporary set,LOW is what we want**
if(ASK4PAPER==LOW) // * LOW is what we want**
{status = IS_PAPER;}
else
{status = NO_PAPER;printf("Error:NO PAPER\n");}