An open source Arduino ESP32 MPPT Charger firmware equipped with charging algorithms, WiFi, LCD menus & more!
Creative Commons Zero v1.0 Universal
519
stars
133
forks
source link
error: insn does not satisfy its constraints: 555 | } #34
Open
charansaitiru opened 3 months ago
I am only getting error for this part of SETTING MENU ITEM CHARGING CURRENT code rest part of the code is fine...
`///// SETTINGS MENU ITEM: CHARGING CURRENT ///// else if(subMenuPage==4) { lcd.setCursor(0,0);lcd.print("CHARGING CURRENT"); if(setMenuPage==1){lcd.setCursor(0,1);lcd.print(" >");} else{lcd.setCursor(0,1);lcd.print("= "); } lcd.setCursor(2,1);lcd.print(currentCharging,2);lcd.print("A");
lcd.print(" ");