1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-19 21:09:48 +03:00

GSM: Updated PROGMEM compatibility with newer gcc

This commit is contained in:
Cristian Maglie
2014-07-04 12:00:54 +02:00
parent b36beeb4c0
commit 33b1e7c546
8 changed files with 15 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
#define __NCLIENTS_MAX__ 3
char _command_QILOCIP[] PROGMEM = "AT+QILOCIP";
const char _command_QILOCIP[] PROGMEM = "AT+QILOCIP";
GSM3ShieldV1MultiServerProvider::GSM3ShieldV1MultiServerProvider()
{