ethanak / SimplePgSQL

Simple PostgreSQL connector for Arduino and ESP8266
GNU Lesser General Public License v2.1
48 stars 32 forks source link

Fixed shifting/masking of buffer length in packet send function. #3

Closed impala454 closed 4 years ago

impala454 commented 5 years ago

Also fixed two compiler warnings (moved variable declaration inside the #ifdefs it was used in, and fixed string format specifier.