Skip to content

Commit 19a2235

Browse files
Update README.md
1 parent cd54df4 commit 19a2235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Your py code:
77
-------------
88
As you can see in example.py you have to create an object on the predefined name: ''''myPYHTMLContent'''
99

10-
You have to add/implement methods: '''__init__(self, RequestData, path, pyfile); doMCUThings(self); generate(self)'''
10+
You have to add/implement methods: '''__init__(self, config, RequestData, path, pyfile); doMCUThings(self); generate(self)'''
1111

1212
Don't forget that basicly your device has only 32KB RAM to use, so do not create to big files.

0 commit comments

Comments
 (0)