How to display negative weight information?

How to display negative weight information?
2025-07-24 14:52:03
Tonny12138
Replace the loop function in the code.
void loop() {
Serial.print("weight is: ");
Serial.print(MyScale.readWeight(), 1);
Serial.println(" g");
delay(1000);
}
