Navigation

    M5Stack Community

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

    mwenghi

    @mwenghi

    0
    Reputation
    2
    Posts
    17
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mwenghi Follow

    Posts made by mwenghi

    • Core2 checkbox set_checked doesn't work

      Hello everyone,

      I'am using UiFlow Beta V1.7.1 with Core2 (v1.7.1-core2 firmware). The block Set checkbox checked seems doesn't really work after running on the device, checkbox remain unchecked.

      0_1609988337865_Screen Shot 2021-01-07 at 3.50.41 AM.png

      When I use set_checked for toggling two checkboxes, it seems to work only sometimes.

      0_1609990536942_Screen Shot 2021-01-07 at 4.23.21 AM.png

      posted in General
      M
      mwenghi
    • RE: Get RSSI on connected WiFi

      @m5stack said in Get RSSI on connected WiFi:

      wifiCfg

      Refer to the documentation, you can get RSSI value of current connected WiFi by calling:

      wifiCfg.wlan_sta.status('rssi')
      

      It could be attached to the variable and / or to the function:
      0_1610147943000_Screen Shot 2021-01-08 at 3.52.27 PM.png

      posted in General
      M
      mwenghi