Skip to content
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

Issue with system LED #664

Open
nadrog opened this issue Aug 20, 2023 · 0 comments
Open

Issue with system LED #664

nadrog opened this issue Aug 20, 2023 · 0 comments

Comments

@nadrog
Copy link

nadrog commented Aug 20, 2023

Hi,

after updating to 2.7.0 from 2.6.0 or thereabouts (not exactly sure which version) the builtin LED does not blink anymore on SailorHat board where LED is on GPIO2.

I'm using same code as previously (except for updated libraries) and also tried with following minimal code:

#define LED_BUILTIN 2
#include "sensesp_app_builder.h"

using namespace sensesp;

reactesp::ReactESP app;

void setup() {
  // Some initialization boilerplate when in debug mode...
#ifndef SERIAL_DEBUG_DISABLED
  SetupSerialDebug(115200);
#endif

  // Create the builder object
  SensESPAppBuilder builder;
  sensesp_app = builder.get_app();


  // Start the SensESP application running
  sensesp_app->start();
}

void loop() { app.tick(); }

Am I doing something wrong? I did try with minimal Arduino blinking sketch to confirm LED is still OK.

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

No branches or pull requests

1 participant