-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of unsigned long long in WString #1066
Comments
At least: WString.cpp:
WString.h:
|
Added WString.cpp and WString.h to sonoff directory, got following compile error: Arduino: 1.8.5 (Windows 10), Board: "ESP32 Dev Module, DOUT, 80MHz, 4MB (32Mb), 115200, None" WString.cpp:1: error: 'String' does not name a type String::String(unsigned long long value, unsigned char base) Anything I can try? |
Hi JacekDob, like helmar74, I got a compiler error too. webserver:1934: error: call of overloaded 'String(uint64_t)' is ambiguous func += F("}1" D_ESP_CHIP_ID "}2"); func += String(ESP.getChipId()); any advice ? ^ |
To compile tasmota esp32 you need to edit and add in arudino-esp32 files: In [your_dir]\Arduino\hardware\espressif\esp32\cores\esp32\WString.cpp:
In [your_dir]\Arduino\hardware\espressif\esp32\cores\esp32\WString.h:
|
yeah! That fixed it, thank's a lot! |
Next issue ;-) 00:00:00 Projekt sonoffESP32 Sonoff (Topic sonoff, Fallback DVES_00000000, GroupTopic sonoffs) Version 5.12.0c-STAGED I also changed GroupTopic in user_config.h. it's ignored somehow Created new Issue: https://github.com/espressif/arduino-esp32/issues/1234 |
This issue is closed, because it looks as if it is not a bug or problem with the ESP32 Arduino core or its support libraries. For general API usage questions or help on specific coding challenges, please visit the arduino-esp32 Gitter channel. If you feel this issue was closed in error, reopen it and comment, why you think this is a bug in the Arduino-Core. |
Hardware:
IDE name: Arduino IDE
Description:
Please add support of unsigned long long in WString
The text was updated successfully, but these errors were encountered: