| Add shebang to python example.py - brcon2025-hackathons - Bitreichcon 2025 Hack… | |
| git clone git://bitreich.org/brcon2025-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| --- | |
| commit 16594ffc234071581fa9acc9cb7508254f9d3ca6 | |
| parent ae6e1e378cac2eec143fbdc9126c5ae38b8429ef | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Tue, 29 Jul 2025 21:06:48 +0200 | |
| Add shebang to python example.py | |
| Diffstat: | |
| M seeedfarming/example.py | 3 +++ | |
| 1 file changed, 3 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/seeedfarming/example.py b/seeedfarming/example.py | |
| @@ -1,3 +1,6 @@ | |
| +#!/usr/bin/env python | |
| +# coding=utf-8 | |
| +# | |
| # this is an example script that you can load into MicroPython prompt to | |
| # connect yourself to the WiFi access point | |
| import network, socket |