Skip to content

Commit

Permalink
[FIX] Move config/ in src/
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilonrt committed May 30, 2022
1 parent fea21c7 commit c8198fc
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaiot-lib",
"version": "0.22",
"version": "0.23",
"description": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32",
"keywords": "spa, iot-device, intex, arduino, esp32, esp8266, remote-control, diy",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=spaiot-lib
version=0.22
version=0.23
author=epsilonrt <[email protected]>
maintainer=epsilonrt <[email protected]>
sentence=Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32
Expand Down
2 changes: 0 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ test_speed = 115200
[debug]
build_type = debug
flags =
-I.
; comment the folowing line to enable other lib debugging
-D NDEBUG

[release]
flags =
-I.
-D RELEASE
-D NDEBUG
-D NODEBUG_SPAIOT
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c8198fc

Please sign in to comment.