Update LorenzAttractor_ESP32.ino

This commit is contained in:
Alex Spataru 2024-12-03 02:34:10 -05:00 committed by GitHub
parent eb54ff3e39
commit 6d568de039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,6 @@ void serialTask(void *param) {
while (true) {
int32_t data[3];
if (xQueueReceive(dataQueue, &data, portMAX_DELAY)) {
// Convert data back to float for serial output
Serial.print(data[0] / 1000.0, 6);
Serial.print(",");
Serial.print(data[1] / 1000.0, 6);