I'm having some issue with my DNS when I want to use the AT+FTPGET=1 command (it returns +FTPGET: 1,62).
I'm trying to update my DNS using the command :
- Code: Select all | TOGGLE FULL SIZE
AT+CDNSCFG="8.8.8.8","8.8.4.4"
ERROR
At the moment my DNS is
- Code: Select all | TOGGLE FULL SIZE
AT+CDNSCFG?
PrimaryDns: 0.0.0.0
SecondaryDns: 0.0.0.0
(ps: I'm using a SIM800H)
Thanks,
Pierre.