Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbccd3ad

Browse files
authored
Update README.md
1 parent78fa550 commitbccd3ad

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

‎README.md‎

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ Implement this Module to upload/download files on your device.
44
You can also do a firmware update.
55

66
##Step 1
7-
Add the Module to your platform.ini and set the fileystem size.
8-
```ini
9-
board_build.filesystem_size = 0.5m
10-
lib_deps =
11-
[...]
12-
https://github.com/OpenKnx/OFM-FileTransferModule
13-
```
14-
15-
Make shure you get this output in your build step:
7+
Make shure you get this output in your build step:
8+
Sizes depends on your configuration, but you need the entry "Filesystem size".
169
```
1710
Flash size: 2.00MB
1811
Sketch size: 1.50MB
@@ -31,7 +24,7 @@ void setup()
3124
const uint8_t firmwareRevision = 0;
3225
openknx.init(firmwareRevision);
3326
openknx.addModule(1, ...);
34-
openknx.addModule(2,newFileTransferModule());
27+
openknx.addModule(2, FileTransferModule);
3528
openknx.setup();
3629

3730
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp