Skip to content

"Break: (host): dead strip!" in tricolor-led example #268

Description

@jernst

Attempting to run the tricolor-led example on the Moddable Two with mcconfig -d -m -p esp32/moddable_two. The debugger stops at line 5 of file moddable/build/tmp/esp32/moddable_two/debug/tricolor-led/mc.config.js with "Break: (host): dead strip!":

/* WARNING: This file is automatically generated. Do not edit. */

import Screen from "ili9341";
import Touch from "ft6206";
export default Object.freeze({
	Screen,
	Touch,
	"r_pin": 25,
	"g_pin": 26,
	"b_pin": 27,
	"format": "RGB565LE",
	"rotation": 0,
}, true);

What might be the problem here?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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