-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code restructuring and support for esp32 #50
base: master
Are you sure you want to change the base?
Conversation
Hey @shurillu, I would really like some feedback on the pull-request. If the whole pull-request is to big I will try to split it into smaller parts - let me know! |
Hello michaelzs85, |
Hello michaelz85,
Speaking about the use of fingerprint in ESP32 platform. If I remember well, the fingerprint is a trick used in ESP8266 platform to check the https connection because the ESP8266 low resources can't do the "standard https job". So, thank you very much for all you did (I planned several years ago to support ESP32 and now, with your work it comes possible!) and if you want to continue to help me, you are welcome!! Stefano P.S.: if you want, I'll put your name in the special thanks section. |
#define CTBOT_BOARD 8266
in CTBotDefines.h to#define CTBOT_BOARD 32
-DCTBOT_BOARD=32
while compiling