arduino-esp32/libraries/ESP32/examples
Arsham Skrenes 14126060a1 Properly allocate string and remove warning (#2652)
* Properly allocate string and remove warning

The former way generates the following warning:
ISO C++ forbids converting a string constant to 'char*'

This change makes a character array the size of the string with null ending. It's clearer and gets rid of the warning.

* Better way

Since this is technically immutable, the type should reflect this too.
2019-04-12 12:46:08 +02:00
..
AnalogOut Create ledcWrite_RGB.ino (#688) 2017-10-10 22:42:26 +03:00
Camera/CameraWebServer Add ESP-EYE support to the camera demo 2019-01-22 14:38:24 +08:00
ChipID/GetChipID Add ESP.getChipId() function to get ESP32's ChipID. (#322) 2017-05-05 09:59:54 +03:00
DeepSleep Deep-sleep example-sketches reported wrong wakeup-reason (#1911) 2018-11-19 16:41:07 +01:00
ESPNow Properly allocate string and remove warning (#2652) 2019-04-12 12:46:08 +02:00
FreeRTOS Move Example to proper folder 2018-12-16 19:24:02 +01:00
GPIO Functional interrupt (#1728) 2018-09-17 23:13:58 +02:00
HallSensor Create hall_effect_esp32.ino (#450) 2017-06-21 14:16:47 +02:00
I2S/HiFreq_ADC I2s adc (#2309) 2019-01-22 17:24:16 +08:00
ResetReason Add initial SPIFFS library (#627) 2017-09-12 11:09:59 +03:00
RMT Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
Time/SimpleTime Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
Timer Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
Touch Add Touchread example (#175) 2017-02-07 03:42:43 +02:00