Path: ...!news.mixmin.net!aioe.org!tgTnqjlB+mH8wb8tQyid8Q.user.46.165.242.75.POSTED!not-for-mail From: zeneca Newsgroups: fr.sci.electronique Subject: Re: question sur nodemcu8266 / arduino Date: Mon, 20 Jun 2022 12:19:14 +0200 Organization: Aioe.org NNTP Server Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: gioia.aioe.org; logging-data="49735"; posting-host="tgTnqjlB+mH8wb8tQyid8Q.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: fr X-Notice: Filtered by postfilter v. 0.9.2 Bytes: 1538 Lines: 25 Le 20/06/22 à 12:01, tTh a écrit : > On 6/20/22 10:46, zeneca wrote: > >> struct netw prem = {"AAACCCCCC","xvdfgghs","192,168,1,32"}; >> struct netw seco = {"Orange-aa","XyZyQR","192,168,0,32"}; > >> La compilation ne veut pas de l'adresse ip. >> Rien de ce que j'ai testé ne fonctionne!! > >    Bah il faut essayer de replacer les ',' par des '.' dans les >    adresses IP, ça peut aider... > > tTh > Déjà essayé sans success. ceci est ok: #define MYIpad 192,168,0,32 mais IPAddress local_IP(MYIpad); semble être un type ??? tout comme String ?? Typiquement Arduino??