Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Hundseder
hundseder-jonas
Commits
d51aec52
Commit
d51aec52
authored
Oct 01, 2021
by
Stefan Hackenberg
Browse files
Adjust wifi constants
parent
0cf86ee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/test_http_request.md
View file @
d51aec52
...
...
@@ -37,7 +37,7 @@ We're using HTTP GET requests to receive data from and send data to the smi-serv
2. Create HTTP request:
```c
HttpRequest request(wifi, HTTP_GET, "http://
smi-server
/hello");
HttpRequest request(wifi, HTTP_GET, "http://
192.168.1.1:5000
/hello");
```
3. Send empty request:
...
...
tasks/test_wifi_connection.md
View file @
d51aec52
...
...
@@ -24,7 +24,7 @@ We're using WiFi to communicate between PSoC6 and the SMI-server. The connection
```c
const char WIFI_SSID[] = "smi-server";
const char WIFI_PASSWORD[] = "s
mi
21";
const char WIFI_PASSWORD[] = "s
cience-meets-industry-20
21";
```
3.
Connect:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment