Skip to content

Parallel (thing) changes #218

Locked Answered by henrygab
dherkes asked this question in Q&A
Nov 26, 2021 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Your post made me realize I had not added esp_thing as a build environemt in PlatformIO.ini. I'm fixing that now. :) The instructions below should work even with current platformio.ini in main branch.

Expand either instruction below for details.


In Arduino

In the Arduino environment, you simply edit config.h as follows:

#if !defined(BUILDING_USING_PLATFORMIO)
#define PRODUCT_DEFAULT

You would replace line 28 with the following contents:

    #define PRODUCT_ESP8266_THING
    #define NUM_PIXELS 72
    #define PIXELS_ON_DATA_PIN_1 5
    #define PIXELS_ON_DATA_PIN_2 7
    #define PIXE…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dherkes
Comment options

Comment options

You must be logged in to vote
1 reply
@dherkes
Comment options

Answer selected by henrygab
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants