mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #412] assign a custom parameter for variable #345
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kdeklvadiya on GitHub (Sep 1, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/412
@tzapu
thanks for the wonderful work done by you......
i have raise this issue just because i don't have enough knowledge towards programming. i am very new to programming i.e. copy-paste programmer and facing an issue with custom variable for my sketch
Its just for measuring a +Vcc and sending an email while battery goes low. i have set battery full & battery low variable to set an alarm. somehow i managed to got those field in wifi setting page buts its not make any effect to my sketch event its not show any value.
here is my code for your review, requesting you to look into matter. i will be great full for any help to resolve my issues.
@tablatronix commented on GitHub (Sep 1, 2017):
Please edit your post and use proper code
Blocks for code
@kdeklvadiya commented on GitHub (Sep 2, 2017):
@tablatronix
Thanks for looking into matter....
I have try to do as you have said....I don't know weather its ok or not.
Thanks in advance.
@kdeklvadiya commented on GitHub (Sep 3, 2017):
@tablatronix , @tzapu
Requesting you to look into matter whenever you get time
Many thanks in advance.
Regards
Krunal
@tablatronix commented on GitHub (Sep 3, 2017):
Ill try but you probably need to simplify your sketch a bit to narrow it down at first glance it looks like you are just doing it wrong, what does the example do
@kdeklvadiya commented on GitHub (Sep 3, 2017):
@tablatronix
Thanks for the replay
I have tried it in many way but no change.....I have tried google but not get any matching result if you can share any example or link then I will find someway to get the result.
Regarding code, I have copy paste from multiple example, some how its work but if you can ##simplify it then I will grateful to you..
@kdeklvadiya commented on GitHub (Sep 3, 2017):
@tablatronix
Its measure the supply voltage and send it to blynk and its send an email as an when battery voltage cross the set limit at define time interval.
@tablatronix commented on GitHub (Sep 3, 2017):
Yeah pull out all the blynk stuff and test
@kdeklvadiya commented on GitHub (Sep 3, 2017):
Actually its work fine with blynk and wifi manager. I can change blynk token also but i need to change upper and lower limit of battery level through wifimanager config page.
@kdeklvadiya commented on GitHub (Sep 4, 2017):
@tablatronix @tzapu
Hi I have get the solution by trial & error. My working code is as described below. However if you can help me to make it simple and better plz share your view....I will be very grateful to you......
Thanks again for your concern and spending time for my query.....