🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Where is wifi config held redux

    Micropython
    1
    2
    3.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dclaar
      last edited by dclaar

      Some time ago, I asked where the wifi config was held.
      At that time, the answer was:

       import wifiCfg
            self.ssid, self.password = wifiCfg.deviceCfg.wifi_read_from_flash()
      

      Fast forward to 1.7.0:
      I have set the WiFi credentials with M5burner 2.2.2 via "Configuration". But the above returns an empty list, rather than actual credentials.

      Apparently the new hotness is:

      wifiCfg.deviceCfg.get_wifi()
      

      It's a bit frustrating when this keeps changing, and there's no user-visible notice, just broken code. Can we get some kind of announcement of functionality-breaking changes?

      1 Reply Last reply Reply Quote 0
      • D
        dclaar
        last edited by

        Hmm, OK, get_wifi() works on 1.5.4, so maybe I just guessed wrong back then.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post