Skip to content

Commit

Permalink
This plugin is tested and working good. (#428)
Browse files Browse the repository at this point in the history
* This plugin is tested and working good.

* Renamed plugin

Renamed the plugin as @jkDesignDE and @Grovkillen suggested.
  • Loading branch information
tedenda authored and psy0rz committed Jul 29, 2017
1 parent 5aef196 commit c30074a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/_P049_MHZ19.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define PLUGIN_049
#define PLUGIN_ID_049 49
#define PLUGIN_NAME_049 "NDIR CO2 Sensor MH-Z19 [TESTING]"
#define PLUGIN_NAME_049 "Gases - CO2 MH-Z19 [TESTING]"
#define PLUGIN_VALUENAME1_049 "PPM"
#define PLUGIN_VALUENAME2_049 "Temperature" // Temperature in C
#define PLUGIN_VALUENAME3_049 "U" // Undocumented, minimum measurement per time period?
Expand Down
4 changes: 1 addition & 3 deletions src/_P052_SenseAir.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
GPIO Setting 2 -> TX
Use 1kOhm in serie on datapins!
*/
#ifdef PLUGIN_BUILD_TESTING

#define PLUGIN_052
#define PLUGIN_ID_052 52
#define PLUGIN_NAME_052 "Senseair"
#define PLUGIN_NAME_052 "Gases - CO2 Senseair"
#define PLUGIN_VALUENAME1_052 ""

boolean Plugin_052_init = false;
Expand Down Expand Up @@ -349,4 +348,3 @@ int getBitOfInt(int reg, int pos)

return result;
}
#endif

0 comments on commit c30074a

Please sign in to comment.