Skip to content

Commit

Permalink
ref: update pImpl version
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilonrt committed Aug 14, 2023
1 parent 4767c0b commit ed461be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"dependencies": {
"epsilonrt/pImpl": "^1.1.1"
"epsilonrt/pImpl": "^1.1.2"
},
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://epsilonrt.github.io/spaiot-lib",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sentence=Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ES
paragraph=Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32
category=Device Control
url=https://epsilonrt.github.io/spaiot-lib
depends=pImpl (>=1.1.1)
depends=pImpl (>=1.1.2)
architectures=esp8266,esp32
repository=https://github.com/epsilonrt/spaiot-lib.git
license=CC-BY-NC-SA
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ framework = arduino
test_build_src = yes
lib_deps =
throwtheswitch/Unity@^2.5.2
epsilonrt/pImpl@^1.1.1
epsilonrt/pImpl@^1.1.2

; ============================================================
; Serial configuration
Expand Down
2 changes: 0 additions & 2 deletions src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#ifndef SPAIOT_HOLD_PIN
#define SPAIOT_HOLD_PIN 13 // Default hold pin for ESP32 and ESP8266
#endif
// TODO: move this to pImpl/singleton.h
#define SINGLETON_I(Class) Class & i = Class::instance()

//! SpaIot name space
namespace SpaIot {
Expand Down

0 comments on commit ed461be

Please sign in to comment.