typo null != NULL

This commit is contained in:
theFeiter 2022-06-25 21:23:25 +02:00
parent a4801c3fd0
commit f018f71eba
4 changed files with 8 additions and 8 deletions

View File

@ -116,8 +116,8 @@ const int mqtt_port = FDRS_MQTT_PORT;
const char* mqtt_user = FDRS_MQTT_USER;
const char* mqtt_pass = FDRS_MQTT_PASS;
#else
const char* mqtt_user = null;
const char* mqtt_pass = null;
const char* mqtt_user = NULL;
const char* mqtt_pass = NULL;
#endif
// Set ESP-NOW send and receive callbacks for either ESP8266 or ESP32

View File

@ -116,8 +116,8 @@ const int mqtt_port = FDRS_MQTT_PORT;
const char* mqtt_user = FDRS_MQTT_USER;
const char* mqtt_pass = FDRS_MQTT_PASS;
#else
const char* mqtt_user = null;
const char* mqtt_pass = null;
const char* mqtt_user = NULL;
const char* mqtt_pass = NULL;
#endif
// Set ESP-NOW send and receive callbacks for either ESP8266 or ESP32

View File

@ -116,8 +116,8 @@ const int mqtt_port = FDRS_MQTT_PORT;
const char* mqtt_user = FDRS_MQTT_USER;
const char* mqtt_pass = FDRS_MQTT_PASS;
#else
const char* mqtt_user = null;
const char* mqtt_pass = null;
const char* mqtt_user = NULL;
const char* mqtt_pass = NULL;
#endif
// Set ESP-NOW send and receive callbacks for either ESP8266 or ESP32

View File

@ -121,8 +121,8 @@ const int mqtt_port = FDRS_MQTT_PORT;
const char* mqtt_user = FDRS_MQTT_USER;
const char* mqtt_pass = FDRS_MQTT_PASS;
#else
const char* mqtt_user = null;
const char* mqtt_pass = null;
const char* mqtt_user = NULL;
const char* mqtt_pass = NULL;
#endif
// Set ESP-NOW send and receive callbacks for either ESP8266 or ESP32