Skip to content

Commit

Permalink
πŸš‘ Hotfix #251 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: MaartenS11 <[email protected]>
  • Loading branch information
tolauwae and MaartenS11 authored Aug 22, 2024
1 parent c4bde16 commit 5d87aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/Arduino/Arduino.ino.template
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ void setup(void) {
}

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

printf("LOADED \n\n");
{{PAUSED}}
xTaskCreate(startDebuggerStd, "Debug Thread", 5000, NULL, 1, NULL);

disableCore0WDT();
printf("START\n\n");

Serial.println("\nFree heap:");
Expand Down

0 comments on commit 5d87aad

Please sign in to comment.