We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the new broadcastd.c line 87 struct sensor_reading* result = read_ds18b20(0);
should it be: struct sensor_reading* result = read_ds18b20();
Sorry - I dont know git enough to do a pull Tony
The text was updated successfully, but these errors were encountered:
I have a new proc for DS18b20 readouts that haven't been published, hence the issue. pls correct locally, I'll be pushing new update sometime
Sorry, something went wrong.
i fixed the issue and submited a pull request
hello can you help for compile the code? i use eclipse and the unofficial compiler
No branches or pull requests
in the new broadcastd.c line 87
struct sensor_reading* result = read_ds18b20(0);
should it be:
struct sensor_reading* result = read_ds18b20();
Sorry - I dont know git enough to do a pull
Tony
The text was updated successfully, but these errors were encountered: