Rodrigo Garcia
|
2333df5ac6
|
Removes a few Warnings and fixes Math rand() to work like Arduino mainstream (#7613)
* fixes warnings and rand function
* removes extra space - style
|
2022-12-21 18:48:10 +02:00 |
|
Rodrigo Garcia
|
722c4641c4
|
Extends String to print 64-bit integers (#6768)
|
2022-05-18 11:24:03 +03:00 |
|
Rodrigo Garcia
|
841599c248
|
Fixes String(float) issue with Stack Smashing (#6138)
Fixes #5873
|
2022-01-17 14:44:49 +02:00 |
|
rtrbt
|
3780b5c924
|
Unbreak integer to string conversion functions. (#5423) (#5438)
|
2021-07-26 16:06:13 +03:00 |
|
Me No Dev
|
dd25e2b9d6
|
Fix some WiFi issues (#5395)
* Add back ARDUINO_EVENT_WIFI_READY
Fixes: https://github.com/espressif/arduino-esp32/issues/5315
* use strncpy and strncmp for WiFi SSID and Password in AP and STA
Fixes: https://github.com/espressif/arduino-esp32/issues/5367
* Implement timeout for waitForConnectResult
Fixes: https://github.com/espressif/arduino-esp32/issues/5330
* Remove old definition of "reverse" from stdlib_noniso
Fixes: https://github.com/espressif/arduino-esp32/issues/5045
* Make "reverse" noniso conditional on ESP_DSP
|
2021-07-16 14:48:57 +03:00 |
|
me-no-dev
|
a92f20edb2
|
include stdlib_noniso in Arduino.h
|
2016-10-26 02:13:00 +03:00 |
|