Skip to content

Commit 7a7398e

Browse files
committed
Add cross-compiled bytecode
1 parent 3bed291 commit 7a7398e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

manifest.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
metadata(version="0.1.0")
2-
module("thermostat.py")
1+
metadata(
2+
description="Advanced async thermostat logic for micropython",
3+
version="0.1.1"
4+
)
5+
6+
require("time")
7+
require("logging")
8+
9+
package("thermostat")

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"urls": [
3-
["thermostat/__init__.py", "github:solanus-systems/micropython-thermostat/thermostat/__init__.py"]
3+
["thermostat/__init__.mpy", "github:solanus-systems/micropython-thermostat/thermostat/__init__.mpy"]
44
],
55
"deps": [
66
["time", "latest"],
77
["logging", "latest"]
88
],
9-
"version": "0.1.0"
9+
"version": "0.1.1"
1010
}

thermostat/__init__.mpy

3.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)