copy some stuff from upstream

This commit is contained in:
2026-02-17 09:43:26 +01:00
parent 01aa31a1fa
commit af0e177c7d
6 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -959,7 +959,7 @@ void total_pc_control() {
case 1: { // Send data
if(len < 3) break;
Wire.beginTransmission(data[1]);
for(int i = 0; i < (len-2); i++) Wire.write(data[2+i]);
Wire.write(data + 2, len - 2);
auto out = Wire.endTransmission();
Serial.write(2);
Serial.write(1);