Skip to content

Commit

Permalink
Add telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Nov 28, 2020
1 parent 40e061e commit 7ebc646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pcb/gerber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Gerber Files

I generated these files using a script provided by [JLPCB](https://support.jlcpcb.com/article/43-how-to-export-eagle-pcb-to-gerber-files). I have never had boards created from this process, so you are using these at your own risk.

These files were generated on 11/25/20 @ 08:08 CT from the master branch. Please pay attention to the date/time on the originals to ensure they are up to date.
Binary file added pcb/gerber/brewbubbles_gerber.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void loop()
bfTimer.attach(config.brewfather.freq * 60, setDoBrewfTarget);
config.brewfather.update = false;
}

serialLoop();
yield();
}
}

0 comments on commit 7ebc646

Please sign in to comment.