Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:wlan-switching [2025/08/04 15:19] grayapp-notes:wlan-switching [2025/08/04 15:25] (current) gray
Line 1: Line 1:
- + ====== Set up and use the SDK skript WLAN-Switching ======
  
 ++++show code|  ++++show code| 
-<code – modbus_flow.json>+<code – WLAN_switching.are>
 [ [
 ###################################################################### ######################################################################
Line 15: Line 14:
                             "<WLAN_SSID_4>");                             "<WLAN_SSID_4>");
  
-###### Please enter the passwords here in the correct order for the SSID! Example: WLAN_SSID_1 for WLAN_Password_1+###### Please enter the passwords here in the correct order for the SSID!  
 +###### Example: WLAN_SSID_1 for WLAN_Password_1
 wlan_passwort_field = mkarray ( "<WLAN_Password_1>", wlan_passwort_field = mkarray ( "<WLAN_Password_1>",
                                 "<WLAN_Password_2>",                                 "<WLAN_Password_2>",
Line 21: Line 21:
                                 "<WLAN_Password_4>");                                 "<WLAN_Password_4>");
  
-######  Please specify here where this function should be entered, under WLAN Client Configuration. Under WLAN Client, 10 (1 - 10) entries are possible.+###### Please specify here where this function should be entered, under  
 +###### WLAN Client Configuration. Under WLAN Client, 10 (1 - 10) entries are possible.
 wlan_client_entry = 10;    #### int Value 1 to 10 Possible wlan_client_entry = 10;    #### int Value 1 to 10 Possible