In the requestEvent you use two Wire.write and two Serial.println.
The Serial.println may not be used in the requestEvent function.
Combine the data in an array and use a single call to Wire.write.
In the requestEvent you use two Wire.write and two Serial.println.
The Serial.println may not be used in the requestEvent function.
Combine the data in an array and use a single call to Wire.write.