-
Hi, is it possible to change C locale settings by configuration, without changing the code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
strftime is function of the newlib library by Espressif. I haven't really looked into it, but a quick search seems to indicate that Espressif only provides English locales anyway... This means you'll need to implement a custom strftime function or use a different library.
|
Beta Was this translation helpful? Give feedback.
strftime is function of the newlib library by Espressif. I haven't really looked into it, but a quick search seems to indicate that Espressif only provides English locales anyway... This means you'll need to implement a custom strftime function or use a different library.
sidoh/epaper_templates#78