Skip to content

Commit 5d87aad

Browse files
tolauwaeMaartenS11
andauthored
🚑 Hotfix #251 (#252)
Co-authored-by: MaartenS11 <[email protected]>
1 parent c4bde16 commit 5d87aad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎platforms/Arduino/Arduino.ino.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ void setup(void) {
5353
}
5454

5555
void loop() {
56-
disableCore0WDT();
5756
m = wac->load_module(wasm, wasm_len, {});
5857

5958
printf("LOADED \n\n");
6059
{{PAUSED}}
6160
xTaskCreate(startDebuggerStd, "Debug Thread", 5000, NULL, 1, NULL);
61+
62+
disableCore0WDT();
6263
printf("START\n\n");
6364

6465
Serial.println("\nFree heap:");

0 commit comments

Comments
 (0)