Files
firmware/docs/software
Kevin Hester 4ccd03623f bug #376: disable the "wake on serial" feature, because it causes
bogus wakes on TBEAMS because the USB->SERIAL chip pulls the RX input
to ground.  This feature is no longer needed because in !isRouter
nodes we force the node to never sleep anyways when on USB power.

    // this doesn't work on TBEAMs when the USB is depowered (causes bogus interrupts)
    // So we disable this "wake on serial" feature - because now when a TBEAM (only) has power connected it
    // never tries to go to sleep if the user is using the API
    // gpio_wakeup_enable((gpio_num_t)SERIAL0_RX_GPIO, GPIO_INTR_LOW_LEVEL);
2020-10-06 14:24:08 +08:00
..
2020-07-09 19:57:55 -07:00
2020-06-19 13:57:10 -07:00
2020-07-13 14:41:04 -07:00
2020-06-19 13:27:31 -07:00
2020-07-09 19:57:55 -07:00
2020-06-17 15:45:49 -07:00
2020-09-26 06:50:54 -07:00