[GH-ISSUE #96] Library Manager #71

Closed
opened 2026-02-28 01:23:14 +03:00 by kerem · 26 comments
Owner

Originally created by @pieman64 on GitHub (Feb 7, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/96

tzapu when I request wifimanager in the library manager of the IDE it is offering me version 0.5.0 or 0.6.0. I notice you are up to version 0.9.0. Do I need to manually install your library if I require a version beyond 0.6.0?

Originally created by @pieman64 on GitHub (Feb 7, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/96 tzapu when I request wifimanager in the library manager of the IDE it is offering me version 0.5.0 or 0.6.0. I notice you are up to version 0.9.0. Do I need to manually install your library if I require a version beyond 0.6.0?
kerem closed this issue 2026-02-28 01:23:14 +03:00
Author
Owner

@tzapu commented on GitHub (Feb 7, 2016):

i m seeing all of them .. maybe you need a newer arduino ide?
screenshot 2016-02-07 12 48 32

<!-- gh-comment-id:180994838 --> @tzapu commented on GitHub (Feb 7, 2016): i m seeing all of them .. maybe you need a newer arduino ide? <img width="764" alt="screenshot 2016-02-07 12 48 32" src="https://cloud.githubusercontent.com/assets/2983312/12871933/2f4eed78-cd99-11e5-9513-37cc43fb515e.png">
Author
Owner

@vicnevicne commented on GitHub (Feb 7, 2016):

If you're on Windows, there is a known bug in Arduino library manager up to 1.6.7 which prevents a refresh of the libraries. Probably that's what you are seeing.

To force a refresh, remove the following files:
C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json
and
C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json.tmp.gz
and restart the library manager.

The fix is in for 1.6.8. See https://github.com/arduino/Arduino/issues/4272

<!-- gh-comment-id:181026338 --> @vicnevicne commented on GitHub (Feb 7, 2016): If you're on Windows, there is a known bug in Arduino library manager up to 1.6.7 which prevents a refresh of the libraries. Probably that's what you are seeing. To force a refresh, remove the following files: C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json and C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json.tmp.gz and restart the library manager. The fix is in for 1.6.8. See https://github.com/arduino/Arduino/issues/4272
Author
Owner

@tzapu commented on GitHub (Feb 8, 2016):

thanks @vicnevicne

<!-- gh-comment-id:181213806 --> @tzapu commented on GitHub (Feb 8, 2016): thanks @vicnevicne
Author
Owner

@domonetic commented on GitHub (Feb 8, 2016):

Wifimanager will be updated in Arduino 1.6.8. As was advised at the time of the aggregate.

-----Mensaje original-----
De: "vicnevicne" notifications@github.com
Enviado el: ‎07/‎02/‎2016 11:47
Para: "tzapu/WiFiManager" WiFiManager@noreply.github.com
Asunto: Re: [WiFiManager] Library Manager (#96)

If you're on Windows, there is a known bug in Arduino library manager up to 1.6.7 which prevents a refresh of the libraries. Probably that's what you are seeing.
To force a refresh, remove the following files:
C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json
and
C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json.tmp.gz
and restart the library manager.
The fix is in for 1.6.8. See arduino/Arduino#4272

Reply to this email directly or view it on GitHub.

<!-- gh-comment-id:181327941 --> @domonetic commented on GitHub (Feb 8, 2016): Wifimanager will be updated in Arduino 1.6.8. As was advised at the time of the aggregate. -----Mensaje original----- De: "vicnevicne" notifications@github.com Enviado el: ‎07/‎02/‎2016 11:47 Para: "tzapu/WiFiManager" WiFiManager@noreply.github.com Asunto: Re: [WiFiManager] Library Manager (#96) If you're on Windows, there is a known bug in Arduino library manager up to 1.6.7 which prevents a refresh of the libraries. Probably that's what you are seeing. To force a refresh, remove the following files: C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json and C:\Users<your_profile>\AppData\Local\Arduino15\library_index.json.tmp.gz and restart the library manager. The fix is in for 1.6.8. See arduino/Arduino#4272 — Reply to this email directly or view it on GitHub.
Author
Owner

@pieman64 commented on GitHub (Feb 8, 2016):

Thanks guys. I upgraded from 1.6.5. to 1.6.7 and still nothing beyond 0.6.0 available. Disliked 1.6.7 so went back to 1.6.5. and then 0.9.0 was available. Tried the first WiFiManager example on my Wemo mini and very impressed. Off to try the custom stuff now for Blynk auth. Is there anything WiFiManager related that I can't do with 1.6.5?

<!-- gh-comment-id:181389517 --> @pieman64 commented on GitHub (Feb 8, 2016): Thanks guys. I upgraded from 1.6.5. to 1.6.7 and still nothing beyond 0.6.0 available. Disliked 1.6.7 so went back to 1.6.5. and then 0.9.0 was available. Tried the first WiFiManager example on my Wemo mini and very impressed. Off to try the custom stuff now for Blynk auth. Is there anything WiFiManager related that I can't do with 1.6.5?
Author
Owner

@Humancell commented on GitHub (Feb 8, 2016):

Just as a related comment ... the documentation says: Quick Start -> Installing -> Through Boards Manager ...

Shouldn't this really be: Quick Start -> Installing -> Through Manage Libraries ...

<!-- gh-comment-id:181496573 --> @Humancell commented on GitHub (Feb 8, 2016): Just as a related comment ... the documentation says: Quick Start -> Installing -> Through Boards Manager ... Shouldn't this really be: Quick Start -> Installing -> Through Manage Libraries ...
Author
Owner

@tzapu commented on GitHub (Feb 8, 2016):

arduino ide version shouldn t matter

esp8266 core should be 2.1.0 (staging) to be able to set custom ip and save to FS

On 8 Feb 2016, at 16:15, pieman64 notifications@github.com wrote:

Thanks guys. I upgraded from 1.6.5. to 1.6.7 and still nothing beyond 0.6.0 available. Disliked 1.6.7 so went back to 1.6.5. and then 0.9.0 was available. Tried the first WiFiManager example on my Wemo mini and very impressed. Off to try the custom stuff now for Blynk auth. Is there anything WiFiManager related that I can't do with 1.6.5?


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-181389517.

<!-- gh-comment-id:181511099 --> @tzapu commented on GitHub (Feb 8, 2016): arduino ide version shouldn t matter esp8266 core should be 2.1.0 (staging) to be able to set custom ip and save to FS > On 8 Feb 2016, at 16:15, pieman64 notifications@github.com wrote: > > Thanks guys. I upgraded from 1.6.5. to 1.6.7 and still nothing beyond 0.6.0 available. Disliked 1.6.7 so went back to 1.6.5. and then 0.9.0 was available. Tried the first WiFiManager example on my Wemo mini and very impressed. Off to try the custom stuff now for Blynk auth. Is there anything WiFiManager related that I can't do with 1.6.5? > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-181389517.
Author
Owner

@tzapu commented on GitHub (Feb 9, 2016):

@Humancell correct, thanks

<!-- gh-comment-id:181730951 --> @tzapu commented on GitHub (Feb 9, 2016): @Humancell correct, thanks
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

@tzapu I have now moved on to AutoConnectWithFSParameters and it connects my Wemos to the router as expected. I'm a bit confused on the flags to set if I want to save the settings (SSID PWD and BLYNK_AUTH).

Looks like it is the bool shouldSaveConfig. After the bool declaration as false there is the function saveConfigCallback. I have tried changing the declaration to true and false but it doesn't seem to give me the results I expected. Is it just this declaration that covers saving the details or is there another flag elsewhere?

With the flag as true if I reboot the Wemos I get the following in Serial Monitor

Mounting FS...
Mounted file system
*WM: Adding parameter
*WM: blynk
*WM: settings invalidated
*WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA.
*WM: 
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Custom STA IP/GW/Subnet
*WM: 192.168.10.111
*WM: Using last saved values, should be faster
*WM: Connection result: 
*WM: 3
*WM: IP Address:
*WM: 192.168.10.111
Connected Central Heating System :)
saving config
{"blynk_token":"YOUR_BLYNK_TOKEN"}local ip
192.168.10.111

I'm not convinced I have everything set up correctly because of the settings invalidated comment and YOUR_BLYNK_TOKEN where I perhaps expect the actual token.

The token is 32 characters and I guess you need 1 extra place in the array for the terminator but you show an array is 34 characters including the terminator.

<!-- gh-comment-id:182322360 --> @pieman64 commented on GitHub (Feb 10, 2016): @tzapu I have now moved on to AutoConnectWithFSParameters and it connects my Wemos to the router as expected. I'm a bit confused on the flags to set if I want to save the settings (SSID PWD and BLYNK_AUTH). Looks like it is the bool shouldSaveConfig. After the bool declaration as false there is the function saveConfigCallback. I have tried changing the declaration to true and false but it doesn't seem to give me the results I expected. Is it just this declaration that covers saving the details or is there another flag elsewhere? With the flag as true if I reboot the Wemos I get the following in Serial Monitor ``` Mounting FS... Mounted file system *WM: Adding parameter *WM: blynk *WM: settings invalidated *WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA. *WM: *WM: AutoConnect *WM: Connecting as wifi client... *WM: Custom STA IP/GW/Subnet *WM: 192.168.10.111 *WM: Using last saved values, should be faster *WM: Connection result: *WM: 3 *WM: IP Address: *WM: 192.168.10.111 Connected Central Heating System :) saving config {"blynk_token":"YOUR_BLYNK_TOKEN"}local ip 192.168.10.111 ``` I'm not convinced I have everything set up correctly because of the settings invalidated comment and YOUR_BLYNK_TOKEN where I perhaps expect the actual token. The token is 32 characters and I guess you need 1 extra place in the array for the terminator but you show an array is 34 characters including the terminator.
Author
Owner

@tzapu commented on GitHub (Feb 10, 2016):

hi

remove wifiManager.resetSettings();

other than that, it does show like it works. don t get hung on array length, should be +1

cheers

On 10 Feb 2016, at 13:18, pieman64 notifications@github.com wrote:

@tzapu https://github.com/tzapu I have now moved on to AutoConnectWithFSParameters and it connects my Wemos to the router as expected. I'm a bit confused on the flags to set if I want to save the settings (SSID PWD and BLYNK_AUTH).

Looks like it is the bool shouldSaveConfig. After the bool declaration as false there is the function saveConfigCallback. I have tried changing the declaration to true and false but it doesn't seem to give me the results I expected. Is it just this declaration that covers saving the details or is there another flag elsewhere?

With the flag as true if I reboot the Wemos I get the following in Serial Monitor

Mounting FS...
Mounted file system
*WM: Adding parameter
*WM: blynk
*WM: settings invalidated
*WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA.
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Custom STA IP/GW/Subnet
*WM: 192.168.10.111
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 192.168.10.111
Connected Central Heating System :)
saving config
{"blynk_token":"YOUR_BLYNK_TOKEN"}local ip
192.168.10.111
I'm not convinced I have everything set up correctly because of the settings invalidated comment and YOUR_BLYNK_TOKEN where I perhaps expect the actual token.

The token is 32 characters and I guess you need 1 extra place in the array for the terminator but you show an array is 34 characters including the terminator.


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182322360.

<!-- gh-comment-id:182326804 --> @tzapu commented on GitHub (Feb 10, 2016): hi remove wifiManager.resetSettings(); other than that, it does show like it works. don t get hung on array length, should be +1 cheers > On 10 Feb 2016, at 13:18, pieman64 notifications@github.com wrote: > > @tzapu https://github.com/tzapu I have now moved on to AutoConnectWithFSParameters and it connects my Wemos to the router as expected. I'm a bit confused on the flags to set if I want to save the settings (SSID PWD and BLYNK_AUTH). > > Looks like it is the bool shouldSaveConfig. After the bool declaration as false there is the function saveConfigCallback. I have tried changing the declaration to true and false but it doesn't seem to give me the results I expected. Is it just this declaration that covers saving the details or is there another flag elsewhere? > > With the flag as true if I reboot the Wemos I get the following in Serial Monitor > > Mounting FS... > Mounted file system > *WM: Adding parameter > *WM: blynk > *WM: settings invalidated > *WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA. > *WM: > *WM: AutoConnect > *WM: Connecting as wifi client... > *WM: Custom STA IP/GW/Subnet > *WM: 192.168.10.111 > *WM: Using last saved values, should be faster > *WM: Connection result: > *WM: 3 > *WM: IP Address: > *WM: 192.168.10.111 > Connected Central Heating System :) > saving config > {"blynk_token":"YOUR_BLYNK_TOKEN"}local ip > 192.168.10.111 > I'm not convinced I have everything set up correctly because of the settings invalidated comment and YOUR_BLYNK_TOKEN where I perhaps expect the actual token. > > The token is 32 characters and I guess you need 1 extra place in the array for the terminator but you show an array is 34 characters including the terminator. > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182322360.
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

Just found resetSettings, will give it a go and thanks for all your help. Loving WiFiManager.

<!-- gh-comment-id:182328263 --> @pieman64 commented on GitHub (Feb 10, 2016): Just found resetSettings, will give it a go and thanks for all your help. Loving WiFiManager.
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

Working like a dream now. When I turn off my secondary router it brings up the AP configuration and when I switch the router back on it signs in automatically. Will check out your "LED" now before incorporating into our Blynk sketches.

One thing I have noticed with the ESP's is that they don't seem to give a true representation of the wireless signal strengths. I have the main router in an adjoining room and even though it is about 70% signal strength it very rarely shows up with a scan. Whereas other routers in the building with strength's just above your 8% minimum do show up. I don't have any problem connecting to the 70% strength router and the SSID is not hidden but it generally fails to appear on a scan. Have you noticed this?

<!-- gh-comment-id:182341683 --> @pieman64 commented on GitHub (Feb 10, 2016): Working like a dream now. When I turn off my secondary router it brings up the AP configuration and when I switch the router back on it signs in automatically. Will check out your "LED" now before incorporating into our Blynk sketches. One thing I have noticed with the ESP's is that they don't seem to give a true representation of the wireless signal strengths. I have the main router in an adjoining room and even though it is about 70% signal strength it very rarely shows up with a scan. Whereas other routers in the building with strength's just above your 8% minimum do show up. I don't have any problem connecting to the 70% strength router and the SSID is not hidden but it generally fails to appear on a scan. Have you noticed this?
Author
Owner

@tzapu commented on GitHub (Feb 10, 2016):

hi, there s a fix in the latest esp8266 core , github version for scans.

it should be included in the next staging probably

<!-- gh-comment-id:182371494 --> @tzapu commented on GitHub (Feb 10, 2016): hi, there s a fix in the latest esp8266 core , github version for scans. it should be included in the next staging probably
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

Thanks for the scan fix which I think I have completed. It seems better now but I'm not 100% convinced I have it right. One router is 6" from my PC and reads 100%, the main router next door is 76% but when I keep scanning over and over again I see one or the other plus lots of 20% to 50% routers but never both of mine together. That suggests I might still be missing the first index in the scan or ESP's are a little crazy.

<!-- gh-comment-id:182416390 --> @pieman64 commented on GitHub (Feb 10, 2016): Thanks for the scan fix which I think I have completed. It seems better now but I'm not 100% convinced I have it right. One router is 6" from my PC and reads 100%, the main router next door is 76% but when I keep scanning over and over again I see one or the other plus lots of 20% to 50% routers but never both of mine together. That suggests I might still be missing the first index in the scan or ESP's are a little crazy.
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

After around 70 or 80 scans I finally see both my routers. Strange little things these ESP's.
image

<!-- gh-comment-id:182432862 --> @pieman64 commented on GitHub (Feb 10, 2016): After around 70 or 80 scans I finally see both my routers. Strange little things these ESP's. ![image](https://cloud.githubusercontent.com/assets/8315296/12951934/587475de-d01d-11e5-9ec9-a2e654ec4f95.png)
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

@tzapu me again. Added WiFiManager to my Blynk sketch but I'm not getting the correct Blynk token.
For now I am trying Blynk.begin(blynk_token, "Office", "XXXXXX" ); until I know where to pick up the ssid and pwd or login to Blynk with just the token as I'm already connected to the router with your part of the sketch.
The best I can do can get is:

[498289] Connecting to cloud.blynk.cc:8442
[498574] <msg 2,1,31
<518430403ce640ef8xxxxxxxxxxxxxx
[498777] >msg 0,1,9
[498777] Invalid auth token
[503778] Connecting to cloud.blynk.cc:8442
[504103] <msg 2,1,31
<518430403ce640ef8xxxxxxxxxxxxxx
[504307] >msg 0,1,9
[504307] Invalid auth token
[498289] Connecting to cloud.blynk.cc:8442
[498574] <msg 2,1,31
<518430403ce640ef8xxxxxxxxxxxxxxx
[498777] >msg 0,1,9
[498777] Invalid auth token
[503778] Connecting to cloud.blynk.cc:8442
[504103] <msg 2,1,31
<518430403ce640ef8exxxxxxxxxxxxxxx
[504307] >msg 0,1,9
[504307] Invalid auth token

Note the leading < in the token. Any ideas?

<!-- gh-comment-id:182496180 --> @pieman64 commented on GitHub (Feb 10, 2016): @tzapu me again. Added WiFiManager to my Blynk sketch but I'm not getting the correct Blynk token. For now I am trying **Blynk.begin(blynk_token, "Office", "XXXXXX" );** until I know where to pick up the ssid and pwd or login to Blynk with just the token as I'm already connected to the router with your part of the sketch. The best I can do can get is: ``` [498289] Connecting to cloud.blynk.cc:8442 [498574] <msg 2,1,31 <518430403ce640ef8xxxxxxxxxxxxxx [498777] >msg 0,1,9 [498777] Invalid auth token [503778] Connecting to cloud.blynk.cc:8442 [504103] <msg 2,1,31 <518430403ce640ef8xxxxxxxxxxxxxx [504307] >msg 0,1,9 [504307] Invalid auth token [498289] Connecting to cloud.blynk.cc:8442 [498574] <msg 2,1,31 <518430403ce640ef8xxxxxxxxxxxxxxx [498777] >msg 0,1,9 [498777] Invalid auth token [503778] Connecting to cloud.blynk.cc:8442 [504103] <msg 2,1,31 <518430403ce640ef8exxxxxxxxxxxxxxx [504307] >msg 0,1,9 [504307] Invalid auth token ``` Note the leading **<** in the token. Any ideas?
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

Just to add the far right digit is missing in the token, so correct length of 32 characters but with the leading < error.

<!-- gh-comment-id:182513798 --> @pieman64 commented on GitHub (Feb 10, 2016): Just to add the far right digit is missing in the token, so correct length of 32 characters but with the leading **<** error.
Author
Owner

@tzapu commented on GitHub (Feb 10, 2016):

hi,

i ll try to add a blynk example sketch tomorrow if i get a chance, to use as a starting point.

does your config json look ok?

On 10 Feb 2016, at 20:20, pieman64 notifications@github.com wrote:

Just to add the far right digit is missing in the token, so correct length of 32 characters but with the trailing < error.


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182513798.

<!-- gh-comment-id:182522320 --> @tzapu commented on GitHub (Feb 10, 2016): hi, i ll try to add a blynk example sketch tomorrow if i get a chance, to use as a starting point. does your config json look ok? > On 10 Feb 2016, at 20:20, pieman64 notifications@github.com wrote: > > Just to add the far right digit is missing in the token, so correct length of 32 characters but with the trailing < error. > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182513798.
Author
Owner

@pieman64 commented on GitHub (Feb 10, 2016):

Ok so the leading < is just the Blynk 'prompt'.

Changed:

WiFiManagerParameter custom_blynk_token("blynk", "blynk token", blynk_token, 32);
to:
WiFiManagerParameter custom_blynk_token("blynk", "blynk token", blynk_token, 33);
and I'm now connected to the Blynk server.

<!-- gh-comment-id:182533161 --> @pieman64 commented on GitHub (Feb 10, 2016): Ok so the leading < is just the Blynk 'prompt'. Changed: WiFiManagerParameter custom_blynk_token("blynk", "blynk token", blynk_token, 32); to: WiFiManagerParameter custom_blynk_token("blynk", "blynk token", blynk_token, 33); and I'm now connected to the Blynk server.
Author
Owner

@pieman64 commented on GitHub (Feb 11, 2016):

@tzapu I'm not quite there with WiFiManager and Blynk.
If I reset the settings and enter the details in the web portal I can connect to Blynk but if I restart the Wemos and try to connect to the same router Blynk isn't accepting my token.

Can you just clarify the bool settings to ensure I am saving the credentials correctly and if I need to make any other changes having set the parameter to a length of 33 (from 32)?

<!-- gh-comment-id:182720205 --> @pieman64 commented on GitHub (Feb 11, 2016): @tzapu I'm not quite there with WiFiManager and Blynk. If I reset the settings and enter the details in the web portal I can connect to Blynk but if I restart the Wemos and try to connect to the same router Blynk isn't accepting my token. Can you just clarify the bool settings to ensure I am saving the credentials correctly and if I need to make any other changes having set the parameter to a length of 33 (from 32)?
Author
Owner

@tzapu commented on GitHub (Feb 11, 2016):

hi,

in the sample code, the bool setting is just used lower down the script to check if it was set, and then save configuration.

that only happens after a sucessful config/connect

does that make it clearer?

On 11 Feb 2016, at 07:36, pieman64 notifications@github.com wrote:

@tzapu https://github.com/tzapu I'm not quite there with WiFiManager and Blynk.
If I reset the settings and enter the details in the web portal I can connect to Blynk but if I restart the Wemos and try to connect to the same router Blynk isn't accepting my token.

Can you just clarify the bool settings to ensure I am saving the credentials correctly and if I need to make any other changes having set the parameter to a length of 33 (from 32)?


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182720205.

<!-- gh-comment-id:182721739 --> @tzapu commented on GitHub (Feb 11, 2016): hi, in the sample code, the bool setting is just used lower down the script to check if it was set, and then save configuration. that only happens after a sucessful config/connect does that make it clearer? > On 11 Feb 2016, at 07:36, pieman64 notifications@github.com wrote: > > @tzapu https://github.com/tzapu I'm not quite there with WiFiManager and Blynk. > If I reset the settings and enter the details in the web portal I can connect to Blynk but if I restart the Wemos and try to connect to the same router Blynk isn't accepting my token. > > Can you just clarify the bool settings to ensure I am saving the credentials correctly and if I need to make any other changes having set the parameter to a length of 33 (from 32)? > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182720205.
Author
Owner

@pieman64 commented on GitHub (Feb 11, 2016):

So the declaration is made as false and then the function sets it as true, right?
That is how I currently have it.
Any thoughts on the token length as I have seen others with 33 characters in their sketches?

<!-- gh-comment-id:182723519 --> @pieman64 commented on GitHub (Feb 11, 2016): So the declaration is made as false and then the function sets it as true, right? That is how I currently have it. Any thoughts on the token length as I have seen others with 33 characters in their sketches?
Author
Owner

@tzapu commented on GitHub (Feb 11, 2016):

hi yes, correct

it needs to be 33 or more to include the termination character.

cheers

On 11 Feb 2016, at 07:46, pieman64 notifications@github.com wrote:

So the declaration is made as false and then the function sets it as true, right?
That is how I currently have it.
Any thoughts on the token length as I have seen others with 33 characters in their sketches?


Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182723519.

<!-- gh-comment-id:182726107 --> @tzapu commented on GitHub (Feb 11, 2016): hi yes, correct it needs to be 33 or more to include the termination character. cheers > On 11 Feb 2016, at 07:46, pieman64 notifications@github.com wrote: > > So the declaration is made as false and then the function sets it as true, right? > That is how I currently have it. > Any thoughts on the token length as I have seen others with 33 characters in their sketches? > > — > Reply to this email directly or view it on GitHub https://github.com/tzapu/WiFiManager/issues/96#issuecomment-182723519.
Author
Owner

@scropion86 commented on GitHub (Feb 11, 2016):

@tzapu Please in your Blynk sample code if you can add a V pin that will again raises AP mode for WIFI and parameters configuration. is that possible instead of the physical button connected to actual Pin .

<!-- gh-comment-id:182740957 --> @scropion86 commented on GitHub (Feb 11, 2016): @tzapu Please in your Blynk sample code if you can add a V pin that will again raises AP mode for WIFI and parameters configuration. is that possible instead of the physical button connected to actual Pin .
Author
Owner

@pieman64 commented on GitHub (Feb 11, 2016):

Worked out what my problem was. I still has SPIFFS.format() in my sketch, all good now.

<!-- gh-comment-id:182982205 --> @pieman64 commented on GitHub (Feb 11, 2016): Worked out what my problem was. I still has SPIFFS.format() in my sketch, all good now.
Author
Owner

@tzapu commented on GitHub (Feb 29, 2016):

@scropion86 if you want, please open a new issue with this:
"Please in your Blynk sample code if you can add a V pin that will again raises AP mode for WIFI and parameters configuration. is that possible instead of the physical button connected to actual Pin ."

cheers

<!-- gh-comment-id:190125154 --> @tzapu commented on GitHub (Feb 29, 2016): @scropion86 if you want, please open a new issue with this: "Please in your Blynk sample code if you can add a V pin that will again raises AP mode for WIFI and parameters configuration. is that possible instead of the physical button connected to actual Pin ." cheers
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#71
No description provided.