[PR #1748] [MERGED] Replace deprecated type #1816

Closed
opened 2026-02-28 02:13:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1748
Author: @joszuijderwijk
Created: 7/5/2024
Status: Merged
Merged: 12/11/2024
Merged by: @tablatronix

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 WiFiManager.h (+1 -1)

📄 Description

The esp8266/Arduino v3+ now utilizes gcc10's C++17, which includes std::byte, making Arduino's byte incompatible with using namespace std, yielding the error "Reference to 'byte' is ambiguous."

to fix this I replaced byte with the standard type uint8_t


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1748 **Author:** [@joszuijderwijk](https://github.com/joszuijderwijk) **Created:** 7/5/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`434e352`](https://github.com/tzapu/WiFiManager/commit/434e352a35ab9b9f6340d9da27053697f25c912c) Replace deprecated type ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.h` (+1 -1) </details> ### 📄 Description The esp8266/Arduino v3+ now utilizes gcc10's C++17, which includes std::byte, making Arduino's byte incompatible with using namespace std, yielding the error "Reference to 'byte' is ambiguous." to fix this I replaced `byte` with the standard type `uint8_t` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:13:06 +03:00
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#1816
No description provided.