Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 643301d

Browse files
committed
tweaks
1 parent 06f7790 commit 643301d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/FirebaseMorse_ESP8266/FirebaseMorse_ESP8266.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Adafruit_SSD1306 display(oledResetPin);
3838

3939
const int morseButtonPin = 2;
4040

41+
void updateDisplay(const String& message);
42+
void initializeMorseToChar();
43+
4144
void setup() {
4245
initializeMorseToChar();
4346

0 commit comments

Comments
 (0)