Skip to content

Commit

Permalink
Merge pull request #53 from T0astLover/patch-1
Browse files Browse the repository at this point in the history
text added to MorseFlasher.ino
  • Loading branch information
eried authored Sep 5, 2024
2 parents 6387aae + d3de62b commit 693844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32cam_marauder/MorseFlasher.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by ChatGPT, and symbols added by Bing Chat
// Created by ChatGPT, and symbols added by Bing Chat, original idea by Nikolai Søndre
const int LED = 4;
const int dotDuration = 350;
const int dashDuration = 3 * dotDuration;
Expand Down

0 comments on commit 693844f

Please sign in to comment.