Skip to content

Commit

Permalink
Added another note regarding #define WIFI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Oct 8, 2023
1 parent 099f6a8 commit b3be080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSB_LAN/BSB_LAN_config.h.default
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ byte gateway_addr[4] = {192,168,178,1}; // Gateway address. This is usually your
byte dns_addr[4] = {192,168,178,1}; // DNS server. Please note the commas instead of dots!!! Ignored if first value is 0.
byte subnet_addr[4] = {255,255,255,0}; // Subnet address. Please use commas instead of dots!!! Ignored if first value is 0.

//#define WIFI // Activate this definement if you want to use WiFi. Note: MAC address can't be set individually.
//#define WIFI // Activate this definement if you want to use WiFi. WiFi will not work if you do not remove the leading // ! Note: MAC address can't be set individually.
char wifi_ssid[32] = "YourWiFiNetwork"; // enter your WiFi network name (SSID) here
char wifi_pass[64] = "YourWiFiPassword";// enter your WiFi password here
uint8_t bssid[6] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; // enter specific BSSID address here to ensure connecting to a specific router. Leave all zeros in normal circumstances.
Expand Down

0 comments on commit b3be080

Please sign in to comment.