Skip to content

Commit 14b1321

Browse files
committed
upd
1 parent 2967df2 commit 14b1321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastBot2
2-
version=1.2.0
2+
version=1.2.1
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Fast and universal Arduino/ESP8266/ESP32 library for Telegram bot

src/FastBot2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#if defined(ESP8266) && defined(ESP32)
2+
#if defined(ESP8266) || defined(ESP32)
33
#include <Arduino.h>
44

55
#if defined(ESP8266)

0 commit comments

Comments
 (0)