mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #993] [MERGED] Fix ArduinoJson (Using ARDUINOJSON_VERSION_MAJOR) #1700
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#1700
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?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/993
Author: @Ruandv
Created: 1/14/2020
Status: ✅ Merged
Merged: 1/27/2020
Merged by: @tablatronix
Base:
hotfixes← Head:issue654📝 Commits (10+)
159674ballow user loop while in AP modef1e657eFixed Waiting for connection result with time out issue493a73cMerge branch 'master' of https://github.com/tzapu/WiFiManager into loopfd6bf74separate charset and viewport meta71f997bMerge branch 'master' of https://github.com/tzapu/WiFiManager into loopf26638ehotfix: rename internal HTTP_HEAD to HTTP_HEADERedce3fcMerge pull request #928 from d-a-v/headff26ed4Merge branch 'master' into issuu_#644_utf-8_correct286e5d1Merge pull request #772 from dontsovcmc/issuu_#644_utf-8_correctd1e395eMerge pull request #615 from xnorbi/master📊 Changes
6 files changed (+72 additions, -54 deletions)
View changed files
📝
WiFiManager.cpp(+20 -21)📝
WiFiManager.h(+3 -3)📝
examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino(+24 -12)📝
examples/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino(+23 -16)📝
library.json(+1 -1)📝
library.properties(+1 -1)📄 Description
This is relates to the ArduinoJson 5 / 6 changes.
I took what @bigjohnson did in
a502456and just added a #define UseJsonV6 option that can be commented out if you want to use ArduinoJsonV5.Tested on ArduinoJson V 5.13 and ArduinoJson V 6.13 (Latest as at 14/01/2020)
This also links to #654 and #812
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.