Probleme mit Scetch auf ARD UNO R4
Hallo,
ich habe seit einigen Tagen einen Arduino Uno R4 ESP32 hier am Start. Leider kann ich dadurch den TDS Sensor nicht mehr benutzen. Ich bekomme immer Fehler wegen der .h datei.
Müsste da noch etwas angepasst werden? Bei Arduino bekomme ich die Aussage das die lib angepasst werden müssen so das sie Funktionieren.
Könntet ihr dies einmal überarbeiten so das ich den Sensor weiter nutzen kann.
You can delete line 122 directly in the .cpp file.The reason for the error in this line should be that the bottom layer of Arduino UNO R4 no longer supports the function strupr.The function of this function is to force the string into uppercase letters.You just need to pay attention to enter all uppercase letters when entering the calibration command.
Yeez_BNachtrag: strupr(cmdReceivedBuffer); in datei “GravityTDS.cpp”
exit status 1 'strupr' was not declared in this scope
Ingo.Specht-Gedenk