Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. birdsong
    3. Topics
    B
    • Continue chat with birdsong
    • Start new chat with birdsong
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by birdsong

    • B

      UIFlow digital input interrupt
      UIFlow • • birdsong

      10
      0
      Votes
      10
      Posts
      8986
      Views

      D

      @lyledodge I can’t see attached file. Is there any or it problem with my iPhone?
    • B

      M5Stack Delete App from App List UIFlow V1.5.4
      UIFlow • • birdsong

      5
      0
      Votes
      5
      Posts
      4727
      Views

      O

      This is a great answer. It is not obvious that this functionality exists.
    • B

      uiflow non-volatile memory - save variables
      UIFlow • • birdsong

      3
      0
      Votes
      3
      Posts
      2984
      Views

      B

      Thanks, I see eeprom option when I change ver to beta in UIFlow. Data in is stored as strings, that simplifies things.
    • B

      How to set data type and intial values.
      UIFlow • • birdsong

      4
      0
      Votes
      4
      Posts
      3325
      Views

      B

      Converts to; if bRunFan and bRunFan != bRunFanOld: fPvHrs = 0.01 if bTm6min and bRunFan: fPvHrs = fPvHrs + 0.01 bRunFanOld = bRunFan Thanks M5stack, this worked. I didn't want to divide by 10 because I would have to do that everywhere, slow the execution speed, its a slippery slope. The esp32 has very long divide instruction time compared to addition and multiplication.
    • B

      Button Error
      UIFlow • • birdsong

      4
      0
      Votes
      4
      Posts
      3381
      Views

      B

      @m5stack Its ok thanks, problem solved. I gave the text label the name 'btnA' which is already a M5stack function, so renamingthe label cleared the problem.