Dû passé en python 2.7 au lieu de python 2 mon luatool.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Quelques commandes remote (luatool) à envoyer avec le plugin Atom-IDE-terminal de l'éditeur Atom
|
||||
# zf200928.1111
|
||||
# zf200928.1126
|
||||
|
||||
|
||||
Todo à faire pour ce projet !
|
||||
@@ -59,9 +59,9 @@ ssh -N -L 23000:localhost:23000 ubuntu@www.zuzu-test.ml &
|
||||
telnet -rN $zIP $zport
|
||||
|
||||
=node.heap()
|
||||
verbose=false
|
||||
~.
|
||||
|
||||
verbose=false
|
||||
|
||||
= node.bootreason()
|
||||
# https://nodemcu.readthedocs.io/en/master/modules/node/#nodebootreason
|
||||
@@ -106,6 +106,7 @@ node.restart()
|
||||
telnet -rN $zIP $zport
|
||||
dofile("head.lua")
|
||||
zhead("boot.lua")
|
||||
zhead("0_cron.lua")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python2.7
|
||||
# -*- coding: utf-8 -*-
|
||||
version = "0.6.8 zf191225.1428"
|
||||
version = "0.6.9 zf200928.1126"
|
||||
|
||||
print("luatool.py ver " + version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user