Skip to content

Inkplate 5v2 WiFi.mode(WIFI_STA) causes reboot only right after code flash on USB power #278

@fiendish

Description

@fiendish

Immediately after a code flash, still plugged into USB, trying to activate the wifi radio always causes a reboot. Does not happen after manual hard reset, only after flash. Doesn't matter how long I delay activating WiFi. Device is brand new. Battery reads 4.24V.

This always causes a boot loop

void setup() {
  delay(10000);
  WiFi.mode(WIFI_STA);
}

A physical power off/on cycle stops the rebooting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions