Skip to content

Conversation

sndnvaps
Copy link

No description provided.

@l-pastor
Copy link

l-pastor commented Jun 7, 2023

Hello,

To work with ESP32, just replace lines 30 to 37 in Shell.h with these :

#ifdef ARDUINO
#include <Arduino.h>
#if (defined(AVR))
#include <avr\pgmspace.h>
#else
#include <pgmspace.h>
#endif
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants