frankjoshua / rosserial_arduino_lib

56 stars 46 forks source link

Fixed problematic usage of PSTR and PROGMEM for ESP8266 #9

Closed logos-electromechanical closed 4 years ago

logos-electromechanical commented 4 years ago

A fix to Issue #8. This was accomplished via conditional compilation for the ESP8266 only. I also created a scripts directory and a script to apply the fix.