Skip to content

1820full WIP #1540

New issue

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

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

Conversation

MaxineMuster
Copy link
Contributor

No description provided.

@MaxineMuster MaxineMuster changed the title 1820full just to see merge conflicts 1820full WIP Mar 3, 2025

// poststr_h2(request, "Here you can configure DS18B20 sensors detected or configured");
hprintf255(request, "<h2>Here you can configure DS18B20 sensors detected or cinfigured</h2><h5>Configure DS18B20 devices detected</h5><form action='/cfg_ds18b20'>");

Choose a reason for hiding this comment

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

typo - "or configured"

DS1820_LOG(DEBUG, "DS18B20_OnEverySecond ...");
if(Pin != 99) // so there is at least one Pin defined
{

Choose a reason for hiding this comment

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

Invert logic here for better reading and less indentations:

if (Pin == 99) {
  bk_printf("No Pin found\r\n");
  DS1820_LOG(INFO, "No Pin found\r\n");
  return;
}

@LynxChaus
Copy link

Not working on BK7231T - no ds18b20 detected.

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.

2 participants