| example.py should run with micropython. - brcon2025-hackathons - Bitreichcon 20… | |
| git clone git://bitreich.org/brcon2025-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| --- | |
| commit f10e342fba766304ea9cf5727682a096ffea4a30 | |
| parent 553ba7668715f6e16823849778d40b4920915fff | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Thu, 31 Jul 2025 21:16:00 +0200 | |
| example.py should run with micropython. | |
| Diffstat: | |
| M seeedfarming/example.py | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/seeedfarming/example.py b/seeedfarming/example.py | |
| @@ -1,4 +1,4 @@ | |
| -#!/usr/bin/env python | |
| +#!/usr/bin/env micropython | |
| # coding=utf-8 | |
| # | |
| # This is an example script that you can load into MicroPython prompt to |