Skip to content

Commit c1bafb7

Browse files
missing paren
1 parent 9586def commit c1bafb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/StandardFirmataWiFi/wifiConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ char wep_key[] = "your_wep_key";
140140
* CONFIGURATION ERROR CHECK (don't change anything here)
141141
*============================================================================*/
142142

143-
#if ((defined(ARDUINO_WIFI_SHIELD) && (defined(WIFI_101) || defined(HUZZAH_WIFI))) || (defined(WIFI_101) && defined(HUZZAH_WIFI) || (defined(WIFI_101) && defined(ESP_WIFI) || (defined(ESP_WIFI) && defined(HUZZAH_WIFI) || (defined(ESP_WIFI) && defined(ARDUINO_WIFI_SHIELD) ))
143+
#if ((defined(ARDUINO_WIFI_SHIELD) && (defined(WIFI_101) || defined(HUZZAH_WIFI))) || (defined(WIFI_101) && defined(HUZZAH_WIFI)) || (defined(WIFI_101) && defined(ESP_WIFI)) || (defined(ESP_WIFI) && defined(HUZZAH_WIFI)) || (defined(ESP_WIFI) && defined(ARDUINO_WIFI_SHIELD)))
144144
#error "you may not define more than one wifi device type in wifiConfig.h."
145145
#endif //WIFI device type check
146146

0 commit comments

Comments
 (0)