Skip to content

Commit 3c0cfa8

Browse files
authored
#21: Dynamic execution now continues if wifi is not defined. (#30)
1 parent 9a276dd commit 3c0cfa8

6 files changed

Lines changed: 38312 additions & 38304 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,10 @@ WebScreen uses a JSON configuration file stored on the SD card as `/webscreen.js
231231

232232
**Note:** WebScreen will start in fallback mode (displaying the notification screen) if:
233233
- No `/webscreen.json` configuration file is found on the SD card
234-
- The JavaScript file specified in the `script` field doesn't exist
234+
- The JavaScript file specified in the `script` field doesn't exist on the SD card
235235
- The SD card cannot be mounted
236-
- WiFi connection fails (when configured)
236+
237+
**Important:** If WiFi configuration is missing or WiFi connection fails, WebScreen will still execute the JavaScript application (if the script file exists). This allows offline applications to run without network connectivity.
237238

238239
## Architecture & Building
239240

192 Bytes
Binary file not shown.
520 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)