You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with you, TS is intended to contain the temperature (as float value). The correct pin numer is set there:
#define TempSensor 35 //SYSTEM PARAMETER - Temperature Sensor GPIO Pin
As GPIOs on microcontrollers are normally acting as input input at boot-time/after reset and the GPIO 0 pin is only used as input in this firmare there is nothing that could be damaged.
Anyway: that's a minor failure that should be corrected.
FUGU-ARDUINO-MPPT-FIRMWARE/ARDUINO_MPPT_FIRMWARE_V1.1.ino
Line 315 in fd4d73f
I'm new to this but shouldn't this be TempSensor instead of TS?
The text was updated successfully, but these errors were encountered: