Skip to content

Commit

Permalink
selfteste typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Aug 10, 2023
1 parent a362dc0 commit 96cefed
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/selftest/selftest_DHT.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_DHT() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_buttonEvents.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_ButtonEvents() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_changeHandlers.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_ChangeHandlers() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_changeHandlers_mqtt.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_ChangeHandlers_MQTT() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_cmd_alias.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Commands_Alias() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_cmd_calendar.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Commands_Calendar() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_cmd_channels.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Commands_Channels() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_cmd_generic.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Commands_Generic() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_cmd_startup.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Commands_Startup() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_demo_exclusiveRelays.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"



Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_demo_mapFanSpeedToRelays.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"



Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_expandConstant.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_ExpandConstant() {
char buffer[512];
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_expressions.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Expressions_RunTests_Basic() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_flags.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Flags() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_hass_discovery.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_HassDiscovery_Relay_1x() {
const char *shortName = "WinRelTest1x";
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_hass_discovery_ext.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_HassDiscovery_TuyaMCU_VoltageCurrentPower() {
const char *shortName = "WinTuyatest";
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_http_client.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_HTTP_Client() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_if.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Command_If() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_if_inside_backlog.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_IF_Inside_Backlog() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_led.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_LEDDriver_CW() {
int i;
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_lfs.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_LFS() {
char buffer[64];
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_mapRanges.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_MapRanges() {
char buffer[64];
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_multiplePinsOnChannel.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

static int PIN_BUTTON = 10;
static int PIN_LED_n = 11;
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_ntp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_NTP() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_repeatingEvents.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_RepeatingEvents() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_role_toggleAll.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Role_ToggleAll() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_role_toggleAll_2.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Role_ToggleAll_2() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_script.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

const char *demo_loop_1 =
"setChannel 10 0\r\n"
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_tasmota.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Tasmota_MQTT_Switch() {
SIM_ClearOBK(0);
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_tokenizer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_Tokenizer() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_tuyaMCU.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

void Test_TuyaMCU_Basic() {
// reset whole device
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_twoPWMsOneChannel.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

// This will allow us to treat multiple PWMs on a single channel as one PWM channel.
// Thanks to this users can turn for example RGB LED controller
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_util_mqtt_json.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

bool SIM_BeginParsingMQTTJSON(const char *topic, bool bPrefixMode) {
const char *data;
Expand Down
2 changes: 1 addition & 1 deletion src/selftest/selftest_waitFor.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifdef WINDOWS

#include "selftest_local.h".
#include "selftest_local.h"

/*
Example autoexec.bat usage - wait for MQTT connect on startup:
Expand Down

0 comments on commit 96cefed

Please sign in to comment.