Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 01b32ed

Browse files
authored
Update README.md
1 parent e4723d4 commit 01b32ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ How to use:
5555
#include "ESP8266TimerInterrupt.h"
5656
5757
#ifndef LED_BUILTIN
58-
#define LED_BUILTIN 2 // Pin D2 mapped to pin GPIO2/ADC12 of ESP32, control on-board LED
58+
#define LED_BUILTIN 2 // Pin D4 mapped to pin GPIO2/TXD1 of ESP8266, NodeMCU and WeMoS, control on-board LED
5959
#endif
6060
6161
volatile uint32_t lastMillis = 0;
6262
63-
void IRAM_ATTR TimerHandler(void)
63+
void ICACHE_RAM_ATTR TimerHandler(void)
6464
{
6565
static bool toggle = false;
6666
static bool started = false;

0 commit comments

Comments
 (0)