Skip to content

Conversation

@apal6981
Copy link
Contributor

No description provided.

Copy link
Contributor

@christopolise christopolise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a big PR, and almost everything is great. There are some bug fixes linked and also a request for some quick comments that will help with documenting later

}
}

// void setup() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we are including this commented code? Can we delete it or is it documenting something?

commandBuffer[i + 2] = 1
for i in range(10):
sock.sendto(commandSerializer.pack(*commandBuffer), ("172.0.0.3", 1883))
# for index, value in enumerate(commandBuffer[2:].reverse()):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to stay as a documenting feature or can it be removed?

import struct
import time

sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get some quick comments on this file?

@@ -0,0 +1,366 @@
#include <Arduino.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get some comments on this file?

@christopolise christopolise mentioned this pull request Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants