mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update LorenzAttractor_ESP32.ino
This commit is contained in:
parent
eb54ff3e39
commit
6d568de039
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user