Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. nash68
    N
    • Continue chat with nash68
    • Start new chat with nash68
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    nash68

    @nash68

    0
    Reputation
    6
    Posts
    1123
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    nash68 Follow

    Posts made by nash68

    • RE: m5f file not loading anymore

      @world101 wonderfull my friend ! You saved my work and ly nerfs lol. It works.

      posted in Bug Report
      N
      nash68
    • m5f file not loading anymore

      Hi,
      I was running since june a little program on my M5stick. Today I wan't to modify it, but is impossible to open the file in workflow UI.... When I look inside the m5f with a notepad it seems that more or less everything is here... but impossible to make the stuff working again.
      If anyone could help me to recover my code it would be great !
      Here is a link to the file :

      https://drive.google.com/file/d/1PFBu4VAHuXbSenaFG8Kt-Ia4xEs2p3xA/view?usp=sharing

      posted in Bug Report
      N
      nash68
    • RE: uiflow v1.3.2 (stable) ntp_sync and strftime are missing

      Any plan for integration ?

      posted in Micropython
      N
      nash68
    • uiflow v1.3.2 (stable) ntp_sync and strftime are missing

      Hi,
      with the new version, it seems that command line :
      rtc.ntp_sync(server="cn.ntp.org.cn", tz="CET-7CEST")
      gives now an error :
      AttributeError: 'RTC' object has no attribute 'ntp_sync'

      And strftiime command :
      d = time.strftime("%Y-%m-%d", time.localtime())
      gives also an error :
      AttributeError: 'module' object has no attribute 'strftime'

      Something has changed or something is missing ?
      Yours.

      posted in Micropython
      N
      nash68
    • RE: uiflow v1.3.2 (stable) Bug on block "change i by 1"

      Hi,
      The code generated is ok now. We have :
      i = (i if isinstance(i, int) else 0) + 1

      Thanks.

      posted in UIFlow
      N
      nash68
    • uiflow v1.3.2 (stable) Bug on block "change i by 1"

      Hi folks,
      I am very happy to see a new version, but there is a bug.
      When I try to use the block "change i by 1" I have an Error : name 'Number' isn't defined.
      The python code that is generated looks like : i = (i if isinstance(i, Number) else 0) + 1

      Is it possible to fix that ?
      yours.

      posted in UIFlow
      N
      nash68