Search found 2 matches

by alx_alx
Mon Jan 03, 2022 11:08 pm
Forum: ESP-IDF
Topic: help conflicting declaration of C
Replies: 1
Views: 3319

Re: help conflicting declaration of C

Hello, I am getting the same error, did you figure out why you need to comment out the MACRO ?
by alx_alx
Mon Nov 02, 2020 3:02 am
Forum: General Discussion
Topic: ESP32 Ints or Doubles to Strings
Replies: 8
Views: 16350

Re: ESP32 Ints or Doubles to Strings

Thanks PeterR and chegewara. Your suggestions led me to the gcvt function: https://www.geeksforgeeks.org/gcvt-convert-float-value-string-c/ Hello, do you have an example of how you used gcvt ? I used #include <stdlib,h> but I still get an error : error: 'gcvt' was not declared in this scope Thank you