Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 057bccb

Browse files
authored
Add example with country code
Permit to set country code // Select country code, if necessary // For example: CYW43_COUNTRY_AUSTRALIA, CYW43_COUNTRY_CANADA, CYW43_COUNTRY_CHINA, CYW43_COUNTRY_FRANCE, CYW43_COUNTRY_GERMANY, CYW43_COUNTRY_INDIA, CYW43_COUNTRY_ITALY, // CYW43_COUNTRY_JAPAN, CYW43_COUNTRY_NETHERLANDS, CYW43_COUNTRY_SOUTH_KOREA, CYW43_COUNTRY_SWEDEN, CYW43_COUNTRY_UK, CYW43_COUNTRY_USA, etc.
1 parent a647b54 commit 057bccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Async_AdvancedWebServer_Country/Async_AdvancedWebServer_Country.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void setup()
169169

170170
delay(200);
171171

172-
Serial.print("\nStart Async_AdvancedWebServer on "); Serial.print(BOARD_NAME);
172+
Serial.print("\nStart Async_AdvancedWebServer_Country on "); Serial.print(BOARD_NAME);
173173
Serial.print(" with "); Serial.println(SHIELD_TYPE);
174174
Serial.println(ASYNCTCP_RP2040W_VERSION);
175175
Serial.println(ASYNC_WEBSERVER_RP2040W_VERSION);

0 commit comments

Comments
 (0)