reworked most of the code to be simpler, albeit also less powerful

This commit is contained in:
janik
2021-08-21 12:09:58 +02:00
commit 5cb6815159
9 changed files with 426 additions and 0 deletions

13
micropy.json Executable file
View File

@ -0,0 +1,13 @@
{
"name": "smoker-thermometer",
"stubs": {
"esp32-micropython-1.15.0": "1.3.9"
},
"dev-packages": {
"micropy-cli": "*"
},
"packages": {},
"config": {
"vscode": true
}
}