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
Jerome Ferrari
WinKy
Commits
c68d2bcd
Commit
c68d2bcd
authored
Feb 25, 2022
by
Jerome Ferrari
Browse files
Update WinKy_Firmware_V5.ino
parent
727c98f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
WinKy_Firmware/WinKy_Firmware_V5/WinKy_Firmware_V5.ino
View file @
c68d2bcd
...
...
@@ -109,7 +109,7 @@ void setup_wifi() {
Serial
.
println
();
Serial
.
print
(
"Connexion a "
);
Serial
.
println
(
wifi_ssid
);
WiFi
.
setOutputPower
(
20.5
);
WiFi
.
begin
(
wifi_ssid
,
wifi_password
);
nbtrywificon
=
0
;
...
...
@@ -382,7 +382,7 @@ void loop() {
client
.
loop
();
delay
(
1000
);
while
(
BASE
==
0
){
while
(
PAPP
==
0
){
updateParameters
();
}
...
...
Write
Preview
Supports
Markdown
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