I've just bought nodemcu esp8266 wifi module and try it with a example program, the ESP8266_Standalon example program, about controlling an led using blynk app. It become successful. But i accidentally deleted my blynk library and when i installed it again, I'm now having problem compiling my program. Here's the error that always been happening. Hope you van help me.TIA
Arduino: 1.8.13 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
In file included from C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkApi.h:37,
from C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/BlynkApiArduino.h:14,
from C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:24,
from C:\Users\Luwee\Desktop\OJT\New folder\NodeMCU_Program1\NodeMCU_Program1.ino:4:
C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:36:21: error: redefinition of 'class BlynkTimer'
36 | #define SimpleTimer BlynkTimer
| ^~~~~~~~~~
C:\Users\Luwee\Documents\Arduino\libraries\SimpleTimer/SimpleTimer.h:10:7: note: in expansion of macro 'SimpleTimer'
10 | class SimpleTimer {
| ^~~~~~~~~~~
C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:36:21: note: previous definition of 'class BlynkTimer'
36 | #define SimpleTimer BlynkTimer
| ^~~~~~~~~~
C:\Users\Luwee\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:41:7: note: in expansion of macro 'SimpleTimer'
41 | class SimpleTimer {
| ^~~~~~~~~~~
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.```